Package org.orcid.jaxb.model.message
Class Country
java.lang.Object
org.orcid.jaxb.model.message.Country
- All Implemented Interfaces:
Serializable,VisibilityType
ISO 3611 country
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<simpleContent>
<extension base="<http://www.orcid.org/ns/orcid>iso-3166-country">
<attGroup ref="{http://www.orcid.org/ns/orcid}visibility"/>
</extension>
</simpleContent>
</complexType>
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetValue()ISO 3166 country codesGets the value of the visibility property.inthashCode()voidvoidSets the value of the value property.voidsetValue(Iso3166Country value) Sets the value of the value property.voidsetVisibility(Visibility value) Sets the value of the visibility property.
-
Field Details
-
value
-
visibility
-
source
-
-
Constructor Details
-
Country
public Country() -
Country
-
-
Method Details
-
getValue
ISO 3166 country codes- Returns:
- possible object is
Iso3166Country
-
setValue
Sets the value of the value property.- Parameters:
value- allowed object isIso3166Country
-
setValue
Sets the value of the value property.- Parameters:
value- allowed object isString
-
getVisibility
Gets the value of the visibility property.- Specified by:
getVisibilityin interfaceVisibilityType- Returns:
- possible object is
Visibility
-
setVisibility
Sets the value of the visibility property.- Specified by:
setVisibilityin interfaceVisibilityType- Parameters:
value- allowed object isVisibility
-
getSource
-
setSource
-
hashCode
public int hashCode() -
equals
-