|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.opengis.ows._2.AddressType
public class AddressType
Location of the responsible individual or organization.
Classe Java pour AddressType complex type.
Le fragment de schéma suivant indique le contenu attendu figurant dans cette classe.
<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"/>
<element name="ElectronicMailAddress" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected String |
administrativeArea
|
protected String |
city
|
protected String |
country
|
protected List<String> |
deliveryPoint
|
protected List<String> |
electronicMailAddress
|
protected String |
postalCode
|
| Constructor Summary | |
|---|---|
AddressType()
|
|
| Method Summary | |
|---|---|
String |
getAdministrativeArea()
Obtient la valeur de la propriété administrativeArea. |
String |
getCity()
Obtient la valeur de la propriété city. |
String |
getCountry()
Obtient la valeur de la propriété country. |
List<String> |
getDeliveryPoint()
Gets the value of the deliveryPoint property. |
List<String> |
getElectronicMailAddress()
Gets the value of the electronicMailAddress property. |
String |
getPostalCode()
Obtient la valeur de la propriété postalCode. |
boolean |
isSetAdministrativeArea()
|
boolean |
isSetCity()
|
boolean |
isSetCountry()
|
boolean |
isSetDeliveryPoint()
|
boolean |
isSetElectronicMailAddress()
|
boolean |
isSetPostalCode()
|
void |
setAdministrativeArea(String value)
Définit la valeur de la propriété administrativeArea. |
void |
setCity(String value)
Définit la valeur de la propriété city. |
void |
setCountry(String value)
Définit la valeur de la propriété country. |
void |
setPostalCode(String value)
Définit la valeur de la propriété postalCode. |
void |
unsetDeliveryPoint()
|
void |
unsetElectronicMailAddress()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected List<String> deliveryPoint
protected String city
protected String administrativeArea
protected String postalCode
protected String country
protected List<String> electronicMailAddress
| Constructor Detail |
|---|
public AddressType()
| Method Detail |
|---|
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 boolean isSetDeliveryPoint()
public void unsetDeliveryPoint()
public String getCity()
Stringpublic void setCity(String value)
value - allowed object is
Stringpublic boolean isSetCity()
public String getAdministrativeArea()
Stringpublic void setAdministrativeArea(String value)
value - allowed object is
Stringpublic boolean isSetAdministrativeArea()
public String getPostalCode()
Stringpublic void setPostalCode(String value)
value - allowed object is
Stringpublic boolean isSetPostalCode()
public String getCountry()
Stringpublic void setCountry(String value)
value - allowed object is
Stringpublic boolean isSetCountry()
public List<String> getElectronicMailAddress()
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 electronicMailAddress property.
For example, to add a new item, do as follows:
getElectronicMailAddress().add(newItem);
Objects of the following type(s) are allowed in the list
String
public boolean isSetElectronicMailAddress()
public void unsetElectronicMailAddress()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||