Class GroupIdRecords

java.lang.Object
org.orcid.jaxb.model.groupid_v2.GroupIdRecords

public class GroupIdRecords 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 name="total" type="{http://www.w3.org/2001/XMLSchema}integer"/>
         <element name="page" type="{http://www.w3.org/2001/XMLSchema}integer"/>
         <element name="page-size" type="{http://www.w3.org/2001/XMLSchema}integer"/>
         <element ref="{http://www.orcid.org/ns/group-id}group-id-record" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • lastModifiedDate

      protected LastModifiedDate lastModifiedDate
    • total

      protected int total
    • page

      protected int page
    • pageSize

      protected int pageSize
    • groupIdRecord

      protected List<GroupIdRecord> groupIdRecord
  • Constructor Details

    • GroupIdRecords

      public GroupIdRecords()
  • Method Details

    • getTotal

      public int getTotal()
      Gets the value of the total property.
      Returns:
      possible object is int
    • setTotal

      public void setTotal(int value)
      Sets the value of the total property.
      Parameters:
      value - allowed object is int
    • getPage

      public int getPage()
      Gets the value of the page property.
      Returns:
      possible object is int
    • setPage

      public void setPage(int value)
      Sets the value of the page property.
      Parameters:
      value - allowed object is int
    • getPageSize

      public int getPageSize()
      Gets the value of the pageSize property.
      Returns:
      possible object is int
    • setPageSize

      public void setPageSize(int value)
      Sets the value of the pageSize property.
      Parameters:
      value - allowed object is int
    • getGroupIdRecord

      public List<GroupIdRecord> getGroupIdRecord()
      Gets the value of the groupIdRecord 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 groupIdRecord property. For example, to add a new item, do as follows:
       getGroupIdRecord().add(newItem);
       
      Objects of the following type(s) are allowed in the list GroupIdRecord
      Returns:
      a List of GroupIdRecord objects
    • getLastModifiedDate

      public LastModifiedDate getLastModifiedDate()
    • setLastModifiedDate

      public void setLastModifiedDate(LastModifiedDate lastModifiedDate)
    • hashCode

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

      public boolean equals(Object obj)
      Overrides:
      equals in class Object