Package org.orcid.jaxb.model.groupid_v2
Class GroupIdRecords
java.lang.Object
org.orcid.jaxb.model.groupid_v2.GroupIdRecords
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 Summary
FieldsModifier and TypeFieldDescriptionprotected List<GroupIdRecord>protected LastModifiedDateprotected intprotected intprotected int -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGets the value of the groupIdRecord property.intgetPage()Gets the value of the page property.intGets the value of the pageSize property.intgetTotal()Gets the value of the total property.inthashCode()voidsetLastModifiedDate(LastModifiedDate lastModifiedDate) voidsetPage(int value) Sets the value of the page property.voidsetPageSize(int value) Sets the value of the pageSize property.voidsetTotal(int value) Sets the value of the total property.
-
Field Details
-
lastModifiedDate
-
total
protected int total -
page
protected int page -
pageSize
protected int pageSize -
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 isint
-
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 isint
-
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 isint
-
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 asetmethod 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 listGroupIdRecord- Returns:
- a List of GroupIdRecord objects
-
getLastModifiedDate
-
setLastModifiedDate
-
hashCode
public int hashCode() -
equals
-