public class

GetPostingTransactionSummaryRequest

extends Object
java.lang.Object
   ↳ com.netsuite.webservices.platform.messages_2010_2.GetPostingTransactionSummaryRequest

Class Overview

Java class for GetPostingTransactionSummaryRequest complex type.

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

 <complexType name="GetPostingTransactionSummaryRequest">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="fields" type="{urn:core_2010_2.platform.webservices.netsuite.com}PostingTransactionSummaryField"/>
         <element name="filters" type="{urn:core_2010_2.platform.webservices.netsuite.com}PostingTransactionSummaryFilter" minOccurs="0"/>
         <element name="pageIndex" type="{http://www.w3.org/2001/XMLSchema}int"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected PostingTransactionSummaryField fields
protected PostingTransactionSummaryFilter filters
protected int pageIndex
Public Constructors
GetPostingTransactionSummaryRequest()
Public Methods
PostingTransactionSummaryField getFields()
Gets the value of the fields property.
PostingTransactionSummaryFilter getFilters()
Gets the value of the filters property.
int getPageIndex()
Gets the value of the pageIndex property.
void setFields(PostingTransactionSummaryField value)
Sets the value of the fields property.
void setFilters(PostingTransactionSummaryFilter value)
Sets the value of the filters property.
void setPageIndex(int value)
Sets the value of the pageIndex property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected int pageIndex

Public Constructors

public GetPostingTransactionSummaryRequest ()

Public Methods

public PostingTransactionSummaryField getFields ()

Gets the value of the fields property.

Returns

public PostingTransactionSummaryFilter getFilters ()

Gets the value of the filters property.

Returns

public int getPageIndex ()

Gets the value of the pageIndex property.

public void setFields (PostingTransactionSummaryField value)

Sets the value of the fields property.

Parameters
value Allowed object is PostingTransactionSummaryField

public void setFilters (PostingTransactionSummaryFilter value)

Sets the value of the filters property.

Parameters
value Allowed object is PostingTransactionSummaryFilter

public void setPageIndex (int value)

Sets the value of the pageIndex property.

Parameters
value