org.tolven.trim
Class AD

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

public class AD
extends DataType
implements java.io.Serializable

Java class for AD complex type.

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

 <complexType name="AD">
   <complexContent>
     <extension base="{urn:tolven-org:trim:4.0}DataType">
       <sequence>
         <element name="use" type="{urn:tolven-org:trim:4.0}AddressUse" 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}ADXPSlot" maxOccurs="unbounded" minOccurs="0"/>
         </choice>
         <element name="useablePeriod" type="{urn:tolven-org:trim:4.0}GTSSlot" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
AD()
           
 
Method Summary
 NullFlavor getNull()
          Gets the value of the null property.
 java.util.List<ADXPSlot> getParts()
          Gets the value of the parts property.
 GTSSlot getUseablePeriod()
          Gets the value of the useablePeriod property.
 java.util.List<AddressUse> getUses()
          Gets the value of the uses property.
 void setNull(NullFlavor value)
          Sets the value of the null property.
 void setUseablePeriod(GTSSlot value)
          Sets the value of the useablePeriod 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

AD

public AD()
Method Detail

getUses

public java.util.List<AddressUse> 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 AddressUse


getParts

public java.util.List<ADXPSlot> 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 ADXPSlot


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

getUseablePeriod

public GTSSlot getUseablePeriod()
Gets the value of the useablePeriod property.

Returns:
possible object is GTSSlot

setUseablePeriod

public void setUseablePeriod(GTSSlot value)
Sets the value of the useablePeriod property.

Parameters:
value - allowed object is GTSSlot