public class Party5Choice
extends java.lang.Object
Java class for Party5Choice complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Party5Choice"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <choice> <element name="OrgId" type="{urn:sepade:xsd:pain.001.001.02}OrganisationIdentification2"/> <element name="PrvtId" type="{urn:sepade:xsd:pain.001.001.02}PersonIdentification3"/> </choice> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field | Description |
---|---|---|
protected OrganisationIdentification2 |
orgId |
|
protected PersonIdentification3 |
prvtId |
Constructor | Description |
---|---|
Party5Choice() |
Modifier and Type | Method | Description |
---|---|---|
OrganisationIdentification2 |
getOrgId() |
Gets the value of the orgId property.
|
PersonIdentification3 |
getPrvtId() |
Gets the value of the prvtId property.
|
void |
setOrgId(OrganisationIdentification2 value) |
Sets the value of the orgId property.
|
void |
setPrvtId(PersonIdentification3 value) |
Sets the value of the prvtId property.
|
protected OrganisationIdentification2 orgId
protected PersonIdentification3 prvtId
public OrganisationIdentification2 getOrgId()
OrganisationIdentification2
public void setOrgId(OrganisationIdentification2 value)
value
- allowed object is
OrganisationIdentification2
public PersonIdentification3 getPrvtId()
PersonIdentification3
public void setPrvtId(PersonIdentification3 value)
value
- allowed object is
PersonIdentification3
Copyright © 2018. All rights reserved.