Class PartyIdentification2Choice

java.lang.Object
org.coderic.iso20022.messages.tsin.PartyIdentification2Choice

public class PartyIdentification2Choice extends Object

Java class for PartyIdentification2Choice complex type.

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

 <complexType name="PartyIdentification2Choice">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <choice>
         <element name="BICOrBEI" type="{urn:iso:std:iso:20022:tech:xsd:tsin.013.001.01}AnyBICIdentifier"/>
         <element name="PrtryId" type="{urn:iso:std:iso:20022:tech:xsd:tsin.013.001.01}GenericIdentification1"/>
         <element name="NmAndAdr" type="{urn:iso:std:iso:20022:tech:xsd:tsin.013.001.01}NameAndAddress5"/>
       </choice>
     </restriction>
   </complexContent>
 </complexType>
 
  • Constructor Details

    • PartyIdentification2Choice

      public PartyIdentification2Choice()
  • Method Details

    • getBICOrBEI

      public String getBICOrBEI()
      Gets the value of the bicOrBEI property.
      Returns:
      possible object is String
    • setBICOrBEI

      public void setBICOrBEI(String value)
      Sets the value of the bicOrBEI property.
      Parameters:
      value - allowed object is String
    • getPrtryId

      public GenericIdentification1 getPrtryId()
      Gets the value of the prtryId property.
      Returns:
      possible object is GenericIdentification1
    • setPrtryId

      public void setPrtryId(GenericIdentification1 value)
      Sets the value of the prtryId property.
      Parameters:
      value - allowed object is GenericIdentification1
    • 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