Class PartyIdentification266

java.lang.Object
org.coderic.iso20022.messages.admi.PartyIdentification266

public class PartyIdentification266 extends Object

Java class for PartyIdentification266 complex type.

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

 <complexType name="PartyIdentification266">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="PtyNm" type="{urn:iso:std:iso:20022:tech:xsd:admi.017.001.02}Max34Text" minOccurs="0"/>
         <element name="AnyBIC" type="{urn:iso:std:iso:20022:tech:xsd:admi.017.001.02}PartyIdentification265" minOccurs="0"/>
         <element name="AcctNb" type="{urn:iso:std:iso:20022:tech:xsd:admi.017.001.02}Max34Text" minOccurs="0"/>
         <element name="Adr" type="{urn:iso:std:iso:20022:tech:xsd:admi.017.001.02}Max105Text" minOccurs="0"/>
         <element name="ClrSysId" type="{urn:iso:std:iso:20022:tech:xsd:admi.017.001.02}ClearingSystemIdentification2Choice" minOccurs="0"/>
         <element name="LglNttyIdr" type="{urn:iso:std:iso:20022:tech:xsd:admi.017.001.02}LEIIdentifier" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Constructor Details

    • PartyIdentification266

      public PartyIdentification266()
  • Method Details

    • getPtyNm

      public String getPtyNm()
      Gets the value of the ptyNm property.
      Returns:
      possible object is String
    • setPtyNm

      public void setPtyNm(String value)
      Sets the value of the ptyNm property.
      Parameters:
      value - allowed object is String
    • getAnyBIC

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

      public void setAnyBIC(PartyIdentification265 value)
      Sets the value of the anyBIC property.
      Parameters:
      value - allowed object is PartyIdentification265
    • getAcctNb

      public String getAcctNb()
      Gets the value of the acctNb property.
      Returns:
      possible object is String
    • setAcctNb

      public void setAcctNb(String value)
      Sets the value of the acctNb property.
      Parameters:
      value - allowed object is String
    • getAdr

      public String getAdr()
      Gets the value of the adr property.
      Returns:
      possible object is String
    • setAdr

      public void setAdr(String value)
      Sets the value of the adr property.
      Parameters:
      value - allowed object is String
    • getClrSysId

      Gets the value of the clrSysId property.
      Returns:
      possible object is ClearingSystemIdentification2Choice
    • setClrSysId

      public void setClrSysId(ClearingSystemIdentification2Choice value)
      Sets the value of the clrSysId property.
      Parameters:
      value - allowed object is ClearingSystemIdentification2Choice
    • getLglNttyIdr

      public String getLglNttyIdr()
      Gets the value of the lglNttyIdr property.
      Returns:
      possible object is String
    • setLglNttyIdr

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