Class AccountIdentification31Choice
java.lang.Object
org.coderic.iso20022.messages.catp.AccountIdentification31Choice
Java class for AccountIdentification31Choice complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AccountIdentification31Choice"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <choice> <element name="IBAN" type="{urn:iso:std:iso:20022:tech:xsd:catp.017.001.01}IBANIdentifier"/> <element name="BBAN" type="{urn:iso:std:iso:20022:tech:xsd:catp.017.001.01}BBANIdentifier"/> <element name="UPIC" type="{urn:iso:std:iso:20022:tech:xsd:catp.017.001.01}UPICIdentifier"/> <element name="DmstAcct" type="{urn:iso:std:iso:20022:tech:xsd:catp.017.001.01}SimpleIdentificationInformation4"/> </choice> </restriction> </complexContent> </complexType>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetBBAN()
Gets the value of the bban property.Gets the value of the dmstAcct property.getIBAN()
Gets the value of the iban property.getUPIC()
Gets the value of the upic property.void
Sets the value of the bban property.void
Sets the value of the dmstAcct property.void
Sets the value of the iban property.void
Sets the value of the upic property.
-
Constructor Details
-
AccountIdentification31Choice
public AccountIdentification31Choice()
-
-
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
-
getBBAN
Gets the value of the bban property.- Returns:
- possible object is
String
-
setBBAN
Sets the value of the bban property.- Parameters:
value
- allowed object isString
-
getUPIC
Gets the value of the upic property.- Returns:
- possible object is
String
-
setUPIC
Sets the value of the upic property.- Parameters:
value
- allowed object isString
-
getDmstAcct
Gets the value of the dmstAcct property.- Returns:
- possible object is
SimpleIdentificationInformation4
-
setDmstAcct
Sets the value of the dmstAcct property.- Parameters:
value
- allowed object isSimpleIdentificationInformation4
-