org.tolven.trim
Class IVLINTSlot

java.lang.Object
  extended by org.tolven.trim.Slot
      extended by org.tolven.trim.IVLINTSlot
All Implemented Interfaces:
java.io.Serializable

public class IVLINTSlot
extends Slot
implements java.io.Serializable

Java class for IVLINTSlot complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="IVLINTSlot">
   <complexContent>
     <extension base="{urn:tolven-org:trim:4.0}Slot">
       <choice>
         <element name="null" type="{urn:tolven-org:trim:4.0}NullFlavor" minOccurs="0"/>
         <element name="INT" type="{urn:tolven-org:trim:4.0}INT" minOccurs="0"/>
         <element name="IVL_INT" type="{urn:tolven-org:trim:4.0}IVL_INT" minOccurs="0"/>
       </choice>
     </extension>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
IVLINTSlot()
           
 
Method Summary
 INT getINT()
          Gets the value of the int property.
 IVLINT getIVLINT()
          Gets the value of the ivlint property.
 NullFlavor getNull()
          Gets the value of the null property.
 void setINT(INT value)
          Sets the value of the int property.
 void setIVLINT(IVLINT value)
          Sets the value of the ivlint property.
 void setNull(NullFlavor value)
          Sets the value of the null property.
 
Methods inherited from class org.tolven.trim.Slot
getBind, getDatatype, getFroms, getLabel, getNew, getOriginalText, getValidate, getValueSet, setBind, setDatatype, setLabel, setNew, setOriginalText, setValidate, setValueSet
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IVLINTSlot

public IVLINTSlot()
Method Detail

getIVLINT

public IVLINT getIVLINT()
Gets the value of the ivlint property.

Returns:
possible object is IVLINT

setIVLINT

public void setIVLINT(IVLINT value)
Sets the value of the ivlint property.

Parameters:
value - allowed object is IVLINT

getINT

public INT getINT()
Gets the value of the int property.

Returns:
possible object is INT

setINT

public void setINT(INT value)
Sets the value of the int property.

Parameters:
value - allowed object is INT

getNull

public NullFlavor getNull()
Gets the value of the null property.

Returns:
possible object is NullFlavor

setNull

public void setNull(NullFlavor value)
Sets the value of the null property.

Parameters:
value - allowed object is NullFlavor