Package org.orcid.jaxb.model.message
Class OrcidActivities
java.lang.Object
org.orcid.jaxb.model.message.OrcidActivities
- 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}affiliations" minOccurs="0"/>
<element ref="{http://www.orcid.org/ns/orcid}orcid-works" minOccurs="0"/>
<element ref="{http://www.orcid.org/ns/orcid}funding-list" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Affiliationsprotected FundingListprotected OrcidWorks -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidvoidbooleanGets the value of the affiliations property.Gets the value of the FundingList property.Gets the value of the orcidWorks property.inthashCode()voidsetAffiliations(Affiliations value) Sets the value of the affiliations property.voidsetFundings(FundingList value) Sets the value of the FundingList property.voidsetOrcidWorks(OrcidWorks value) Sets the value of the orcidWorks property.
-
Field Details
-
affiliations
-
orcidWorks
-
fundings
-
-
Constructor Details
-
OrcidActivities
public OrcidActivities()
-
-
Method Details
-
getAffiliations
Gets the value of the affiliations property.- Returns:
- possible object is
Affiliations
-
setAffiliations
Sets the value of the affiliations property.- Parameters:
value- allowed object isAffiliations
-
getOrcidWorks
Gets the value of the orcidWorks property.- Returns:
- possible object is
OrcidWorks
-
setOrcidWorks
Sets the value of the orcidWorks property.- Parameters:
value- allowed object isOrcidWorks
-
getFundings
Gets the value of the FundingList property.- Returns:
- possible object is
FundingList
-
setFundings
Sets the value of the FundingList property.- Parameters:
value- allowed object isFundingList
-
downgradeToWorksOnly
public void downgradeToWorksOnly() -
downgradeToAffiliationsOnly
public void downgradeToAffiliationsOnly() -
downgradeToFundingsOnly
public void downgradeToFundingsOnly() -
hashCode
public int hashCode() -
equals
-