Class PartyIdentification266
java.lang.Object
org.coderic.iso20022.messages.admi.PartyIdentification266
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 Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the acctNb property.getAdr()
Gets the value of the adr property.Gets the value of the anyBIC property.Gets the value of the clrSysId property.Gets the value of the lglNttyIdr property.getPtyNm()
Gets the value of the ptyNm property.void
Sets the value of the acctNb property.void
Sets the value of the adr property.void
setAnyBIC
(PartyIdentification265 value) Sets the value of the anyBIC property.void
Sets the value of the clrSysId property.void
setLglNttyIdr
(String value) Sets the value of the lglNttyIdr property.void
Sets the value of the ptyNm property.
-
Constructor Details
-
PartyIdentification266
public PartyIdentification266()
-
-
Method Details
-
getPtyNm
Gets the value of the ptyNm property.- Returns:
- possible object is
String
-
setPtyNm
Sets the value of the ptyNm property.- Parameters:
value
- allowed object isString
-
getAnyBIC
Gets the value of the anyBIC property.- Returns:
- possible object is
PartyIdentification265
-
setAnyBIC
Sets the value of the anyBIC property.- Parameters:
value
- allowed object isPartyIdentification265
-
getAcctNb
Gets the value of the acctNb property.- Returns:
- possible object is
String
-
setAcctNb
Sets the value of the acctNb property.- Parameters:
value
- allowed object isString
-
getAdr
Gets the value of the adr property.- Returns:
- possible object is
String
-
setAdr
Sets the value of the adr property.- Parameters:
value
- allowed object isString
-
getClrSysId
Gets the value of the clrSysId property.- Returns:
- possible object is
ClearingSystemIdentification2Choice
-
setClrSysId
Sets the value of the clrSysId property.- Parameters:
value
- allowed object isClearingSystemIdentification2Choice
-
getLglNttyIdr
Gets the value of the lglNttyIdr property.- Returns:
- possible object is
String
-
setLglNttyIdr
Sets the value of the lglNttyIdr property.- Parameters:
value
- allowed object isString
-