public class

ResponseResultsType

extends Object
java.lang.Object
   ↳ workday.com.bsvc.ResponseResultsType

Class Overview

The "Response_Results" element contains summary information about the data that has been returned from your request including "Total_Results", "Total_Pages", and the current "Page" returned.

Java class for Response_ResultsType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="Response_ResultsType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Total_Results" minOccurs="0">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
               <totalDigits value="12"/>
               <minInclusive value="0"/>
               <fractionDigits value="0"/>
             </restriction>
           </simpleType>
         </element>
         <element name="Total_Pages" minOccurs="0">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
               <totalDigits value="12"/>
               <minInclusive value="0"/>
               <fractionDigits value="0"/>
             </restriction>
           </simpleType>
         </element>
         <element name="Page_Results" minOccurs="0">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
               <totalDigits value="12"/>
               <minInclusive value="0"/>
               <fractionDigits value="0"/>
             </restriction>
           </simpleType>
         </element>
         <element name="Page" minOccurs="0">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
               <totalDigits value="12"/>
               <minInclusive value="0"/>
               <fractionDigits value="0"/>
             </restriction>
           </simpleType>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected BigDecimal page
protected BigDecimal pageResults
protected BigDecimal totalPages
protected BigDecimal totalResults
Public Constructors
ResponseResultsType()
Public Methods
BigDecimal getPage()
Gets the value of the page property.
BigDecimal getPageResults()
Gets the value of the pageResults property.
BigDecimal getTotalPages()
Gets the value of the totalPages property.
BigDecimal getTotalResults()
Gets the value of the totalResults property.
void setPage(BigDecimal value)
Sets the value of the page property.
void setPageResults(BigDecimal value)
Sets the value of the pageResults property.
void setTotalPages(BigDecimal value)
Sets the value of the totalPages property.
void setTotalResults(BigDecimal value)
Sets the value of the totalResults property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected BigDecimal page

protected BigDecimal pageResults

protected BigDecimal totalPages

protected BigDecimal totalResults

Public Constructors

public ResponseResultsType ()

Public Methods

public BigDecimal getPage ()

Gets the value of the page property.

Returns
  • possible object is BigDecimal

public BigDecimal getPageResults ()

Gets the value of the pageResults property.

Returns
  • possible object is BigDecimal

public BigDecimal getTotalPages ()

Gets the value of the totalPages property.

Returns
  • possible object is BigDecimal

public BigDecimal getTotalResults ()

Gets the value of the totalResults property.

Returns
  • possible object is BigDecimal

public void setPage (BigDecimal value)

Sets the value of the page property.

Parameters
value Allowed object is BigDecimal

public void setPageResults (BigDecimal value)

Sets the value of the pageResults property.

Parameters
value Allowed object is BigDecimal

public void setTotalPages (BigDecimal value)

Sets the value of the totalPages property.

Parameters
value Allowed object is BigDecimal

public void setTotalResults (BigDecimal value)

Sets the value of the totalResults property.

Parameters
value Allowed object is BigDecimal