org.tolven.trim
Class EN

java.lang.Object
  extended by org.tolven.trim.DataType
      extended by org.tolven.trim.EN
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ENEx

public class EN
extends DataType
implements java.io.Serializable

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>
 

See Also:
Serialized Form

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

EN

public EN()
Method Detail

getUses

public java.util.List<EntityNameUse> getUses()
Gets the value of the uses property.

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


getParts

public java.util.List<ENXPSlot> getParts()
Gets the value of the parts property.

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


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

getValidTime

public IVLTSSlot getValidTime()
Gets the value of the validTime property.

Returns:
possible object is IVLTSSlot

setValidTime

public void setValidTime(IVLTSSlot value)
Sets the value of the validTime property.

Parameters:
value - allowed object is IVLTSSlot