|
||||||||||
| 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.CDSlot
public class CDSlot
Java class for CDSlot complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CDSlot">
<complexContent>
<extension base="{urn:tolven-org:trim:4.0}Slot">
<choice>
<element name="flavor" type="{urn:tolven-org:trim:4.0}NullFlavor" minOccurs="0"/>
<element name="CD" type="{urn:tolven-org:trim:4.0}CD" minOccurs="0"/>
<element name="CE" type="{urn:tolven-org:trim:4.0}CE" minOccurs="0"/>
</choice>
</extension>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
CDSlot()
|
|
| Method Summary | |
|---|---|
CD |
getCD()
Gets the value of the cd property. |
CE |
getCE()
Gets the value of the ce property. |
NullFlavor |
getFlavor()
Gets the value of the flavor property. |
void |
setCD(CD value)
Sets the value of the cd property. |
void |
setCE(CE value)
Sets the value of the ce property. |
void |
setFlavor(NullFlavor value)
Sets the value of the flavor 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 CDSlot()
| Method Detail |
|---|
public CE getCE()
CEpublic void setCE(CE value)
value - allowed object is
CEpublic CD getCD()
CDpublic void setCD(CD value)
value - allowed object is
CDpublic NullFlavor getFlavor()
NullFlavorpublic void setFlavor(NullFlavor value)
value - allowed object is
NullFlavor
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||