|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectau.net.electronichealth.ns.pcehr.xsd.view.viewcommontype._1.AddressTypeDT
public class AddressTypeDT
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 |
---|
protected java.lang.String streetAddressLine
protected java.lang.String country
protected java.lang.String unitType
protected java.lang.String unitID
protected java.util.List<java.lang.String> additionalLocators
protected java.lang.String streetName
protected java.lang.String houseNumber
protected java.lang.String usage
protected java.lang.String streetNameType
protected java.lang.String direction
protected java.util.List<java.lang.String> deliveryAddressLines
protected java.lang.String city
protected java.lang.String state
protected java.lang.String postalCode
Constructor Detail |
---|
public AddressTypeDT()
Method Detail |
---|
public java.lang.String getStreetAddressLine()
String
public void setStreetAddressLine(java.lang.String value)
value
- allowed object is
String
public java.lang.String getCountry()
String
public void setCountry(java.lang.String value)
value
- allowed object is
String
public java.lang.String getUnitType()
String
public void setUnitType(java.lang.String value)
value
- allowed object is
String
public java.lang.String getUnitID()
String
public void setUnitID(java.lang.String value)
value
- allowed object is
String
public java.util.List<java.lang.String> getAdditionalLocators()
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
public java.lang.String getStreetName()
String
public void setStreetName(java.lang.String value)
value
- allowed object is
String
public java.lang.String getHouseNumber()
String
public void setHouseNumber(java.lang.String value)
value
- allowed object is
String
public java.lang.String getUsage()
String
public void setUsage(java.lang.String value)
value
- allowed object is
String
public java.lang.String getStreetNameType()
String
public void setStreetNameType(java.lang.String value)
value
- allowed object is
String
public java.lang.String getDirection()
String
public void setDirection(java.lang.String value)
value
- allowed object is
String
public java.util.List<java.lang.String> getDeliveryAddressLines()
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
public java.lang.String getCity()
String
public void setCity(java.lang.String value)
value
- allowed object is
String
public java.lang.String getState()
String
public void setState(java.lang.String value)
value
- allowed object is
String
public java.lang.String getPostalCode()
String
public void setPostalCode(java.lang.String value)
value
- allowed object is
String
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |