Package org.orcid.jaxb.model.common_v2
Class OrganizationAddress
java.lang.Object
org.orcid.jaxb.model.common_v2.OrganizationAddress
- All Implemented Interfaces:
Serializable
Container for organization location information
Java class for organization-address complex type.
The following schema fragment specifies the expected content contained within this class.
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetCity()Gets the value of the city property.Gets the value of the country property.Gets the value of the region property.inthashCode()voidSets the value of the city property.voidsetCountry(Iso3166Country value) Sets the value of the country property.voidSets the value of the region property.
-
Field Details
-
city
-
region
-
country
-
-
Constructor Details
-
OrganizationAddress
public OrganizationAddress()
-
-
Method Details
-
getCity
Gets the value of the city property.- Returns:
- possible object is
String
-
setCity
Sets the value of the city property.- Parameters:
value- allowed object isString
-
getRegion
Gets the value of the region property.- Returns:
- possible object is
String
-
setRegion
Sets the value of the region property.- Parameters:
value- allowed object isString
-
getCountry
Gets the value of the country property.- Returns:
- possible object is
Iso3166Country
-
setCountry
Sets the value of the country property.- Parameters:
value- allowed object isIso3166Country
-
hashCode
public int hashCode() -
equals
-