Class AccountIdentification3Choice
java.lang.Object
org.coderic.iso20022.messages.tsin.AccountIdentification3Choice
Java class for AccountIdentification3Choice complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AccountIdentification3Choice"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <choice> <element name="IBAN" type="{urn:iso:std:iso:20022:tech:xsd:tsin.013.001.01}IBANIdentifier"/> <element name="BBAN" type="{urn:iso:std:iso:20022:tech:xsd:tsin.013.001.01}BBANIdentifier"/> <element name="UPIC" type="{urn:iso:std:iso:20022:tech:xsd:tsin.013.001.01}UPICIdentifier"/> <element name="PrtryAcct" type="{urn:iso:std:iso:20022:tech:xsd:tsin.013.001.01}SimpleIdentificationInformation2"/> </choice> </restriction> </complexContent> </complexType>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetBBAN()
Gets the value of the bban property.getIBAN()
Gets the value of the iban property.Gets the value of the prtryAcct property.getUPIC()
Gets the value of the upic property.void
Sets the value of the bban property.void
Sets the value of the iban property.void
Sets the value of the prtryAcct property.void
Sets the value of the upic property.
-
Constructor Details
-
AccountIdentification3Choice
public AccountIdentification3Choice()
-
-
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
-
getPrtryAcct
Gets the value of the prtryAcct property.- Returns:
- possible object is
SimpleIdentificationInformation2
-
setPrtryAcct
Sets the value of the prtryAcct property.- Parameters:
value
- allowed object isSimpleIdentificationInformation2
-