public class

PostingTransactionSummaryFilter

extends Object
java.lang.Object
   ↳ com.netsuite.webservices.platform.core_2010_2.PostingTransactionSummaryFilter

Class Overview

Java class for PostingTransactionSummaryFilter complex type.

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

 <complexType name="PostingTransactionSummaryFilter">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="period" type="{urn:core_2010_2.platform.webservices.netsuite.com}RecordRefList" minOccurs="0"/>
         <element name="account" type="{urn:core_2010_2.platform.webservices.netsuite.com}RecordRefList" minOccurs="0"/>
         <element name="parentItem" type="{urn:core_2010_2.platform.webservices.netsuite.com}RecordRefList" minOccurs="0"/>
         <element name="item" type="{urn:core_2010_2.platform.webservices.netsuite.com}RecordRefList" minOccurs="0"/>
         <element name="customer" type="{urn:core_2010_2.platform.webservices.netsuite.com}RecordRefList" minOccurs="0"/>
         <element name="department" type="{urn:core_2010_2.platform.webservices.netsuite.com}RecordRefList" minOccurs="0"/>
         <element name="class" type="{urn:core_2010_2.platform.webservices.netsuite.com}RecordRefList" minOccurs="0"/>
         <element name="location" type="{urn:core_2010_2.platform.webservices.netsuite.com}RecordRefList" minOccurs="0"/>
         <element name="subsidiary" type="{urn:core_2010_2.platform.webservices.netsuite.com}RecordRefList" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected RecordRefList account
protected RecordRefList clazz
protected RecordRefList customer
protected RecordRefList department
protected RecordRefList item
protected RecordRefList location
protected RecordRefList parentItem
protected RecordRefList period
protected RecordRefList subsidiary
Public Constructors
PostingTransactionSummaryFilter()
Public Methods
RecordRefList getAccount()
Gets the value of the account property.
RecordRefList getClazz()
Gets the value of the clazz property.
RecordRefList getCustomer()
Gets the value of the customer property.
RecordRefList getDepartment()
Gets the value of the department property.
RecordRefList getItem()
Gets the value of the item property.
RecordRefList getLocation()
Gets the value of the location property.
RecordRefList getParentItem()
Gets the value of the parentItem property.
RecordRefList getPeriod()
Gets the value of the period property.
RecordRefList getSubsidiary()
Gets the value of the subsidiary property.
void setAccount(RecordRefList value)
Sets the value of the account property.
void setClazz(RecordRefList value)
Sets the value of the clazz property.
void setCustomer(RecordRefList value)
Sets the value of the customer property.
void setDepartment(RecordRefList value)
Sets the value of the department property.
void setItem(RecordRefList value)
Sets the value of the item property.
void setLocation(RecordRefList value)
Sets the value of the location property.
void setParentItem(RecordRefList value)
Sets the value of the parentItem property.
void setPeriod(RecordRefList value)
Sets the value of the period property.
void setSubsidiary(RecordRefList value)
Sets the value of the subsidiary property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected RecordRefList account

protected RecordRefList clazz

protected RecordRefList customer

protected RecordRefList department

protected RecordRefList item

protected RecordRefList location

protected RecordRefList parentItem

protected RecordRefList period

protected RecordRefList subsidiary

Public Constructors

public PostingTransactionSummaryFilter ()

Public Methods

public RecordRefList getAccount ()

Gets the value of the account property.

Returns

public RecordRefList getClazz ()

Gets the value of the clazz property.

Returns

public RecordRefList getCustomer ()

Gets the value of the customer property.

Returns

public RecordRefList getDepartment ()

Gets the value of the department property.

Returns

public RecordRefList getItem ()

Gets the value of the item property.

Returns

public RecordRefList getLocation ()

Gets the value of the location property.

Returns

public RecordRefList getParentItem ()

Gets the value of the parentItem property.

Returns

public RecordRefList getPeriod ()

Gets the value of the period property.

Returns

public RecordRefList getSubsidiary ()

Gets the value of the subsidiary property.

Returns

public void setAccount (RecordRefList value)

Sets the value of the account property.

Parameters
value Allowed object is RecordRefList

public void setClazz (RecordRefList value)

Sets the value of the clazz property.

Parameters
value Allowed object is RecordRefList

public void setCustomer (RecordRefList value)

Sets the value of the customer property.

Parameters
value Allowed object is RecordRefList

public void setDepartment (RecordRefList value)

Sets the value of the department property.

Parameters
value Allowed object is RecordRefList

public void setItem (RecordRefList value)

Sets the value of the item property.

Parameters
value Allowed object is RecordRefList

public void setLocation (RecordRefList value)

Sets the value of the location property.

Parameters
value Allowed object is RecordRefList

public void setParentItem (RecordRefList value)

Sets the value of the parentItem property.

Parameters
value Allowed object is RecordRefList

public void setPeriod (RecordRefList value)

Sets the value of the period property.

Parameters
value Allowed object is RecordRefList

public void setSubsidiary (RecordRefList value)

Sets the value of the subsidiary property.

Parameters
value Allowed object is RecordRefList