Package org.orcid.jaxb.model.message
Class AffiliationAddress
java.lang.Object
org.orcid.jaxb.model.message.AffiliationAddress
- All Implemented Interfaces:
Serializable
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within
this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://www.orcid.org/ns/orcid}affiliation-city"/>
<element ref="{http://www.orcid.org/ns/orcid}affiliation-region" minOccurs="0"/>
<element ref="{http://www.orcid.org/ns/orcid}affiliation-country"/>
</sequence>
</restriction>
</complexContent>
</complexType>
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected AffiliationCityprotected AffiliationCountryprotected AffiliationRegion -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGets the value of the affiliationCity property.Gets the value of the affiliationCountry property.Gets the value of the affiliationRegion property.inthashCode()voidSets the value of the affiliationCity property.voidSets the value of the affiliationCountry property.voidSets the value of the affiliationRegion property.
-
Field Details
-
affiliationCity
-
affiliationRegion
-
affiliationCountry
-
-
Constructor Details
-
AffiliationAddress
public AffiliationAddress()
-
-
Method Details
-
getAffiliationCity
Gets the value of the affiliationCity property.- Returns:
- possible object is
AffiliationCity
-
setAffiliationCity
Sets the value of the affiliationCity property.- Parameters:
value- allowed object isAffiliationCity
-
getAffiliationRegion
Gets the value of the affiliationRegion property.- Returns:
- possible object is
AffiliationRegion
-
setAffiliationRegion
Sets the value of the affiliationRegion property.- Parameters:
value- allowed object isAffiliationRegion
-
getAffiliationCountry
Gets the value of the affiliationCountry property.- Returns:
- possible object is
Country
-
setAffiliationCountry
Sets the value of the affiliationCountry property.- Parameters:
value- allowed object isAffiliationCountry
-
hashCode
public int hashCode() -
equals
-