Class ApplicationSummary

java.lang.Object
org.orcid.jaxb.model.message.ApplicationSummary
All Implemented Interfaces:
Serializable

public class ApplicationSummary extends Object implements 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 Details

  • Constructor Details

    • ApplicationSummary

      public ApplicationSummary()
  • Method Details

    • getApplicationOrcid

      public ApplicationOrcid getApplicationOrcid()
      Gets the value of the applicationOrcid property.
      Returns:
      possible object is ApplicationOrcid
    • setApplicationOrcid

      public void setApplicationOrcid(ApplicationOrcid value)
      Sets the value of the applicationOrcid property.
      Parameters:
      value - allowed object is ApplicationOrcid
    • getApplicationName

      public ApplicationName getApplicationName()
      Gets the value of the applicationName property.
      Returns:
      possible object is ApplicationName
    • setApplicationName

      public void setApplicationName(ApplicationName value)
      Sets the value of the applicationName property.
      Parameters:
      value - allowed object is ApplicationName
    • getApplicationWebsite

      public ApplicationWebsite getApplicationWebsite()
      Gets the value of the applicationWebsite property.
      Returns:
      possible object is ApplicationWebsite
    • setApplicationWebsite

      public void setApplicationWebsite(ApplicationWebsite value)
      Sets the value of the applicationWebsite property.
      Parameters:
      value - allowed object is ApplicationWebsite
    • getApprovalDate

      public ApprovalDate getApprovalDate()
      Gets the value of the approvalDate property.
      Returns:
      possible object is ApprovalDate
    • setApprovalDate

      public void setApprovalDate(ApprovalDate value)
      Sets the value of the approvalDate property.
      Parameters:
      value - allowed object is ApprovalDate
    • getScopePaths

      public ScopePaths getScopePaths()
      Gets the value of the scopePaths property.
      Returns:
      possible object is ScopePaths
    • setScopePaths

      public void setScopePaths(ScopePaths value)
      Sets the value of the scopePaths property.
      Parameters:
      value - allowed object is ScopePaths
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • getApplicationGroupOrcid

      public ApplicationOrcid getApplicationGroupOrcid()
    • setApplicationGroupOrcid

      public void setApplicationGroupOrcid(ApplicationOrcid applicationGroupOrcid)
    • getApplicationGroupName

      public ApplicationName getApplicationGroupName()
    • setApplicationGroupName

      public void setApplicationGroupName(ApplicationName applicationGroupName)