public static class ContactInfo.Address extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <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"/> <element name="electronicMailAddress" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
administrativeArea |
protected String |
city |
protected String |
country |
protected List<String> |
deliveryPoint |
protected String |
electronicMailAddress |
protected String |
postalCode |
Constructor and Description |
---|
Address() |
Modifier and Type | Method and Description |
---|---|
String |
getAdministrativeArea()
Gets the value of the administrativeArea property.
|
String |
getCity()
Gets the value of the city property.
|
String |
getCountry()
Gets the value of the country property.
|
List<String> |
getDeliveryPoint()
Gets the value of the deliveryPoint property.
|
String |
getElectronicMailAddress()
Gets the value of the electronicMailAddress property.
|
String |
getPostalCode()
Gets the value of the postalCode property.
|
void |
setAdministrativeArea(String value)
Sets the value of the administrativeArea property.
|
void |
setCity(String value)
Sets the value of the city property.
|
void |
setCountry(String value)
Sets the value of the country property.
|
void |
setElectronicMailAddress(String value)
Sets the value of the electronicMailAddress property.
|
void |
setPostalCode(String value)
Sets the value of the postalCode property.
|
protected String city
protected String administrativeArea
protected String postalCode
protected String country
protected String electronicMailAddress
public List<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 String getCity()
String
public void setCity(String value)
value
- allowed object is
String
public String getAdministrativeArea()
String
public void setAdministrativeArea(String value)
value
- allowed object is
String
public String getPostalCode()
String
public void setPostalCode(String value)
value
- allowed object is
String
public String getCountry()
String
public void setCountry(String value)
value
- allowed object is
String
public String getElectronicMailAddress()
String
Copyright © 2024 Tethys. All rights reserved.