Class AccountIdentification3Choice


  • public class AccountIdentification3Choice
    extends java.lang.Object

    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">
           <sequence>
             <choice>
               <element name="IBAN" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.01}IBANIdentifier"/>
               <element name="BBAN" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.01}BBANIdentifier"/>
               <element name="UPIC" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.01}UPICIdentifier"/>
               <element name="PrtryAcct" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.01}SimpleIdentificationInformation2"/>
             </choice>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Detail

      • iban

        protected java.lang.String iban
      • bban

        protected java.lang.String bban
      • upic

        protected java.lang.String upic
    • Constructor Detail

      • AccountIdentification3Choice

        public AccountIdentification3Choice()
    • Method Detail

      • getIBAN

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

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

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

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

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

        public void setUPIC​(java.lang.String value)
        Sets the value of the upic property.
        Parameters:
        value - allowed object is String