Class PartyIdentification242Choice
java.lang.Object
org.coderic.iso20022.messages.admi.PartyIdentification242Choice
Java class for PartyIdentification242Choice complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PartyIdentification242Choice"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <choice> <element name="NmAndAdr" type="{urn:iso:std:iso:20022:tech:xsd:admi.017.001.02}NameAndAddress8"/> <element name="AnyBIC" type="{urn:iso:std:iso:20022:tech:xsd:admi.017.001.02}PartyIdentification265"/> <element name="PtyId" type="{urn:iso:std:iso:20022:tech:xsd:admi.017.001.02}PartyIdentification266"/> </choice> </restriction> </complexContent> </complexType>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the anyBIC property.Gets the value of the nmAndAdr property.getPtyId()
Gets the value of the ptyId property.void
setAnyBIC
(PartyIdentification265 value) Sets the value of the anyBIC property.void
setNmAndAdr
(NameAndAddress8 value) Sets the value of the nmAndAdr property.void
setPtyId
(PartyIdentification266 value) Sets the value of the ptyId property.
-
Constructor Details
-
PartyIdentification242Choice
public PartyIdentification242Choice()
-
-
Method Details
-
getNmAndAdr
Gets the value of the nmAndAdr property.- Returns:
- possible object is
NameAndAddress8
-
setNmAndAdr
Sets the value of the nmAndAdr property.- Parameters:
value
- allowed object isNameAndAddress8
-
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
-
getPtyId
Gets the value of the ptyId property.- Returns:
- possible object is
PartyIdentification266
-
setPtyId
Sets the value of the ptyId property.- Parameters:
value
- allowed object isPartyIdentification266
-