public class DelegateSummary 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 ref="{http://www.orcid.org/ns/orcid}orcid-identifier"/>
<element ref="{http://www.orcid.org/ns/orcid}last-modified-date"/>
<element ref="{http://www.orcid.org/ns/orcid}credit-name" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CreditName |
creditName |
protected LastModifiedDate |
lastModifiedDate |
protected OrcidId |
orcidIdentifier |
| Constructor and Description |
|---|
DelegateSummary() |
| Modifier and Type | Method and Description |
|---|---|
CreditName |
getCreditName()
Gets the value of the creditName property.
|
LastModifiedDate |
getLastModifiedDate()
Gets the value of the lastModifiedDate property.
|
OrcidId |
getOrcidIdentifier()
Gets the value of the orcidIdentifier property.
|
void |
setCreditName(CreditName value)
Sets the value of the creditName property.
|
void |
setLastModifiedDate(LastModifiedDate value)
Sets the value of the lastModifiedDate property.
|
void |
setOrcidIdentifier(OrcidId value)
Sets the value of the orcidIdentifier property.
|
protected OrcidId orcidIdentifier
protected LastModifiedDate lastModifiedDate
protected CreditName creditName
public OrcidId getOrcidIdentifier()
OrcidIdpublic void setOrcidIdentifier(OrcidId value)
value - allowed object is
OrcidIdpublic LastModifiedDate getLastModifiedDate()
LastModifiedDatepublic void setLastModifiedDate(LastModifiedDate value)
value - allowed object is
LastModifiedDatepublic CreditName getCreditName()
CreditNamepublic void setCreditName(CreditName value)
value - allowed object is
CreditNameCopyright © 2017. All rights reserved.