Class Applications

java.lang.Object
org.orcid.jaxb.model.message.Applications
All Implemented Interfaces:
Serializable, VisibilityType

public class Applications extends Object implements VisibilityType, 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-summary" maxOccurs="unbounded"/>
       </sequence>
       <attGroup ref="{http://www.orcid.org/ns/orcid}visibility"/>
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details

  • Constructor Details

    • Applications

      public Applications()
  • Method Details

    • getApplicationSummary

      public List<ApplicationSummary> getApplicationSummary()
      Gets the value of the applicationSummary property. This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the applicationSummary property. For example, to add a new item, do as follows:
          getApplicationSummary().add(newItem);
       
      Objects of the following type(s) are allowed in the list ApplicationSummary
      Returns:
      a List of ApplicationSummary objects
    • getVisibility

      public Visibility getVisibility()
      Gets the value of the visibility property.
      Specified by:
      getVisibility in interface VisibilityType
      Returns:
      possible object is Visibility
    • setVisibility

      public void setVisibility(Visibility value)
      Sets the value of the visibility property.
      Specified by:
      setVisibility in interface VisibilityType
      Parameters:
      value - allowed object is Visibility
    • equals

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

      public int hashCode()
      Overrides:
      hashCode in class Object