public class Affiliation 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="type" type="{http://www.orcid.org/ns/orcid}affiliation-type"/>
<element name="department-name" type="{http://www.orcid.org/ns/orcid}non-empty-string" minOccurs="0"/>
<element name="role-title" type="{http://www.orcid.org/ns/orcid}non-empty-string" minOccurs="0"/>
<element name="start-date" type="{http://www.orcid.org/ns/orcid}fuzzy-date" minOccurs="0"/>
<element name="end-date" type="{http://www.orcid.org/ns/orcid}fuzzy-date" minOccurs="0"/>
<element ref="{http://www.orcid.org/ns/orcid}organization"/>
<element ref="{http://www.orcid.org/ns/orcid}source" minOccurs="0"/>
<element ref="{http://www.orcid.org/ns/orcid}created-date" minOccurs="0"/>
<element ref="{http://www.orcid.org/ns/orcid}last-modified-date" minOccurs="0"/>
</sequence>
<attGroup ref="{http://www.orcid.org/ns/orcid}put-code"/>
<attGroup ref="{http://www.orcid.org/ns/orcid}visibility"/>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CreatedDate |
createdDate |
protected String |
departmentName |
protected FuzzyDate |
endDate |
protected LastModifiedDate |
lastModifiedDate |
protected Organization |
organization |
protected BigInteger |
putCode |
protected String |
roleTitle |
protected Source |
source |
protected FuzzyDate |
startDate |
protected AffiliationType |
type |
protected Visibility |
visibility |
| Constructor and Description |
|---|
Affiliation() |
| Modifier and Type | Method and Description |
|---|---|
CreatedDate |
getCreatedDate()
Gets the value of the createdDate property.
|
String |
getDepartmentName()
Gets the value of the departmentName property.
|
FuzzyDate |
getEndDate()
Gets the value of the endDate property.
|
LastModifiedDate |
getLastModifiedDate()
Gets the value of the lastModifiedDate property.
|
Organization |
getOrganization()
Gets the value of the organization property.
|
BigInteger |
getPutCode()
Gets the value of the putCode property.
|
String |
getRoleTitle()
Gets the value of the roleTitle property.
|
Source |
getSource()
Gets the value of the source property.
|
FuzzyDate |
getStartDate()
Gets the value of the startDate property.
|
AffiliationType |
getType()
Gets the value of the type property.
|
Visibility |
getVisibility()
Gets the value of the visibility property.
|
void |
setCreatedDate(CreatedDate value)
Sets the value of the createdDate property.
|
void |
setDepartmentName(String value)
Sets the value of the departmentName property.
|
void |
setEndDate(FuzzyDate value)
Sets the value of the endDate property.
|
void |
setLastModifiedDate(LastModifiedDate value)
Sets the value of the lastModifiedDate property.
|
void |
setOrganization(Organization value)
Sets the value of the organization property.
|
void |
setPutCode(BigInteger value)
Sets the value of the putCode property.
|
void |
setRoleTitle(String value)
Sets the value of the roleTitle property.
|
void |
setSource(Source value)
Sets the value of the source property.
|
void |
setStartDate(FuzzyDate value)
Sets the value of the startDate property.
|
void |
setType(AffiliationType value)
Sets the value of the type property.
|
void |
setVisibility(Visibility value)
Sets the value of the visibility property.
|
protected AffiliationType type
protected String departmentName
protected String roleTitle
protected FuzzyDate startDate
protected FuzzyDate endDate
protected Organization organization
protected Source source
protected CreatedDate createdDate
protected LastModifiedDate lastModifiedDate
protected BigInteger putCode
protected Visibility visibility
public AffiliationType getType()
AffiliationTypepublic void setType(AffiliationType value)
value - allowed object is
AffiliationTypepublic String getDepartmentName()
Stringpublic void setDepartmentName(String value)
value - allowed object is
Stringpublic String getRoleTitle()
Stringpublic void setRoleTitle(String value)
value - allowed object is
Stringpublic FuzzyDate getStartDate()
FuzzyDatepublic void setStartDate(FuzzyDate value)
value - allowed object is
FuzzyDatepublic FuzzyDate getEndDate()
FuzzyDatepublic void setEndDate(FuzzyDate value)
value - allowed object is
FuzzyDatepublic Organization getOrganization()
Organizationpublic void setOrganization(Organization value)
value - allowed object is
Organizationpublic Source getSource()
Sourcepublic void setSource(Source value)
value - allowed object is
Sourcepublic CreatedDate getCreatedDate()
CreatedDatepublic void setCreatedDate(CreatedDate value)
value - allowed object is
CreatedDatepublic LastModifiedDate getLastModifiedDate()
LastModifiedDatepublic void setLastModifiedDate(LastModifiedDate value)
value - allowed object is
LastModifiedDatepublic BigInteger getPutCode()
BigIntegerpublic void setPutCode(BigInteger value)
value - allowed object is
BigIntegerpublic Visibility getVisibility()
Visibilitypublic void setVisibility(Visibility value)
value - allowed object is
VisibilityCopyright © 2017. All rights reserved.