Class PayinfoDdType.DdInfo
java.lang.Object
com.oracle.communications.brm.cc.model.PayinfoDdType.DdInfo
- All Implemented Interfaces:
Serializable
- Enclosing class:
PayinfoDdType
Java class for anonymous complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="address" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="city" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="state" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="zip" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="country" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="bankNo" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="debitNum" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="accountType">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}int">
<enumeration value="1"/>
<enumeration value="2"/>
<enumeration value="3"/>
</restriction>
</simpleType>
</element>
<element name="mandateStatus" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="ddActivationDate" type="{http://www.w3.org/2001/XMLSchema}date"/>
<element name="manReceivedDate" type="{http://www.w3.org/2001/XMLSchema}date"/>
<element name="fiasId" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
<attribute name="elem" type="{http://www.w3.org/2001/XMLSchema}int" />
</restriction>
</complexContent>
</complexType>
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected intThe bank account type.protected StringThe street address associated with the bank account.protected StringThe RDFI or Bank ID used for routing transactions.protected StringThe city associated with the bank account.protected StringThe country associated with the bank account.protected CalendarThe date and time the card was activated.protected StringThe customer's bank account number.protected IntegerThe position of the entry in the array.protected StringThe FIAS ID.protected intThe mandate status.protected CalendarThe date and time the mandate was received.protected StringThe name associated with the bank account.protected StringThe state associated with the bank account.protected StringThe ZIP code associated with the bank account. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintThe bank account type.The street address associated with the bank account.The RDFI or Bank ID used for routing transactions.getCity()The city associated with the bank account.The country associated with the bank account.The date and time the card was activated.The customer's bank account number.getElem()The position of the entry in the array.The FIAS ID.intThe mandate status.The date and time the mandate was received.getName()The name associated with the bank account.getState()The state associated with the bank account.getZip()The ZIP code associated with the bank account.voidsetAccountType(int value) Sets the value of the accountType property.voidsetAddress(String value) Sets the value of the address property.voidSets the value of the bankNo property.voidSets the value of the city property.voidsetCountry(String value) Sets the value of the country property.voidsetDdActivationDate(Calendar value) Sets the value of the ddActivationDate property.voidsetDebitNum(String value) Sets the value of the debitNum property.voidSets the value of the elem property.voidSets the value of the fiasId property.voidsetMandateStatus(int value) Sets the value of the mandateStatus property.voidsetManReceivedDate(Calendar value) Sets the value of the manReceivedDate property.voidSets the value of the name property.voidSets the value of the state property.voidSets the value of the zip property.
-
Field Details
-
name
The name associated with the bank account. -
address
The street address associated with the bank account. -
city
The city associated with the bank account. -
state
The state associated with the bank account. -
zip
The ZIP code associated with the bank account. -
country
The country associated with the bank account. -
bankNo
The RDFI or Bank ID used for routing transactions. -
debitNum
The customer's bank account number. -
accountType
protected int accountTypeThe bank account type. Can be one of the following:- 1: Checking
- 2: Savings
- 3: Corporate
-
mandateStatus
protected int mandateStatusThe mandate status. -
ddActivationDate
The date and time the card was activated. -
manReceivedDate
The date and time the mandate was received. -
fiasId
The FIAS ID. -
elem
The position of the entry in the array. For example, the first item in a list would have an elem value of 1.
-
-
Constructor Details
-
DdInfo
public DdInfo()
-
-
Method Details
-
getName
The name associated with the bank account.- Returns:
- possible object is
String
-
setName
Sets the value of the name property.- Parameters:
value- allowed object isString- See Also:
-
getAddress
The street address associated with the bank account.- Returns:
- possible object is
String
-
setAddress
Sets the value of the address property.- Parameters:
value- allowed object isString- See Also:
-
getCity
The city associated with the bank account.- Returns:
- possible object is
String
-
setCity
Sets the value of the city property.- Parameters:
value- allowed object isString- See Also:
-
getState
The state associated with the bank account.- Returns:
- possible object is
String
-
setState
Sets the value of the state property.- Parameters:
value- allowed object isString- See Also:
-
getZip
The ZIP code associated with the bank account.- Returns:
- possible object is
String
-
setZip
Sets the value of the zip property.- Parameters:
value- allowed object isString- See Also:
-
getCountry
The country associated with the bank account.- Returns:
- possible object is
String
-
setCountry
Sets the value of the country property.- Parameters:
value- allowed object isString- See Also:
-
getBankNo
The RDFI or Bank ID used for routing transactions.- Returns:
- possible object is
String
-
setBankNo
Sets the value of the bankNo property.- Parameters:
value- allowed object isString- See Also:
-
getDebitNum
The customer's bank account number.- Returns:
- possible object is
String
-
setDebitNum
Sets the value of the debitNum property.- Parameters:
value- allowed object isString- See Also:
-
getAccountType
public int getAccountType()The bank account type. Can be one of the following:- 1: Checking
- 2: Savings
- 3: Corporate
-
setAccountType
public void setAccountType(int value) Sets the value of the accountType property. -
getMandateStatus
public int getMandateStatus()The mandate status. -
setMandateStatus
public void setMandateStatus(int value) Sets the value of the mandateStatus property. -
getDdActivationDate
The date and time the card was activated.- Returns:
- possible object is
String
-
setDdActivationDate
Sets the value of the ddActivationDate property.- Parameters:
value- allowed object isString- See Also:
-
getManReceivedDate
The date and time the mandate was received.- Returns:
- possible object is
String
-
setManReceivedDate
Sets the value of the manReceivedDate property.- Parameters:
value- allowed object isString- See Also:
-
getFiasId
The FIAS ID.- Returns:
- possible object is
String
-
setFiasId
Sets the value of the fiasId property.- Parameters:
value- allowed object isString- See Also:
-
getElem
The position of the entry in the array. For example, the first item in a list would have an elem value of 1.- Returns:
- possible object is
Integer
-
setElem
Sets the value of the elem property.- Parameters:
value- allowed object isInteger- See Also:
-