au.net.electronichealth.ns.pcehr.xsd.view.viewcommontype._1
Class AddressTypeDT

java.lang.Object
  extended by au.net.electronichealth.ns.pcehr.xsd.view.viewcommontype._1.AddressTypeDT

public class AddressTypeDT
extends java.lang.Object

Java class for addressTypeDT complex type.

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

 <complexType name="addressTypeDT">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="streetAddressLine" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="country" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="unitType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="unitID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="additionalLocator" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
         <element name="streetName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="houseNumber" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="usage" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="streetNameType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="direction" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="deliveryAddressLine" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
         <element name="city" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="state" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="postalCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.util.List<java.lang.String> additionalLocators
           
protected  java.lang.String city
           
protected  java.lang.String country
           
protected  java.util.List<java.lang.String> deliveryAddressLines
           
protected  java.lang.String direction
           
protected  java.lang.String houseNumber
           
protected  java.lang.String postalCode
           
protected  java.lang.String state
           
protected  java.lang.String streetAddressLine
           
protected  java.lang.String streetName
           
protected  java.lang.String streetNameType
           
protected  java.lang.String unitID
           
protected  java.lang.String unitType
           
protected  java.lang.String usage
           
 
Constructor Summary
AddressTypeDT()
           
 
Method Summary
 java.util.List<java.lang.String> getAdditionalLocators()
          Gets the value of the additionalLocators property.
 java.lang.String getCity()
          Gets the value of the city property.
 java.lang.String getCountry()
          Gets the value of the country property.
 java.util.List<java.lang.String> getDeliveryAddressLines()
          Gets the value of the deliveryAddressLines property.
 java.lang.String getDirection()
          Gets the value of the direction property.
 java.lang.String getHouseNumber()
          Gets the value of the houseNumber property.
 java.lang.String getPostalCode()
          Gets the value of the postalCode property.
 java.lang.String getState()
          Gets the value of the state property.
 java.lang.String getStreetAddressLine()
          Gets the value of the streetAddressLine property.
 java.lang.String getStreetName()
          Gets the value of the streetName property.
 java.lang.String getStreetNameType()
          Gets the value of the streetNameType property.
 java.lang.String getUnitID()
          Gets the value of the unitID property.
 java.lang.String getUnitType()
          Gets the value of the unitType property.
 java.lang.String getUsage()
          Gets the value of the usage property.
 void setCity(java.lang.String value)
          Sets the value of the city property.
 void setCountry(java.lang.String value)
          Sets the value of the country property.
 void setDirection(java.lang.String value)
          Sets the value of the direction property.
 void setHouseNumber(java.lang.String value)
          Sets the value of the houseNumber property.
 void setPostalCode(java.lang.String value)
          Sets the value of the postalCode property.
 void setState(java.lang.String value)
          Sets the value of the state property.
 void setStreetAddressLine(java.lang.String value)
          Sets the value of the streetAddressLine property.
 void setStreetName(java.lang.String value)
          Sets the value of the streetName property.
 void setStreetNameType(java.lang.String value)
          Sets the value of the streetNameType property.
 void setUnitID(java.lang.String value)
          Sets the value of the unitID property.
 void setUnitType(java.lang.String value)
          Sets the value of the unitType property.
 void setUsage(java.lang.String value)
          Sets the value of the usage property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

streetAddressLine

protected java.lang.String streetAddressLine

country

protected java.lang.String country

unitType

protected java.lang.String unitType

unitID

protected java.lang.String unitID

additionalLocators

protected java.util.List<java.lang.String> additionalLocators

streetName

protected java.lang.String streetName

houseNumber

protected java.lang.String houseNumber

usage

protected java.lang.String usage

streetNameType

protected java.lang.String streetNameType

direction

protected java.lang.String direction

deliveryAddressLines

protected java.util.List<java.lang.String> deliveryAddressLines

city

protected java.lang.String city

state

protected java.lang.String state

postalCode

protected java.lang.String postalCode
Constructor Detail

AddressTypeDT

public AddressTypeDT()
Method Detail

getStreetAddressLine

public java.lang.String getStreetAddressLine()
Gets the value of the streetAddressLine property.

Returns:
possible object is String

setStreetAddressLine

public void setStreetAddressLine(java.lang.String value)
Sets the value of the streetAddressLine property.

Parameters:
value - allowed object is String

getCountry

public java.lang.String getCountry()
Gets the value of the country property.

Returns:
possible object is String

setCountry

public void setCountry(java.lang.String value)
Sets the value of the country property.

Parameters:
value - allowed object is String

getUnitType

public java.lang.String getUnitType()
Gets the value of the unitType property.

Returns:
possible object is String

setUnitType

public void setUnitType(java.lang.String value)
Sets the value of the unitType property.

Parameters:
value - allowed object is String

getUnitID

public java.lang.String getUnitID()
Gets the value of the unitID property.

Returns:
possible object is String

setUnitID

public void setUnitID(java.lang.String value)
Sets the value of the unitID property.

Parameters:
value - allowed object is String

getAdditionalLocators

public java.util.List<java.lang.String> getAdditionalLocators()
Gets the value of the additionalLocators 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 additionalLocators property.

For example, to add a new item, do as follows:

    getAdditionalLocators().add(newItem);
 

Objects of the following type(s) are allowed in the list String


getStreetName

public java.lang.String getStreetName()
Gets the value of the streetName property.

Returns:
possible object is String

setStreetName

public void setStreetName(java.lang.String value)
Sets the value of the streetName property.

Parameters:
value - allowed object is String

getHouseNumber

public java.lang.String getHouseNumber()
Gets the value of the houseNumber property.

Returns:
possible object is String

setHouseNumber

public void setHouseNumber(java.lang.String value)
Sets the value of the houseNumber property.

Parameters:
value - allowed object is String

getUsage

public java.lang.String getUsage()
Gets the value of the usage property.

Returns:
possible object is String

setUsage

public void setUsage(java.lang.String value)
Sets the value of the usage property.

Parameters:
value - allowed object is String

getStreetNameType

public java.lang.String getStreetNameType()
Gets the value of the streetNameType property.

Returns:
possible object is String

setStreetNameType

public void setStreetNameType(java.lang.String value)
Sets the value of the streetNameType property.

Parameters:
value - allowed object is String

getDirection

public java.lang.String getDirection()
Gets the value of the direction property.

Returns:
possible object is String

setDirection

public void setDirection(java.lang.String value)
Sets the value of the direction property.

Parameters:
value - allowed object is String

getDeliveryAddressLines

public java.util.List<java.lang.String> getDeliveryAddressLines()
Gets the value of the deliveryAddressLines 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 deliveryAddressLines property.

For example, to add a new item, do as follows:

    getDeliveryAddressLines().add(newItem);
 

Objects of the following type(s) are allowed in the list String


getCity

public java.lang.String getCity()
Gets the value of the city property.

Returns:
possible object is String

setCity

public void setCity(java.lang.String value)
Sets the value of the city property.

Parameters:
value - allowed object is String

getState

public java.lang.String getState()
Gets the value of the state property.

Returns:
possible object is String

setState

public void setState(java.lang.String value)
Sets the value of the state property.

Parameters:
value - allowed object is String

getPostalCode

public java.lang.String getPostalCode()
Gets the value of the postalCode property.

Returns:
possible object is String

setPostalCode

public void setPostalCode(java.lang.String value)
Sets the value of the postalCode property.

Parameters:
value - allowed object is String