Class CashAccountIdentification7Choice

java.lang.Object
org.coderic.iso20022.messages.casp.CashAccountIdentification7Choice

public class CashAccountIdentification7Choice extends Object

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 Details

    • CashAccountIdentification7Choice

      public CashAccountIdentification7Choice()
  • Method Details

    • getIBAN

      public String getIBAN()
      Gets the value of the iban property.
      Returns:
      possible object is String
    • setIBAN

      public void setIBAN(String value)
      Sets the value of the iban property.
      Parameters:
      value - allowed object is String
    • getBBAN

      public String getBBAN()
      Gets the value of the bban property.
      Returns:
      possible object is String
    • setBBAN

      public void setBBAN(String value)
      Sets the value of the bban property.
      Parameters:
      value - allowed object is String
    • getUPIC

      public String getUPIC()
      Gets the value of the upic property.
      Returns:
      possible object is String
    • setUPIC

      public void setUPIC(String value)
      Sets the value of the upic property.
      Parameters:
      value - allowed object is String
    • getDmstAcct

      public SimpleIdentificationInformation4 getDmstAcct()
      Gets the value of the dmstAcct property.
      Returns:
      possible object is SimpleIdentificationInformation4
    • setDmstAcct

      public void setDmstAcct(SimpleIdentificationInformation4 value)
      Sets the value of the dmstAcct property.
      Parameters:
      value - allowed object is SimpleIdentificationInformation4