Package org.orcid.jaxb.model.message
Class Address
java.lang.Object
org.orcid.jaxb.model.message.Address
- 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}country" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGets the value of the country property.inthashCode()voidsetCountry(Country value) Sets the value of the country property.
-
Field Details
-
country
-
-
Constructor Details
-
Address
public Address()
-
-
Method Details