public class Organization extends Object
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>
| Modifier and Type | Field and Description |
|---|---|
protected OrganizationAddress |
address |
protected DisambiguatedOrganization |
disambiguatedOrganization |
protected String |
name |
| Constructor and Description |
|---|
Organization() |
| Modifier and Type | Method and Description |
|---|---|
OrganizationAddress |
getAddress()
Gets the value of the address property.
|
DisambiguatedOrganization |
getDisambiguatedOrganization()
Gets the value of the disambiguatedOrganization property.
|
String |
getName()
Gets the value of the name property.
|
void |
setAddress(OrganizationAddress value)
Sets the value of the address property.
|
void |
setDisambiguatedOrganization(DisambiguatedOrganization value)
Sets the value of the disambiguatedOrganization property.
|
void |
setName(String value)
Sets the value of the name property.
|
protected String name
protected OrganizationAddress address
protected DisambiguatedOrganization disambiguatedOrganization
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic OrganizationAddress getAddress()
OrganizationAddresspublic void setAddress(OrganizationAddress value)
value - allowed object is
OrganizationAddresspublic DisambiguatedOrganization getDisambiguatedOrganization()
DisambiguatedOrganizationpublic void setDisambiguatedOrganization(DisambiguatedOrganization value)
value - allowed object is
DisambiguatedOrganizationCopyright © 2017. All rights reserved.