Class CashAccountIdentification7Choice
java.lang.Object
org.coderic.iso20022.messages.casp.CashAccountIdentification7Choice
Java class for CashAccountIdentification7Choice complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CashAccountIdentification7Choice"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <choice> <element name="IBAN" type="{urn:iso:std:iso:20022:tech:xsd:casp.017.001.06}IBAN2007Identifier"/> <element name="BBAN" type="{urn:iso:std:iso:20022:tech:xsd:casp.017.001.06}BBANIdentifier"/> <element name="UPIC" type="{urn:iso:std:iso:20022:tech:xsd:casp.017.001.06}UPICIdentifier"/> <element name="DmstAcct" type="{urn:iso:std:iso:20022:tech:xsd:casp.017.001.06}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
-
CashAccountIdentification7Choice
public CashAccountIdentification7Choice()
-
-
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
-