org.tolven.trim
Class TSSlot

java.lang.Object
  extended by org.tolven.trim.Slot
      extended by org.tolven.trim.TSSlot
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
TSSlotEx

public class TSSlot
extends Slot
implements java.io.Serializable

Java class for TSSlot complex type.

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

 <complexType name="TSSlot">
   <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="TS" type="{urn:tolven-org:trim:4.0}TS" minOccurs="0"/>
         <element name="URG_TS" type="{urn:tolven-org:trim:4.0}URG_TS" minOccurs="0"/>
       </choice>
     </extension>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
TSSlot()
           
 
Method Summary
 NullFlavor getNull()
          Gets the value of the null property.
 TS getTS()
          Gets the value of the ts property.
 URGTS getURGTS()
          Gets the value of the urgts property.
 void setNull(NullFlavor value)
          Sets the value of the null property.
 void setTS(TS value)
          Sets the value of the ts property.
 void setURGTS(URGTS value)
          Sets the value of the urgts 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

TSSlot

public TSSlot()
Method Detail

getURGTS

public URGTS getURGTS()
Gets the value of the urgts property.

Returns:
possible object is URGTS

setURGTS

public void setURGTS(URGTS value)
Sets the value of the urgts property.

Parameters:
value - allowed object is URGTS

getTS

public TS getTS()
Gets the value of the ts property.

Returns:
possible object is TS

setTS

public void setTS(TS value)
Sets the value of the ts property.

Parameters:
value - allowed object is TS

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