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