| java.lang.Object | |
| ↳ | com.netsuite.webservices.transactions.customers_2010_2.CustomerDepositApply |
Java class for CustomerDepositApply complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CustomerDepositApply">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="doc" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="apply" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="applyDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="type" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="refNum" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="total" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="amount" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="job" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| amount | |||||||||||
| apply | |||||||||||
| applyDate | |||||||||||
| doc | |||||||||||
| job | |||||||||||
| refNum | |||||||||||
| total | |||||||||||
| type | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the amount property.
| |||||||||||
Gets the value of the applyDate property.
| |||||||||||
Gets the value of the doc property.
| |||||||||||
Gets the value of the job property.
| |||||||||||
Gets the value of the refNum property.
| |||||||||||
Gets the value of the total property.
| |||||||||||
Gets the value of the type property.
| |||||||||||
Gets the value of the apply property.
| |||||||||||
Sets the value of the amount property.
| |||||||||||
Sets the value of the apply property.
| |||||||||||
Sets the value of the applyDate property.
| |||||||||||
Sets the value of the doc property.
| |||||||||||
Sets the value of the job property.
| |||||||||||
Sets the value of the refNum property.
| |||||||||||
Sets the value of the total property.
| |||||||||||
Sets the value of the type property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the amount property.
Gets the value of the applyDate property.
Gets the value of the doc property.
Gets the value of the job property.
Gets the value of the refNum property.
Gets the value of the total property.
Gets the value of the type property.
Gets the value of the apply property.
Sets the value of the amount property.
| value | Allowed object is Double |
|---|
Sets the value of the apply property.
| value | Allowed object is Boolean |
|---|
Sets the value of the applyDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the doc property.
| value | Allowed object is Long |
|---|
Sets the value of the job property.
| value | Allowed object is String |
|---|
Sets the value of the refNum property.
| value | Allowed object is String |
|---|
Sets the value of the total property.
| value | Allowed object is Double |
|---|
Sets the value of the type property.
| value | Allowed object is String |
|---|