Class AccountIdentification31Choice

java.lang.Object
org.coderic.iso20022.messages.catp.AccountIdentification31Choice

public class AccountIdentification31Choice extends Object

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 Details

    • AccountIdentification31Choice

      public AccountIdentification31Choice()
  • 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