Class PayinfoDdType.DdInfo

java.lang.Object
com.oracle.communications.brm.cc.model.PayinfoDdType.DdInfo
All Implemented Interfaces:
Serializable
Enclosing class:
PayinfoDdType

public static class PayinfoDdType.DdInfo extends Object implements Serializable

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 Details

    • name

      protected String name
      The name associated with the bank account.
    • address

      protected String address
      The street address associated with the bank account.
    • city

      protected String city
      The city associated with the bank account.
    • state

      protected String state
      The state associated with the bank account.
    • zip

      protected String zip
      The ZIP code associated with the bank account.
    • country

      protected String country
      The country associated with the bank account.
    • bankNo

      protected String bankNo
      The RDFI or Bank ID used for routing transactions.
    • debitNum

      protected String debitNum
      The customer's bank account number.
    • accountType

      protected int accountType
      The bank account type. Can be one of the following:
      • 1: Checking
      • 2: Savings
      • 3: Corporate
    • mandateStatus

      protected int mandateStatus
      The mandate status.
    • ddActivationDate

      protected Calendar ddActivationDate
      The date and time the card was activated.
    • manReceivedDate

      protected Calendar manReceivedDate
      The date and time the mandate was received.
    • fiasId

      protected String fiasId
      The FIAS ID.
    • elem

      protected Integer 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

      public String getName()
      The name associated with the bank account.
      Returns:
      possible object is String
    • setName

      public void setName(String value)
      Sets the value of the name property.
      Parameters:
      value - allowed object is String
      See Also:
    • getAddress

      public String getAddress()
      The street address associated with the bank account.
      Returns:
      possible object is String
    • setAddress

      public void setAddress(String value)
      Sets the value of the address property.
      Parameters:
      value - allowed object is String
      See Also:
    • getCity

      public String getCity()
      The city associated with the bank account.
      Returns:
      possible object is String
    • setCity

      public void setCity(String value)
      Sets the value of the city property.
      Parameters:
      value - allowed object is String
      See Also:
    • getState

      public String getState()
      The state associated with the bank account.
      Returns:
      possible object is String
    • setState

      public void setState(String value)
      Sets the value of the state property.
      Parameters:
      value - allowed object is String
      See Also:
    • getZip

      public String getZip()
      The ZIP code associated with the bank account.
      Returns:
      possible object is String
    • setZip

      public void setZip(String value)
      Sets the value of the zip property.
      Parameters:
      value - allowed object is String
      See Also:
    • getCountry

      public String getCountry()
      The country associated with the bank account.
      Returns:
      possible object is String
    • setCountry

      public void setCountry(String value)
      Sets the value of the country property.
      Parameters:
      value - allowed object is String
      See Also:
    • getBankNo

      public String getBankNo()
      The RDFI or Bank ID used for routing transactions.
      Returns:
      possible object is String
    • setBankNo

      public void setBankNo(String value)
      Sets the value of the bankNo property.
      Parameters:
      value - allowed object is String
      See Also:
    • getDebitNum

      public String getDebitNum()
      The customer's bank account number.
      Returns:
      possible object is String
    • setDebitNum

      public void setDebitNum(String value)
      Sets the value of the debitNum property.
      Parameters:
      value - allowed object is String
      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

      public Calendar getDdActivationDate()
      The date and time the card was activated.
      Returns:
      possible object is String
    • setDdActivationDate

      public void setDdActivationDate(Calendar value)
      Sets the value of the ddActivationDate property.
      Parameters:
      value - allowed object is String
      See Also:
    • getManReceivedDate

      public Calendar getManReceivedDate()
      The date and time the mandate was received.
      Returns:
      possible object is String
    • setManReceivedDate

      public void setManReceivedDate(Calendar value)
      Sets the value of the manReceivedDate property.
      Parameters:
      value - allowed object is String
      See Also:
    • getFiasId

      public String getFiasId()
      The FIAS ID.
      Returns:
      possible object is String
    • setFiasId

      public void setFiasId(String value)
      Sets the value of the fiasId property.
      Parameters:
      value - allowed object is String
      See Also:
    • getElem

      public Integer 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

      public void setElem(Integer value)
      Sets the value of the elem property.
      Parameters:
      value - allowed object is Integer
      See Also: