Class Externalpayment10013Type.WireTransferInfo

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

public static class Externalpayment10013Type.WireTransferInfo 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="effectiveDate" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
         <element name="wireTransferId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="bankCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="bankAccountNo" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
       <attribute name="elem" type="{http://www.w3.org/2001/XMLSchema}int" />
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details

    • effectiveDate

      protected Calendar effectiveDate
      The date of the wire transfer payment.
    • wireTransferId

      protected String wireTransferId
      The wire transfer ID.
    • bankCode

      protected String bankCode
      The unique identification code for the bank.
    • bankAccountNo

      protected String bankAccountNo
      The customer's bank account number.
    • 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

    • WireTransferInfo

      public WireTransferInfo()
  • Method Details

    • getEffectiveDate

      public Calendar getEffectiveDate()
      The date of the wire transfer payment.
      Returns:
      possible object is String
    • setEffectiveDate

      public void setEffectiveDate(Calendar value)
      Sets the value of the effectiveDate property.
      Parameters:
      value - allowed object is String
      See Also:
    • getWireTransferId

      public String getWireTransferId()
      The wire transfer ID.
      Returns:
      possible object is String
    • setWireTransferId

      public void setWireTransferId(String value)
      Sets the value of the wireTransferId property.
      Parameters:
      value - allowed object is String
      See Also:
    • getBankCode

      public String getBankCode()
      The unique identification code for the bank.
      Returns:
      possible object is String
    • setBankCode

      public void setBankCode(String value)
      Sets the value of the bankCode property.
      Parameters:
      value - allowed object is String
      See Also:
    • getBankAccountNo

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

      public void setBankAccountNo(String value)
      Sets the value of the bankAccountNo 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: