Class CashAccountIdentification5Choice
java.lang.Object
org.coderic.iso20022.messages.seev.CashAccountIdentification5Choice
Java class for CashAccountIdentification5Choice complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CashAccountIdentification5Choice">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice>
<element name="IBAN" type="{urn:iso:std:iso:20022:tech:xsd:seev.053.001.02}IBAN2007Identifier"/>
<element name="Prtry" type="{urn:iso:std:iso:20022:tech:xsd:seev.053.001.02}Max34Text"/>
</choice>
</restriction>
</complexContent>
</complexType>
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
CashAccountIdentification5Choice
public CashAccountIdentification5Choice()
-
-
Method Details
-
getIBAN
Gets the value of the iban property.- Returns:
- possible object is
String
-
setIBAN
Sets the value of the iban property.- Parameters:
value- allowed object isString
-
getPrtry
Gets the value of the prtry property.- Returns:
- possible object is
String
-
setPrtry
Sets the value of the prtry property.- Parameters:
value- allowed object isString
-