Class BankAccountType
java.lang.Object
de.hybris.platform.ndc182facades.messages.orderretrieverequest.BankAccountType
Bank Account payment method definition. Customer bank accounts for payments, either for paper checks or electronic funds transfer.
Java class for BankAccountType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BankAccountType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="AccountID" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderRetrieveRQ}ID_Type" minOccurs="0"/>
<element name="AccountTypeText" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderRetrieveRQ}TextType" minOccurs="0"/>
<element name="BankID" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderRetrieveRQ}ID_Type" minOccurs="0"/>
<element name="CheckNumber" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderRetrieveRQ}NumberType" minOccurs="0"/>
<element name="OwnerName" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderRetrieveRQ}ProperNameType" minOccurs="0"/>
<element name="SubCode" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderRetrieveRQ}CodeType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the accountID property.Gets the value of the accountTypeText property.Gets the value of the bankID property.Gets the value of the checkNumber property.Gets the value of the ownerName property.Gets the value of the subCode property.voidsetAccountID(String value) Sets the value of the accountID property.voidsetAccountTypeText(String value) Sets the value of the accountTypeText property.voidSets the value of the bankID property.voidsetCheckNumber(BigDecimal value) Sets the value of the checkNumber property.voidsetOwnerName(String value) Sets the value of the ownerName property.voidsetSubCode(String value) Sets the value of the subCode property.
-
Field Details
-
accountID
-
accountTypeText
-
bankID
-
checkNumber
-
ownerName
-
subCode
-
-
Constructor Details
-
BankAccountType
public BankAccountType()
-
-
Method Details
-
getAccountID
Gets the value of the accountID property.- Returns:
- possible object is
String
-
setAccountID
Sets the value of the accountID property.- Parameters:
value- allowed object isString
-
getAccountTypeText
Gets the value of the accountTypeText property.- Returns:
- possible object is
String
-
setAccountTypeText
Sets the value of the accountTypeText property.- Parameters:
value- allowed object isString
-
getBankID
Gets the value of the bankID property.- Returns:
- possible object is
String
-
setBankID
Sets the value of the bankID property.- Parameters:
value- allowed object isString
-
getCheckNumber
Gets the value of the checkNumber property.- Returns:
- possible object is
BigDecimal
-
setCheckNumber
Sets the value of the checkNumber property.- Parameters:
value- allowed object isBigDecimal
-
getOwnerName
Gets the value of the ownerName property.- Returns:
- possible object is
String
-
setOwnerName
Sets the value of the ownerName property.- Parameters:
value- allowed object isString
-
getSubCode
Gets the value of the subCode property.- Returns:
- possible object is
String
-
setSubCode
Sets the value of the subCode property.- Parameters:
value- allowed object isString
-