net.opengis.ows._2
Class AddressType

java.lang.Object
  extended by net.opengis.ows._2.AddressType

public class AddressType
extends Object

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

deliveryPoint

protected List<String> deliveryPoint

city

protected String city

administrativeArea

protected String administrativeArea

postalCode

protected String postalCode

country

protected String country

electronicMailAddress

protected List<String> electronicMailAddress
Constructor Detail

AddressType

public AddressType()
Method Detail

getDeliveryPoint

public List<String> getDeliveryPoint()
Gets the value of the deliveryPoint 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 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


isSetDeliveryPoint

public boolean isSetDeliveryPoint()

unsetDeliveryPoint

public void unsetDeliveryPoint()

getCity

public String getCity()
Obtient la valeur de la propriété city.

Returns:
possible object is String

setCity

public void setCity(String value)
Définit la valeur de la propriété city.

Parameters:
value - allowed object is String

isSetCity

public boolean isSetCity()

getAdministrativeArea

public String getAdministrativeArea()
Obtient la valeur de la propriété administrativeArea.

Returns:
possible object is String

setAdministrativeArea

public void setAdministrativeArea(String value)
Définit la valeur de la propriété administrativeArea.

Parameters:
value - allowed object is String

isSetAdministrativeArea

public boolean isSetAdministrativeArea()

getPostalCode

public String getPostalCode()
Obtient la valeur de la propriété postalCode.

Returns:
possible object is String

setPostalCode

public void setPostalCode(String value)
Définit la valeur de la propriété postalCode.

Parameters:
value - allowed object is String

isSetPostalCode

public boolean isSetPostalCode()

getCountry

public String getCountry()
Obtient la valeur de la propriété country.

Returns:
possible object is String

setCountry

public void setCountry(String value)
Définit la valeur de la propriété country.

Parameters:
value - allowed object is String

isSetCountry

public boolean isSetCountry()

getElectronicMailAddress

public List<String> getElectronicMailAddress()
Gets the value of the electronicMailAddress 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 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


isSetElectronicMailAddress

public boolean isSetElectronicMailAddress()

unsetElectronicMailAddress

public void unsetElectronicMailAddress()


Copyright © 2014 IRSTV CNRS-FR-2488. All Rights Reserved.