@Generated public class Party9Choice extends java.lang.Object implements CopyableTo<Party9Choice>
| 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(java.lang.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.
|
java.lang.String |
toString() |
public PartyIdentification42 getOrgId()
PartyIdentification42public Party9Choice setOrgId(PartyIdentification42 value)
value - allowed object is
PartyIdentification42public BranchAndFinancialInstitutionIdentification5 getFIId()
BranchAndFinancialInstitutionIdentification5public Party9Choice setFIId(BranchAndFinancialInstitutionIdentification5 value)
value - allowed object is
BranchAndFinancialInstitutionIdentification5public java.lang.String toString()
toString in class java.lang.Objectpublic boolean equals(java.lang.Object that)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic final void copyTo(Party9Choice target)
CopyableToCopyableTo, 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.