public class ApplicationSummary extends Object
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"/>
<element name="application-group-orcid" type="{http://www.orcid.org/ns/orcid}orcid-id"/>
<element name="application-group-name" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
applicationGroupName |
protected OrcidId |
applicationGroupOrcid |
protected ApplicationName |
applicationName |
protected OrcidId |
applicationOrcid |
protected ApplicationWebsite |
applicationWebsite |
protected ApprovalDate |
approvalDate |
protected ScopePaths |
scopePaths |
| Constructor and Description |
|---|
ApplicationSummary() |
| Modifier and Type | Method and Description |
|---|---|
String |
getApplicationGroupName()
Gets the value of the applicationGroupName property.
|
OrcidId |
getApplicationGroupOrcid()
Gets the value of the applicationGroupOrcid property.
|
ApplicationName |
getApplicationName()
Gets the value of the applicationName property.
|
OrcidId |
getApplicationOrcid()
Gets the value of the applicationOrcid property.
|
ApplicationWebsite |
getApplicationWebsite()
Gets the value of the applicationWebsite property.
|
ApprovalDate |
getApprovalDate()
Gets the value of the approvalDate property.
|
ScopePaths |
getScopePaths()
Gets the value of the scopePaths property.
|
void |
setApplicationGroupName(String value)
Sets the value of the applicationGroupName property.
|
void |
setApplicationGroupOrcid(OrcidId value)
Sets the value of the applicationGroupOrcid property.
|
void |
setApplicationName(ApplicationName value)
Sets the value of the applicationName property.
|
void |
setApplicationOrcid(OrcidId value)
Sets the value of the applicationOrcid property.
|
void |
setApplicationWebsite(ApplicationWebsite value)
Sets the value of the applicationWebsite property.
|
void |
setApprovalDate(ApprovalDate value)
Sets the value of the approvalDate property.
|
void |
setScopePaths(ScopePaths value)
Sets the value of the scopePaths property.
|
protected OrcidId applicationOrcid
protected ApplicationName applicationName
protected ApplicationWebsite applicationWebsite
protected ApprovalDate approvalDate
protected ScopePaths scopePaths
protected OrcidId applicationGroupOrcid
protected String applicationGroupName
public OrcidId getApplicationOrcid()
OrcidIdpublic void setApplicationOrcid(OrcidId value)
value - allowed object is
OrcidIdpublic ApplicationName getApplicationName()
ApplicationNamepublic void setApplicationName(ApplicationName value)
value - allowed object is
ApplicationNamepublic ApplicationWebsite getApplicationWebsite()
ApplicationWebsitepublic void setApplicationWebsite(ApplicationWebsite value)
value - allowed object is
ApplicationWebsitepublic ApprovalDate getApprovalDate()
ApprovalDatepublic void setApprovalDate(ApprovalDate value)
value - allowed object is
ApprovalDatepublic ScopePaths getScopePaths()
ScopePathspublic void setScopePaths(ScopePaths value)
value - allowed object is
ScopePathspublic OrcidId getApplicationGroupOrcid()
OrcidIdpublic void setApplicationGroupOrcid(OrcidId value)
value - allowed object is
OrcidIdpublic String getApplicationGroupName()
StringCopyright © 2017. All rights reserved.