Package org.orcid.jaxb.model.message
Class Organization
java.lang.Object
org.orcid.jaxb.model.message.Organization
- 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 name="name" type="{http://www.orcid.org/ns/orcid}non-empty-string"/>
<element name="address" type="{http://www.orcid.org/ns/orcid}organization-address"/>
<element name="disambiguated-organization" type="{http://www.orcid.org/ns/orcid}disambiguated-organization" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected OrganizationAddressprotected DisambiguatedOrganizationprotected String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGets the value of the address property.Gets the value of the disambiguatedOrganization property.getName()Gets the value of the name property.inthashCode()voidsetAddress(OrganizationAddress value) Sets the value of the address property.voidSets the value of the disambiguatedOrganization property.voidSets the value of the name property.
-
Field Details
-
name
-
address
-
disambiguatedOrganization
-
-
Constructor Details
-
Organization
public Organization()
-
-
Method Details
-
getName
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
Sets the value of the name property.- Parameters:
value- allowed object isString
-
getAddress
Gets the value of the address property.- Returns:
- possible object is
OrganizationAddress
-
setAddress
Sets the value of the address property.- Parameters:
value- allowed object isOrganizationAddress
-
getDisambiguatedOrganization
Gets the value of the disambiguatedOrganization property.- Returns:
- possible object is
DisambiguatedOrganization
-
setDisambiguatedOrganization
Sets the value of the disambiguatedOrganization property.- Parameters:
value- allowed object isDisambiguatedOrganization
-
hashCode
public int hashCode() -
equals
-