public abstract class AbstractAddressType extends AbstractLocationType
Java class for AbstractAddressType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AbstractAddressType"> <complexContent> <extension base="{http://www.opengis.net/xls}AbstractLocationType"> <attribute name="addressee" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="countryCode" use="required" type="{http://www.opengis.net/xls}CountryCodeType" /> <attribute name="language" type="{http://www.w3.org/2001/XMLSchema}language" /> </extension> </complexContent> </complexType>
Constructor and Description |
---|
AbstractAddressType() |
Modifier and Type | Method and Description |
---|---|
String |
getAddressee()
Gets the value of the addressee property.
|
String |
getCountryCode()
Gets the value of the countryCode property.
|
String |
getLanguage()
Gets the value of the language property.
|
void |
setAddressee(String value)
Sets the value of the addressee property.
|
void |
setCountryCode(String value)
Sets the value of the countryCode property.
|
void |
setLanguage(String value)
Sets the value of the language property.
|
public String getAddressee()
String
public void setAddressee(String value)
value
- allowed object is
String
public String getCountryCode()
String
public void setCountryCode(String value)
value
- allowed object is
String
public String getLanguage()
String
Copyright © 2009–2017 Geotoolkit.org. All rights reserved.