public class Party6Choice extends Object
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">
<sequence>
<choice>
<element name="OrgId" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.02}OrganisationIdentification4"/>
<element name="PrvtId" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.02}PersonIdentification5"/>
</choice>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected OrganisationIdentification4 |
orgId |
protected PersonIdentification5 |
prvtId |
| Constructor and Description |
|---|
Party6Choice() |
| Modifier and Type | Method and Description |
|---|---|
OrganisationIdentification4 |
getOrgId()
Gets the value of the orgId property.
|
PersonIdentification5 |
getPrvtId()
Gets the value of the prvtId property.
|
void |
setOrgId(OrganisationIdentification4 value)
Sets the value of the orgId property.
|
void |
setPrvtId(PersonIdentification5 value)
Sets the value of the prvtId property.
|
protected OrganisationIdentification4 orgId
protected PersonIdentification5 prvtId
public OrganisationIdentification4 getOrgId()
OrganisationIdentification4public void setOrgId(OrganisationIdentification4 value)
value - allowed object is
OrganisationIdentification4public PersonIdentification5 getPrvtId()
PersonIdentification5public void setPrvtId(PersonIdentification5 value)
value - allowed object is
PersonIdentification5Copyright © 2019. All rights reserved.