Class Party6Choice
java.lang.Object
org.coderic.iso20022.messages.tsrv.Party6Choice
Java class for Party6Choice complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Party6Choice"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <choice> <element name="OrgId" type="{urn:iso:std:iso:20022:tech:xsd:tsrv.019.001.01}OrganisationIdentification4"/> <element name="PrvtId" type="{urn:iso:std:iso:20022:tech:xsd:tsrv.019.001.01}PersonIdentification5"/> </choice> </restriction> </complexContent> </complexType>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetOrgId()
Gets the value of the orgId property.Gets the value of the prvtId property.void
Sets the value of the orgId property.void
setPrvtId
(PersonIdentification5 value) Sets the value of the prvtId property.
-
Constructor Details
-
Party6Choice
public Party6Choice()
-
-
Method Details
-
getOrgId
Gets the value of the orgId property.- Returns:
- possible object is
OrganisationIdentification4
-
setOrgId
Sets the value of the orgId property.- Parameters:
value
- allowed object isOrganisationIdentification4
-
getPrvtId
Gets the value of the prvtId property.- Returns:
- possible object is
PersonIdentification5
-
setPrvtId
Sets the value of the prvtId property.- Parameters:
value
- allowed object isPersonIdentification5
-