|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.deegree.services.jaxb.metadata.AddressType
public class AddressType
Java class for AddressType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AddressType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="DeliveryPoint" 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="AdministrativeArea" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="PostalCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Country" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected java.lang.String |
administrativeArea
|
protected java.lang.String |
city
|
protected java.lang.String |
country
|
protected java.util.List<java.lang.String> |
deliveryPoint
|
protected java.lang.String |
postalCode
|
| Constructor Summary | |
|---|---|
AddressType()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getAdministrativeArea()
Gets the value of the administrativeArea 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> |
getDeliveryPoint()
Gets the value of the deliveryPoint property. |
java.lang.String |
getPostalCode()
Gets the value of the postalCode property. |
void |
setAdministrativeArea(java.lang.String value)
Sets the value of the administrativeArea 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 |
setPostalCode(java.lang.String value)
Sets the value of the postalCode property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.util.List<java.lang.String> deliveryPoint
protected java.lang.String city
protected java.lang.String administrativeArea
protected java.lang.String postalCode
protected java.lang.String country
| Constructor Detail |
|---|
public AddressType()
| Method Detail |
|---|
public java.util.List<java.lang.String> getDeliveryPoint()
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 deliveryPoint property.
For example, to add a new item, do as follows:
getDeliveryPoint().add(newItem);
Objects of the following type(s) are allowed in the list
String
public java.lang.String getCity()
Stringpublic void setCity(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getAdministrativeArea()
Stringpublic void setAdministrativeArea(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getPostalCode()
Stringpublic void setPostalCode(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getCountry()
Stringpublic void setCountry(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 | |||||||||