|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.tolven.trim.Slot
org.tolven.trim.TSSlot
public class TSSlot
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>
| 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 |
|---|
public TSSlot()
| Method Detail |
|---|
public URGTS getURGTS()
URGTSpublic void setURGTS(URGTS value)
value - allowed object is
URGTSpublic TS getTS()
TSpublic void setTS(TS value)
value - allowed object is
TSpublic NullFlavor getNull()
NullFlavorpublic void setNull(NullFlavor value)
value - allowed object is
NullFlavor
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||