Package org.orcid.jaxb.model.message
Class ApplicationSummary
java.lang.Object
org.orcid.jaxb.model.message.ApplicationSummary
- 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}application-orcid"/>
<element ref="{http://www.orcid.org/ns/orcid}application-name"/>
<element ref="{http://www.orcid.org/ns/orcid}application-website"/>
<element ref="{http://www.orcid.org/ns/orcid}approval-date"/>
<element ref="{http://www.orcid.org/ns/orcid}scope-paths"/>
</sequence>
</restriction>
</complexContent>
</complexType>
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected ApplicationNameprotected ApplicationOrcidprotected ApplicationWebsiteprotected ApprovalDateprotected ScopePaths -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGets the value of the applicationName property.Gets the value of the applicationOrcid property.Gets the value of the applicationWebsite property.Gets the value of the approvalDate property.Gets the value of the scopePaths property.inthashCode()voidsetApplicationGroupName(ApplicationName applicationGroupName) voidsetApplicationGroupOrcid(ApplicationOrcid applicationGroupOrcid) voidSets the value of the applicationName property.voidSets the value of the applicationOrcid property.voidSets the value of the applicationWebsite property.voidsetApprovalDate(ApprovalDate value) Sets the value of the approvalDate property.voidsetScopePaths(ScopePaths value) Sets the value of the scopePaths property.
-
Field Details
-
applicationOrcid
-
applicationName
-
applicationWebsite
-
approvalDate
-
scopePaths
-
-
Constructor Details
-
ApplicationSummary
public ApplicationSummary()
-
-
Method Details
-
getApplicationOrcid
Gets the value of the applicationOrcid property.- Returns:
- possible object is
ApplicationOrcid
-
setApplicationOrcid
Sets the value of the applicationOrcid property.- Parameters:
value- allowed object isApplicationOrcid
-
getApplicationName
Gets the value of the applicationName property.- Returns:
- possible object is
ApplicationName
-
setApplicationName
Sets the value of the applicationName property.- Parameters:
value- allowed object isApplicationName
-
getApplicationWebsite
Gets the value of the applicationWebsite property.- Returns:
- possible object is
ApplicationWebsite
-
setApplicationWebsite
Sets the value of the applicationWebsite property.- Parameters:
value- allowed object isApplicationWebsite
-
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
-
getScopePaths
Gets the value of the scopePaths property.- Returns:
- possible object is
ScopePaths
-
setScopePaths
Sets the value of the scopePaths property.- Parameters:
value- allowed object isScopePaths
-
equals
-
hashCode
public int hashCode() -
getApplicationGroupOrcid
-
setApplicationGroupOrcid
-
getApplicationGroupName
-
setApplicationGroupName
-