Class PartyIdentification72Choice

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

public class PartyIdentification72Choice extends Object

Java class for PartyIdentification72Choice complex type.

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

 <complexType name="PartyIdentification72Choice">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <choice>
         <element name="AnyBIC" type="{urn:iso:std:iso:20022:tech:xsd:catp.017.001.01}AnyBICIdentifier"/>
         <element name="PrtryId" type="{urn:iso:std:iso:20022:tech:xsd:catp.017.001.01}GenericIdentification1"/>
       </choice>
     </restriction>
   </complexContent>
 </complexType>
 
  • Constructor Details

    • PartyIdentification72Choice

      public PartyIdentification72Choice()
  • Method Details

    • getAnyBIC

      public String getAnyBIC()
      Gets the value of the anyBIC property.
      Returns:
      possible object is String
    • setAnyBIC

      public void setAnyBIC(String value)
      Sets the value of the anyBIC 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