| java.lang.Object | |
| ↳ | com.netsuite.webservices.platform.core_2010_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="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>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| account | |||||||||||
| clazz | |||||||||||
| customer | |||||||||||
| department | |||||||||||
| 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 customer property.
| |||||||||||
Gets the value of the department 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 customer property.
| |||||||||||
Sets the value of the department 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.
Gets the value of the clazz property.
Gets the value of the customer property.
Gets the value of the department 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.
| value | Allowed object is Boolean |
|---|
Sets the value of the clazz property.
| value | Allowed object is Boolean |
|---|
Sets the value of the customer property.
| value | Allowed object is Boolean |
|---|
Sets the value of the department 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 |
|---|