Class PartyIdentification34Choice
java.lang.Object
org.coderic.iso20022.messages.secl.PartyIdentification34Choice
Java class for PartyIdentification34Choice complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PartyIdentification34Choice"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <choice> <element name="BIC" type="{urn:iso:std:iso:20022:tech:xsd:secl.010.001.03}AnyBICIdentifier"/> <element name="NmAndAdr" type="{urn:iso:std:iso:20022:tech:xsd:secl.010.001.03}NameAndAddress5"/> <element name="Ctry" type="{urn:iso:std:iso:20022:tech:xsd:secl.010.001.03}CountryCode"/> </choice> </restriction> </complexContent> </complexType>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetBIC()
Gets the value of the bic property.getCtry()
Gets the value of the ctry property.Gets the value of the nmAndAdr property.void
Sets the value of the bic property.void
Sets the value of the ctry property.void
setNmAndAdr
(NameAndAddress5 value) Sets the value of the nmAndAdr property.
-
Constructor Details
-
PartyIdentification34Choice
public PartyIdentification34Choice()
-
-
Method Details
-
getBIC
Gets the value of the bic property.- Returns:
- possible object is
String
-
setBIC
Sets the value of the bic property.- Parameters:
value
- allowed object isString
-
getNmAndAdr
Gets the value of the nmAndAdr property.- Returns:
- possible object is
NameAndAddress5
-
setNmAndAdr
Sets the value of the nmAndAdr property.- Parameters:
value
- allowed object isNameAndAddress5
-
getCtry
Gets the value of the ctry property.- Returns:
- possible object is
String
-
setCtry
Sets the value of the ctry property.- Parameters:
value
- allowed object isString
-