Package org.orcid.jaxb.model.message
Class FundingAgency
java.lang.Object
org.orcid.jaxb.model.message.FundingAgency
- 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}agency-orcid"/>
<element ref="{http://www.orcid.org/ns/orcid}agency-name"/>
</sequence>
</restriction>
</complexContent>
</complexType>
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGets the value of the agencyName property.Gets the value of the AgencyOrcid property.inthashCode()voidsetAgencyName(AgencyName value) Sets the value of the agencyName property.voidsetAgencyOrcid(AgencyOrcid value) Sets the value of the agencyOrcid property.
-
Field Details
-
agencyOrcid
-
agencyName
-
-
Constructor Details
-
FundingAgency
public FundingAgency()
-
-
Method Details
-
getAgencyOrcid
Gets the value of the AgencyOrcid property.- Returns:
- possible object is
AgencyOrcid
-
setAgencyOrcid
Sets the value of the agencyOrcid property.- Parameters:
value- allowed object isAgencyOrcid
-
getAgencyName
Gets the value of the agencyName property.- Returns:
- possible object is
AgencyName
-
setAgencyName
Sets the value of the agencyName property.- Parameters:
value- allowed object isAgencyName
-
equals
-
hashCode
public int hashCode()
-