| java.lang.Object | |
| ↳ | com.netsuite.webservices.platform.core_2013_2.PostingTransactionSummaryField |
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>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| account | |||||||||||
| clazz | |||||||||||
| department | |||||||||||
| entity | |||||||||||
| item | |||||||||||
| location | |||||||||||
| parentItem | |||||||||||
| period | |||||||||||
| subsidiary | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the account property.
| |||||||||||
Gets the value of the clazz property.
| |||||||||||
Gets the value of the department property.
| |||||||||||
Gets the value of the entity property.
| |||||||||||
Gets the value of the item property.
| |||||||||||
Gets the value of the location property.
| |||||||||||
Gets the value of the parentItem property.
| |||||||||||
Gets the value of the period property.
| |||||||||||
Gets the value of the subsidiary property.
| |||||||||||
Sets the value of the account property.
| |||||||||||
Sets the value of the clazz property.
| |||||||||||
Sets the value of the department property.
| |||||||||||
Sets the value of the entity property.
| |||||||||||
Sets the value of the item property.
| |||||||||||
Sets the value of the location property.
| |||||||||||
Sets the value of the parentItem property.
| |||||||||||
Sets the value of the period property.
| |||||||||||
Sets the value of the subsidiary property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the account property. This getter has been renamed from isAccount() to getAccount() by cxf-xjc-boolean plugin.
Gets the value of the clazz property. This getter has been renamed from isClazz() to getClazz() by cxf-xjc-boolean plugin.
Gets the value of the department property. This getter has been renamed from isDepartment() to getDepartment() by cxf-xjc-boolean plugin.
Gets the value of the entity property. This getter has been renamed from isEntity() to getEntity() by cxf-xjc-boolean plugin.
Gets the value of the item property. This getter has been renamed from isItem() to getItem() by cxf-xjc-boolean plugin.
Gets the value of the location property. This getter has been renamed from isLocation() to getLocation() by cxf-xjc-boolean plugin.
Gets the value of the parentItem property. This getter has been renamed from isParentItem() to getParentItem() by cxf-xjc-boolean plugin.
Gets the value of the period property. This getter has been renamed from isPeriod() to getPeriod() by cxf-xjc-boolean plugin.
Gets the value of the subsidiary property. This getter has been renamed from isSubsidiary() to getSubsidiary() by cxf-xjc-boolean plugin.
Sets the value of the account property.
| value | Allowed object is Boolean |
|---|
Sets the value of the clazz property.
| value | Allowed object is Boolean |
|---|
Sets the value of the department property.
| value | Allowed object is Boolean |
|---|
Sets the value of the entity property.
| value | Allowed object is Boolean |
|---|
Sets the value of the item property.
| value | Allowed object is Boolean |
|---|
Sets the value of the location property.
| value | Allowed object is Boolean |
|---|
Sets the value of the parentItem property.
| value | Allowed object is Boolean |
|---|
Sets the value of the period property.
| value | Allowed object is Boolean |
|---|
Sets the value of the subsidiary property.
| value | Allowed object is Boolean |
|---|