Class Party44Choice
java.lang.Object
org.coderic.iso20022.messages.head.Party44Choice
Java class for Party44Choice complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Party44Choice"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <choice> <element name="OrgId" type="{urn:iso:std:iso:20022:tech:xsd:head.001.001.03}PartyIdentification135"/> <element name="FIId" type="{urn:iso:std:iso:20022:tech:xsd:head.001.001.03}BranchAndFinancialInstitutionIdentification6"/> </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
(PartyIdentification135 value) Sets the value of the orgId property.
-
Constructor Details
-
Party44Choice
public Party44Choice()
-
-
Method Details
-
getOrgId
Gets the value of the orgId property.- Returns:
- possible object is
PartyIdentification135
-
setOrgId
Sets the value of the orgId property.- Parameters:
value
- allowed object isPartyIdentification135
-
getFIId
Gets the value of the fiId property.- Returns:
- possible object is
BranchAndFinancialInstitutionIdentification6
-
setFIId
Sets the value of the fiId property.- Parameters:
value
- allowed object isBranchAndFinancialInstitutionIdentification6
-