public class DelegationDetails 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}approval-date"/>
<element ref="{http://www.orcid.org/ns/orcid}delegate-summary"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ApprovalDate |
approvalDate |
protected DelegateSummary |
delegateSummary |
| Constructor and Description |
|---|
DelegationDetails() |
| Modifier and Type | Method and Description |
|---|---|
ApprovalDate |
getApprovalDate()
Gets the value of the approvalDate property.
|
DelegateSummary |
getDelegateSummary()
Gets the value of the delegateSummary property.
|
void |
setApprovalDate(ApprovalDate value)
Sets the value of the approvalDate property.
|
void |
setDelegateSummary(DelegateSummary value)
Sets the value of the delegateSummary property.
|
protected ApprovalDate approvalDate
protected DelegateSummary delegateSummary
public ApprovalDate getApprovalDate()
ApprovalDatepublic void setApprovalDate(ApprovalDate value)
value - allowed object is
ApprovalDatepublic DelegateSummary getDelegateSummary()
DelegateSummarypublic void setDelegateSummary(DelegateSummary value)
value - allowed object is
DelegateSummaryCopyright © 2017. All rights reserved.