public class

PostingTransactionSummaryField

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

Class Overview

Java class for PostingTransactionSummaryField complex type.

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

 <complexType name="PostingTransactionSummaryField">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="period" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="account" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="parentItem" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="item" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="customer" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="department" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="class" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="location" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="subsidiary" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected Boolean account
protected Boolean clazz
protected Boolean customer
protected Boolean department
protected Boolean item
protected Boolean location
protected Boolean parentItem
protected Boolean period
protected Boolean subsidiary
Public Constructors
PostingTransactionSummaryField()
Public Methods
Boolean isAccount()
Gets the value of the account property.
Boolean isClazz()
Gets the value of the clazz property.
Boolean isCustomer()
Gets the value of the customer property.
Boolean isDepartment()
Gets the value of the department property.
Boolean isItem()
Gets the value of the item property.
Boolean isLocation()
Gets the value of the location property.
Boolean isParentItem()
Gets the value of the parentItem property.
Boolean isPeriod()
Gets the value of the period property.
Boolean isSubsidiary()
Gets the value of the subsidiary property.
void setAccount(Boolean value)
Sets the value of the account property.
void setClazz(Boolean value)
Sets the value of the clazz property.
void setCustomer(Boolean value)
Sets the value of the customer property.
void setDepartment(Boolean value)
Sets the value of the department property.
void setItem(Boolean value)
Sets the value of the item property.
void setLocation(Boolean value)
Sets the value of the location property.
void setParentItem(Boolean value)
Sets the value of the parentItem property.
void setPeriod(Boolean value)
Sets the value of the period property.
void setSubsidiary(Boolean value)
Sets the value of the subsidiary property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected Boolean account

protected Boolean clazz

protected Boolean customer

protected Boolean department

protected Boolean item

protected Boolean location

protected Boolean parentItem

protected Boolean period

protected Boolean subsidiary

Public Constructors

public PostingTransactionSummaryField ()

Public Methods

public Boolean isAccount ()

Gets the value of the account property.

Returns
  • possible object is Boolean

public Boolean isClazz ()

Gets the value of the clazz property.

Returns
  • possible object is Boolean

public Boolean isCustomer ()

Gets the value of the customer property.

Returns
  • possible object is Boolean

public Boolean isDepartment ()

Gets the value of the department property.

Returns
  • possible object is Boolean

public Boolean isItem ()

Gets the value of the item property.

Returns
  • possible object is Boolean

public Boolean isLocation ()

Gets the value of the location property.

Returns
  • possible object is Boolean

public Boolean isParentItem ()

Gets the value of the parentItem property.

Returns
  • possible object is Boolean

public Boolean isPeriod ()

Gets the value of the period property.

Returns
  • possible object is Boolean

public Boolean isSubsidiary ()

Gets the value of the subsidiary property.

Returns
  • possible object is Boolean

public void setAccount (Boolean value)

Sets the value of the account property.

Parameters
value Allowed object is Boolean

public void setClazz (Boolean value)

Sets the value of the clazz property.

Parameters
value Allowed object is Boolean

public void setCustomer (Boolean value)

Sets the value of the customer property.

Parameters
value Allowed object is Boolean

public void setDepartment (Boolean value)

Sets the value of the department property.

Parameters
value Allowed object is Boolean

public void setItem (Boolean value)

Sets the value of the item property.

Parameters
value Allowed object is Boolean

public void setLocation (Boolean value)

Sets the value of the location property.

Parameters
value Allowed object is Boolean

public void setParentItem (Boolean value)

Sets the value of the parentItem property.

Parameters
value Allowed object is Boolean

public void setPeriod (Boolean value)

Sets the value of the period property.

Parameters
value Allowed object is Boolean

public void setSubsidiary (Boolean value)

Sets the value of the subsidiary property.

Parameters
value Allowed object is Boolean