| java.lang.Object | |
| ↳ | com.netsuite.webservices.platform.core_2010_2.GetPostingTransactionSummaryResult |
Java class for GetPostingTransactionSummaryResult complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GetPostingTransactionSummaryResult">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{urn:core_2010_2.platform.webservices.netsuite.com}status"/>
<element name="totalRecords" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="pageSize" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="totalPages" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="pageIndex" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="postingTransactionSummaryList" type="{urn:core_2010_2.platform.webservices.netsuite.com}PostingTransactionSummaryList" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| pageIndex | |||||||||||
| pageSize | |||||||||||
| postingTransactionSummaryList | |||||||||||
| status | |||||||||||
| totalPages | |||||||||||
| totalRecords | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the pageIndex property.
| |||||||||||
Gets the value of the pageSize property.
| |||||||||||
Gets the value of the postingTransactionSummaryList property.
| |||||||||||
Gets the value of the status property.
| |||||||||||
Gets the value of the totalPages property.
| |||||||||||
Gets the value of the totalRecords property.
| |||||||||||
Sets the value of the pageIndex property.
| |||||||||||
Sets the value of the pageSize property.
| |||||||||||
Sets the value of the postingTransactionSummaryList property.
| |||||||||||
Sets the value of the status property.
| |||||||||||
Sets the value of the totalPages property.
| |||||||||||
Sets the value of the totalRecords property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the pageIndex property.
Gets the value of the pageSize property.
Gets the value of the postingTransactionSummaryList property.
PostingTransactionSummaryList
Gets the value of the totalPages property.
Gets the value of the totalRecords property.
Sets the value of the pageIndex property.
| value | Allowed object is Integer |
|---|
Sets the value of the pageSize property.
| value | Allowed object is Integer |
|---|
Sets the value of the postingTransactionSummaryList property.
| value | Allowed object is
PostingTransactionSummaryList
|
|---|
Sets the value of the status property.
| value | Allowed object is
Status
|
|---|
Sets the value of the totalPages property.
| value | Allowed object is Integer |
|---|
Sets the value of the totalRecords property.
| value | Allowed object is Integer |
|---|