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 Summary
FieldsModifier and TypeFieldDescriptionprotected StringThe customer's bank account number.protected StringThe unique identification code for the bank.protected CalendarThe date of the wire transfer payment.protected IntegerThe position of the entry in the array.protected StringThe wire transfer ID. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe customer's bank account number.The unique identification code for the bank.The date of the wire transfer payment.getElem()The position of the entry in the array.The wire transfer ID.voidsetBankAccountNo(String value) Sets the value of the bankAccountNo property.voidsetBankCode(String value) Sets the value of the bankCode property.voidsetEffectiveDate(Calendar value) Sets the value of the effectiveDate property.voidSets the value of the elem property.voidsetWireTransferId(String value) Sets the value of the wireTransferId property.
-
Field Details
-
effectiveDate
The date of the wire transfer payment. -
wireTransferId
The wire transfer ID. -
bankCode
The unique identification code for the bank. -
bankAccountNo
The customer's bank account number. -
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
The date of the wire transfer payment.- Returns:
- possible object is
String
-
setEffectiveDate
Sets the value of the effectiveDate property.- Parameters:
value- allowed object isString- See Also:
-
getWireTransferId
The wire transfer ID.- Returns:
- possible object is
String
-
setWireTransferId
Sets the value of the wireTransferId property.- Parameters:
value- allowed object isString- See Also:
-
getBankCode
The unique identification code for the bank.- Returns:
- possible object is
String
-
setBankCode
Sets the value of the bankCode property.- Parameters:
value- allowed object isString- See Also:
-
getBankAccountNo
The customer's bank account number.- Returns:
- possible object is
String
-
setBankAccountNo
Sets the value of the bankAccountNo 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:
-