|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.tolven.trim.DataType
org.tolven.trim.EN
public class EN
Java class for EN complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="EN">
<complexContent>
<extension base="{urn:tolven-org:trim:4.0}DataType">
<sequence>
<element name="use" type="{urn:tolven-org:trim:4.0}EntityNameUse" maxOccurs="unbounded" minOccurs="0"/>
<choice>
<element name="null" type="{urn:tolven-org:trim:4.0}NullFlavor"/>
<element name="part" type="{urn:tolven-org:trim:4.0}ENXPSlot" maxOccurs="unbounded" minOccurs="0"/>
</choice>
<element name="validTime" type="{urn:tolven-org:trim:4.0}IVL_TSSlot" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
EN()
|
|
| Method Summary | |
|---|---|
NullFlavor |
getNull()
Gets the value of the null property. |
java.util.List<ENXPSlot> |
getParts()
Gets the value of the parts property. |
java.util.List<EntityNameUse> |
getUses()
Gets the value of the uses property. |
IVLTSSlot |
getValidTime()
Gets the value of the validTime property. |
void |
setNull(NullFlavor value)
Sets the value of the null property. |
void |
setValidTime(IVLTSSlot value)
Sets the value of the validTime property. |
| Methods inherited from class org.tolven.trim.DataType |
|---|
getLabel, getOriginalText, setLabel, setOriginalText |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public EN()
| Method Detail |
|---|
public java.util.List<EntityNameUse> getUses()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the uses property.
For example, to add a new item, do as follows:
getUses().add(newItem);
Objects of the following type(s) are allowed in the list
EntityNameUse
public java.util.List<ENXPSlot> getParts()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the parts property.
For example, to add a new item, do as follows:
getParts().add(newItem);
Objects of the following type(s) are allowed in the list
ENXPSlot
public NullFlavor getNull()
NullFlavorpublic void setNull(NullFlavor value)
value - allowed object is
NullFlavorpublic IVLTSSlot getValidTime()
IVLTSSlotpublic void setValidTime(IVLTSSlot value)
value - allowed object is
IVLTSSlot
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||