org.aspsimon.termcomp.entity.xtc
Class Arity

java.lang.Object
  extended by org.aspsimon.termcomp.entity.xtc.Arity

public class Arity
extends java.lang.Object

Schema fragment(s) for this class:

 <xs:element xmlns:xs="http://www.w3.org/2001/XMLSchema" type="xs:int" name="arity"/>
 


Constructor Summary
Arity()
           
 
Method Summary
 int getArity()
          Get the 'arity' element value.
 void setArity(int arity)
          Set the 'arity' element value.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Arity

public Arity()
Method Detail

getArity

public int getArity()
Get the 'arity' element value.

Returns:
value

setArity

public void setArity(int arity)
Set the 'arity' element value.

Parameters:
arity -