public class

EmployeeDirectDeposit

extends Object
java.lang.Object
   ↳ com.netsuite.webservices.lists.employees_2012_1.EmployeeDirectDeposit

Class Overview

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>
 

Summary

Fields
protected Boolean accountPrenoted
protected EmployeeDirectDepositAccountStatus accountStatus
protected Double amount
protected String bankAccountNumber
protected String bankId
protected String bankName
protected String bankNumber
protected String bankRoutingNumber
protected Long id
protected Boolean inactive
protected Boolean netAccount
protected Boolean savingsAccount
Public Constructors
EmployeeDirectDeposit()
Public Methods
EmployeeDirectDepositAccountStatus getAccountStatus()
Gets the value of the accountStatus property.
Double getAmount()
Gets the value of the amount property.
String getBankAccountNumber()
Gets the value of the bankAccountNumber property.
String getBankId()
Gets the value of the bankId property.
String getBankName()
Gets the value of the bankName property.
String getBankNumber()
Gets the value of the bankNumber property.
String getBankRoutingNumber()
Gets the value of the bankRoutingNumber property.
Long getId()
Gets the value of the id property.
Boolean isAccountPrenoted()
Gets the value of the accountPrenoted property.
Boolean isInactive()
Gets the value of the inactive property.
Boolean isNetAccount()
Gets the value of the netAccount property.
Boolean isSavingsAccount()
Gets the value of the savingsAccount property.
void setAccountPrenoted(Boolean value)
Sets the value of the accountPrenoted property.
void setAccountStatus(EmployeeDirectDepositAccountStatus value)
Sets the value of the accountStatus property.
void setAmount(Double value)
Sets the value of the amount property.
void setBankAccountNumber(String value)
Sets the value of the bankAccountNumber property.
void setBankId(String value)
Sets the value of the bankId property.
void setBankName(String value)
Sets the value of the bankName property.
void setBankNumber(String value)
Sets the value of the bankNumber property.
void setBankRoutingNumber(String value)
Sets the value of the bankRoutingNumber property.
void setId(Long value)
Sets the value of the id property.
void setInactive(Boolean value)
Sets the value of the inactive property.
void setNetAccount(Boolean value)
Sets the value of the netAccount property.
void setSavingsAccount(Boolean value)
Sets the value of the savingsAccount property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected Boolean accountPrenoted

protected EmployeeDirectDepositAccountStatus accountStatus

protected Double amount

protected String bankAccountNumber

protected String bankId

protected String bankName

protected String bankNumber

protected String bankRoutingNumber

protected Long id

protected Boolean inactive

protected Boolean netAccount

protected Boolean savingsAccount

Public Constructors

public EmployeeDirectDeposit ()

Public Methods

public EmployeeDirectDepositAccountStatus getAccountStatus ()

Gets the value of the accountStatus property.

Returns

public Double getAmount ()

Gets the value of the amount property.

Returns
  • possible object is Double

public String getBankAccountNumber ()

Gets the value of the bankAccountNumber property.

Returns
  • possible object is String

public String getBankId ()

Gets the value of the bankId property.

Returns
  • possible object is String

public String getBankName ()

Gets the value of the bankName property.

Returns
  • possible object is String

public String getBankNumber ()

Gets the value of the bankNumber property.

Returns
  • possible object is String

public String getBankRoutingNumber ()

Gets the value of the bankRoutingNumber property.

Returns
  • possible object is String

public Long getId ()

Gets the value of the id property.

Returns
  • possible object is Long

public Boolean isAccountPrenoted ()

Gets the value of the accountPrenoted property.

Returns
  • possible object is Boolean

public Boolean isInactive ()

Gets the value of the inactive property.

Returns
  • possible object is Boolean

public Boolean isNetAccount ()

Gets the value of the netAccount property.

Returns
  • possible object is Boolean

public Boolean isSavingsAccount ()

Gets the value of the savingsAccount property.

Returns
  • possible object is Boolean

public void setAccountPrenoted (Boolean value)

Sets the value of the accountPrenoted property.

Parameters
value Allowed object is Boolean

public void setAccountStatus (EmployeeDirectDepositAccountStatus value)

Sets the value of the accountStatus property.

Parameters
value Allowed object is EmployeeDirectDepositAccountStatus

public void setAmount (Double value)

Sets the value of the amount property.

Parameters
value Allowed object is Double

public void setBankAccountNumber (String value)

Sets the value of the bankAccountNumber property.

Parameters
value Allowed object is String

public void setBankId (String value)

Sets the value of the bankId property.

Parameters
value Allowed object is String

public void setBankName (String value)

Sets the value of the bankName property.

Parameters
value Allowed object is String

public void setBankNumber (String value)

Sets the value of the bankNumber property.

Parameters
value Allowed object is String

public void setBankRoutingNumber (String value)

Sets the value of the bankRoutingNumber property.

Parameters
value Allowed object is String

public void setId (Long value)

Sets the value of the id property.

Parameters
value Allowed object is Long

public void setInactive (Boolean value)

Sets the value of the inactive property.

Parameters
value Allowed object is Boolean

public void setNetAccount (Boolean value)

Sets the value of the netAccount property.

Parameters
value Allowed object is Boolean

public void setSavingsAccount (Boolean value)

Sets the value of the savingsAccount property.

Parameters
value Allowed object is Boolean