Package org.orcid.jaxb.model.common_v2
Class Organization
java.lang.Object
org.orcid.jaxb.model.common_v2.Organization
- All Implemented Interfaces:
Serializable
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
- 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
-