public class OrganizationAddress extends Object
Java class for organization-address complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="organization-address">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="city" type="{http://www.orcid.org/ns/orcid}non-empty-string"/>
<element name="region" type="{http://www.orcid.org/ns/orcid}non-empty-string" minOccurs="0"/>
<element name="country" type="{http://www.orcid.org/ns/orcid}iso-3166-country"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
city |
protected Iso3166Country |
country |
protected String |
region |
| Constructor and Description |
|---|
OrganizationAddress() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCity()
Gets the value of the city property.
|
Iso3166Country |
getCountry()
Gets the value of the country property.
|
String |
getRegion()
Gets the value of the region property.
|
void |
setCity(String value)
Sets the value of the city property.
|
void |
setCountry(Iso3166Country value)
Sets the value of the country property.
|
void |
setRegion(String value)
Sets the value of the region property.
|
protected String city
protected String region
protected Iso3166Country country
public String getCity()
Stringpublic void setCity(String value)
value - allowed object is
Stringpublic String getRegion()
Stringpublic void setRegion(String value)
value - allowed object is
Stringpublic Iso3166Country getCountry()
Iso3166Countrypublic void setCountry(Iso3166Country value)
value - allowed object is
Iso3166CountryCopyright © 2017. All rights reserved.