Package org.orcid.jaxb.model.message
Class DelegationDetails
java.lang.Object
org.orcid.jaxb.model.message.DelegationDetails
- All Implemented Interfaces:
Serializable
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>
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGets the value of the approvalDate property.Gets the value of the delegateSummary property.inthashCode()voidsetApprovalDate(ApprovalDate value) Sets the value of the approvalDate property.voidSets the value of the delegateSummary property.
-
Field Details
-
approvalDate
-
delegateSummary
-
-
Constructor Details
-
DelegationDetails
public DelegationDetails()
-
-
Method Details
-
getApprovalDate
Gets the value of the approvalDate property.- Returns:
- possible object is
ApprovalDate
-
setApprovalDate
Sets the value of the approvalDate property.- Parameters:
value- allowed object isApprovalDate
-
getDelegateSummary
Gets the value of the delegateSummary property.- Returns:
- possible object is
DelegateSummary
-
setDelegateSummary
Sets the value of the delegateSummary property.- Parameters:
value- allowed object isDelegateSummary
-
equals
-
hashCode
public int hashCode()
-