public class

PostingTransactionSummaryField

extends Object
java.lang.Object
   ↳ com.netsuite.webservices.platform.core_2013_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="entity" 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 department
protected Boolean entity
protected Boolean item
protected Boolean location
protected Boolean parentItem
protected Boolean period
protected Boolean subsidiary
Public Constructors
PostingTransactionSummaryField()
Public Methods
Boolean getAccount()
Gets the value of the account property.
Boolean getClazz()
Gets the value of the clazz property.
Boolean getDepartment()
Gets the value of the department property.
Boolean getEntity()
Gets the value of the entity property.
Boolean getItem()
Gets the value of the item property.
Boolean getLocation()
Gets the value of the location property.
Boolean getParentItem()
Gets the value of the parentItem property.
Boolean getPeriod()
Gets the value of the period property.
Boolean getSubsidiary()
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 setDepartment(Boolean value)
Sets the value of the department property.
void setEntity(Boolean value)
Sets the value of the entity 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 department

protected Boolean entity

protected Boolean item

protected Boolean location

protected Boolean parentItem

protected Boolean period

protected Boolean subsidiary

Public Constructors

public PostingTransactionSummaryField ()

Public Methods

public Boolean getAccount ()

Gets the value of the account property. This getter has been renamed from isAccount() to getAccount() by cxf-xjc-boolean plugin.

Returns
  • possible object is Boolean

public Boolean getClazz ()

Gets the value of the clazz property. This getter has been renamed from isClazz() to getClazz() by cxf-xjc-boolean plugin.

Returns
  • possible object is Boolean

public Boolean getDepartment ()

Gets the value of the department property. This getter has been renamed from isDepartment() to getDepartment() by cxf-xjc-boolean plugin.

Returns
  • possible object is Boolean

public Boolean getEntity ()

Gets the value of the entity property. This getter has been renamed from isEntity() to getEntity() by cxf-xjc-boolean plugin.

Returns
  • possible object is Boolean

public Boolean getItem ()

Gets the value of the item property. This getter has been renamed from isItem() to getItem() by cxf-xjc-boolean plugin.

Returns
  • possible object is Boolean

public Boolean getLocation ()

Gets the value of the location property. This getter has been renamed from isLocation() to getLocation() by cxf-xjc-boolean plugin.

Returns
  • possible object is Boolean

public Boolean getParentItem ()

Gets the value of the parentItem property. This getter has been renamed from isParentItem() to getParentItem() by cxf-xjc-boolean plugin.

Returns
  • possible object is Boolean

public Boolean getPeriod ()

Gets the value of the period property. This getter has been renamed from isPeriod() to getPeriod() by cxf-xjc-boolean plugin.

Returns
  • possible object is Boolean

public Boolean getSubsidiary ()

Gets the value of the subsidiary property. This getter has been renamed from isSubsidiary() to getSubsidiary() by cxf-xjc-boolean plugin.

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 setDepartment (Boolean value)

Sets the value of the department property.

Parameters
value Allowed object is Boolean

public void setEntity (Boolean value)

Sets the value of the entity 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