Class PartyIdentification35Choice
java.lang.Object
org.coderic.iso20022.messages.secl.PartyIdentification35Choice
Java class for PartyIdentification35Choice complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PartyIdentification35Choice"> <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="PrtryId" type="{urn:iso:std:iso:20022:tech:xsd:secl.010.001.03}GenericIdentification29"/> </choice> </restriction> </complexContent> </complexType>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetBIC()
Gets the value of the bic property.Gets the value of the prtryId property.void
Sets the value of the bic property.void
Sets the value of the prtryId property.
-
Constructor Details
-
PartyIdentification35Choice
public PartyIdentification35Choice()
-
-
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
-
getPrtryId
Gets the value of the prtryId property.- Returns:
- possible object is
GenericIdentification29
-
setPrtryId
Sets the value of the prtryId property.- Parameters:
value
- allowed object isGenericIdentification29
-