Class PartyIdentification178Choice
java.lang.Object
org.coderic.iso20022.messages.casp.PartyIdentification178Choice
Java class for PartyIdentification178Choice complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PartyIdentification178Choice"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <choice> <element name="AnyBIC" type="{urn:iso:std:iso:20022:tech:xsd:casp.017.001.06}AnyBICDec2014Identifier"/> <element name="PrtryId" type="{urn:iso:std:iso:20022:tech:xsd:casp.017.001.06}GenericIdentification36"/> <element name="NmAndAdr" type="{urn:iso:std:iso:20022:tech:xsd:casp.017.001.06}NameAndAddress6"/> </choice> </restriction> </complexContent> </complexType>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the anyBIC property.Gets the value of the nmAndAdr property.Gets the value of the prtryId property.void
Sets the value of the anyBIC property.void
setNmAndAdr
(NameAndAddress6 value) Sets the value of the nmAndAdr property.void
Sets the value of the prtryId property.
-
Constructor Details
-
PartyIdentification178Choice
public PartyIdentification178Choice()
-
-
Method Details
-
getAnyBIC
Gets the value of the anyBIC property.- Returns:
- possible object is
String
-
setAnyBIC
Sets the value of the anyBIC property.- Parameters:
value
- allowed object isString
-
getPrtryId
Gets the value of the prtryId property.- Returns:
- possible object is
GenericIdentification36
-
setPrtryId
Sets the value of the prtryId property.- Parameters:
value
- allowed object isGenericIdentification36
-
getNmAndAdr
Gets the value of the nmAndAdr property.- Returns:
- possible object is
NameAndAddress6
-
setNmAndAdr
Sets the value of the nmAndAdr property.- Parameters:
value
- allowed object isNameAndAddress6
-