Class PartyIdentification34Choice

java.lang.Object
org.coderic.iso20022.messages.secl.PartyIdentification34Choice

public class PartyIdentification34Choice extends Object

Java class for PartyIdentification34Choice complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="PartyIdentification34Choice">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <choice>
         <element name="BIC" type="{urn:iso:std:iso:20022:tech:xsd:secl.010.001.03}AnyBICIdentifier"/>
         <element name="NmAndAdr" type="{urn:iso:std:iso:20022:tech:xsd:secl.010.001.03}NameAndAddress5"/>
         <element name="Ctry" type="{urn:iso:std:iso:20022:tech:xsd:secl.010.001.03}CountryCode"/>
       </choice>
     </restriction>
   </complexContent>
 </complexType>
 
  • Constructor Details

    • PartyIdentification34Choice

      public PartyIdentification34Choice()
  • Method Details

    • getBIC

      public String getBIC()
      Gets the value of the bic property.
      Returns:
      possible object is String
    • setBIC

      public void setBIC(String value)
      Sets the value of the bic property.
      Parameters:
      value - allowed object is String
    • getNmAndAdr

      public NameAndAddress5 getNmAndAdr()
      Gets the value of the nmAndAdr property.
      Returns:
      possible object is NameAndAddress5
    • setNmAndAdr

      public void setNmAndAdr(NameAndAddress5 value)
      Sets the value of the nmAndAdr property.
      Parameters:
      value - allowed object is NameAndAddress5
    • getCtry

      public String getCtry()
      Gets the value of the ctry property.
      Returns:
      possible object is String
    • setCtry

      public void setCtry(String value)
      Sets the value of the ctry property.
      Parameters:
      value - allowed object is String