| java.lang.Object | |
| ↳ | com.netsuite.webservices.lists.employees_2012_1.EmployeeDirectDeposit |
Java class for EmployeeDirectDeposit complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="EmployeeDirectDeposit">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="id" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="netAccount" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="savingsAccount" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="accountPrenoted" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="accountStatus" type="{urn:types.employees_2012_1.lists.webservices.netsuite.com}EmployeeDirectDepositAccountStatus" minOccurs="0"/>
<element name="bankName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="bankId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="bankNumber" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="bankRoutingNumber" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="bankAccountNumber" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="amount" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="inactive" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| accountPrenoted | |||||||||||
| accountStatus | |||||||||||
| amount | |||||||||||
| bankAccountNumber | |||||||||||
| bankId | |||||||||||
| bankName | |||||||||||
| bankNumber | |||||||||||
| bankRoutingNumber | |||||||||||
| id | |||||||||||
| inactive | |||||||||||
| netAccount | |||||||||||
| savingsAccount | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the accountStatus property.
| |||||||||||
Gets the value of the amount property.
| |||||||||||
Gets the value of the bankAccountNumber property.
| |||||||||||
Gets the value of the bankId property.
| |||||||||||
Gets the value of the bankName property.
| |||||||||||
Gets the value of the bankNumber property.
| |||||||||||
Gets the value of the bankRoutingNumber property.
| |||||||||||
Gets the value of the id property.
| |||||||||||
Gets the value of the accountPrenoted property.
| |||||||||||
Gets the value of the inactive property.
| |||||||||||
Gets the value of the netAccount property.
| |||||||||||
Gets the value of the savingsAccount property.
| |||||||||||
Sets the value of the accountPrenoted property.
| |||||||||||
Sets the value of the accountStatus property.
| |||||||||||
Sets the value of the amount property.
| |||||||||||
Sets the value of the bankAccountNumber property.
| |||||||||||
Sets the value of the bankId property.
| |||||||||||
Sets the value of the bankName property.
| |||||||||||
Sets the value of the bankNumber property.
| |||||||||||
Sets the value of the bankRoutingNumber property.
| |||||||||||
Sets the value of the id property.
| |||||||||||
Sets the value of the inactive property.
| |||||||||||
Sets the value of the netAccount property.
| |||||||||||
Sets the value of the savingsAccount property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the accountStatus property.
EmployeeDirectDepositAccountStatus
Gets the value of the amount property.
Gets the value of the bankAccountNumber property.
Gets the value of the bankId property.
Gets the value of the bankName property.
Gets the value of the bankNumber property.
Gets the value of the bankRoutingNumber property.
Gets the value of the id property.
Gets the value of the accountPrenoted property.
Gets the value of the inactive property.
Gets the value of the netAccount property.
Gets the value of the savingsAccount property.
Sets the value of the accountPrenoted property.
| value | Allowed object is Boolean |
|---|
Sets the value of the accountStatus property.
| value | Allowed object is
EmployeeDirectDepositAccountStatus
|
|---|
Sets the value of the amount property.
| value | Allowed object is Double |
|---|
Sets the value of the bankAccountNumber property.
| value | Allowed object is String |
|---|
Sets the value of the bankId property.
| value | Allowed object is String |
|---|
Sets the value of the bankName property.
| value | Allowed object is String |
|---|
Sets the value of the bankNumber property.
| value | Allowed object is String |
|---|
Sets the value of the bankRoutingNumber property.
| value | Allowed object is String |
|---|
Sets the value of the id property.
| value | Allowed object is Long |
|---|
Sets the value of the inactive property.
| value | Allowed object is Boolean |
|---|
Sets the value of the netAccount property.
| value | Allowed object is Boolean |
|---|
Sets the value of the savingsAccount property.
| value | Allowed object is Boolean |
|---|