public class RequestParty extends Object
Constructor and Description |
---|
RequestParty()
Default constructor.
|
RequestParty(String id,
PartyRole role)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
String |
getPartyID()
Gets party identifier/code.
|
PartyRole |
getPartyRole()
Gets the type or role of the PartyID specified.
|
void |
setPartyID(String value)
Sets party identifier/code.
|
void |
setPartyRole(PartyRole value)
Sets the type or role of the PartyID specified.
|
public final String getPartyID()
PartyRole
. Results will be filtered by values specified
for eligible roles (e.g. ID 444 with corresponding role specified (Role = 4) would return
results for Clearing Firm 444).public final void setPartyID(String value)
PartyRole
. Results will be filtered by values specified
for eligible roles (e.g. ID 444 with corresponding role specified (Role = 4) would return
results for Clearing Firm 444).value
- party identifier/codepublic final PartyRole getPartyRole()
public final void setPartyRole(PartyRole value)
value
- the type or role of the PartyID specifiedCopyright © 2014–2025 Onix Solutions. All rights reserved.