Package org.orcid.jaxb.model.message
Class DelegateSummary
java.lang.Object
org.orcid.jaxb.model.message.DelegateSummary
- 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}orcid"/>
<element ref="{http://www.orcid.org/ns/orcid}credit-name" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected CreditNameprotected LastModifiedDateprotected Orcidprotected OrcidIdentifier -
Constructor Summary
ConstructorsConstructorDescriptionDelegateSummary(Orcid orcid) Deprecated.DelegateSummary(OrcidIdentifier orcidIdentifier) -
Method Summary
Modifier and TypeMethodDescriptionbooleanGets the value of the creditName property.getOrcid()Deprecated.inthashCode()voidsetCreditName(CreditName value) Sets the value of the creditName property.voidsetLastModifiedDate(LastModifiedDate lastModifiedDate) voidDeprecated.voidsetOrcidIdentifier(OrcidIdentifier orcidIdentifier)
-
Field Details
-
orcid
-
orcidIdentifier
-
lastModifiedDate
-
creditName
-
-
Constructor Details
-
DelegateSummary
public DelegateSummary() -
DelegateSummary
Deprecated. -
DelegateSummary
-
-
Method Details
-
getOrcid
Deprecated.Gets the value of the orcid property.- Returns:
- possible object is
Orcid
-
setOrcid
Deprecated.Sets the value of the orcid property.- Parameters:
value- allowed object isOrcid
-
getOrcidIdentifier
-
setOrcidIdentifier
-
getLastModifiedDate
-
setLastModifiedDate
-
getCreditName
Gets the value of the creditName property.- Returns:
- possible object is
CreditName
-
setCreditName
Sets the value of the creditName property.- Parameters:
value- allowed object isCreditName
-
equals
-
hashCode
public int hashCode()
-