Class Party9Choice
java.lang.Object
org.coderic.iso20022.messages.tsmt.Party9Choice
Java class for Party9Choice complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Party9Choice"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <choice> <element name="OrgId" type="{urn:iso:std:iso:20022:tech:xsd:tsmt.055.001.01}PartyIdentification42"/> <element name="FIId" type="{urn:iso:std:iso:20022:tech:xsd:tsmt.055.001.01}BranchAndFinancialInstitutionIdentification5"/> </choice> </restriction> </complexContent> </complexType>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetFIId()
Gets the value of the fiId property.getOrgId()
Gets the value of the orgId property.void
Sets the value of the fiId property.void
setOrgId
(PartyIdentification42 value) Sets the value of the orgId property.
-
Constructor Details
-
Party9Choice
public Party9Choice()
-
-
Method Details
-
getOrgId
Gets the value of the orgId property.- Returns:
- possible object is
PartyIdentification42
-
setOrgId
Sets the value of the orgId property.- Parameters:
value
- allowed object isPartyIdentification42
-
getFIId
Gets the value of the fiId property.- Returns:
- possible object is
BranchAndFinancialInstitutionIdentification5
-
setFIId
Sets the value of the fiId property.- Parameters:
value
- allowed object isBranchAndFinancialInstitutionIdentification5
-