public class Party10Choice extends Object implements CopyableTo<Party10Choice>
| Modifier and Type | Field and Description |
|---|---|
protected OrganisationIdentification7 |
orgId |
protected PersonIdentification5 |
prvtId |
| Constructor and Description |
|---|
Party10Choice() |
| Modifier and Type | Method and Description |
|---|---|
void |
copyTo(Party10Choice target)
Copy recursively all attributes of this object to target.
|
boolean |
equals(Object that) |
OrganisationIdentification7 |
getOrgId()
Gets the value of the orgId property.
|
PersonIdentification5 |
getPrvtId()
Gets the value of the prvtId property.
|
int |
hashCode() |
Party10Choice |
setOrgId(OrganisationIdentification7 value)
Sets the value of the orgId property.
|
Party10Choice |
setPrvtId(PersonIdentification5 value)
Sets the value of the prvtId property.
|
String |
toString() |
protected OrganisationIdentification7 orgId
protected PersonIdentification5 prvtId
public OrganisationIdentification7 getOrgId()
OrganisationIdentification7public Party10Choice setOrgId(OrganisationIdentification7 value)
value - allowed object is
OrganisationIdentification7public PersonIdentification5 getPrvtId()
PersonIdentification5public Party10Choice setPrvtId(PersonIdentification5 value)
value - allowed object is
PersonIdentification5public final void copyTo(Party10Choice target)
CopyableToCopyableTo, then copyTo is invoked also in that attribute.copyTo in interface CopyableTo<Party10Choice>target - the object where these attributes will be copied. may be null, in which case nothing happens.