|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.fxcm.fix.Party
public class Party
Party component block. Used to identify a particular party in the chain of events for a particular business transaction.
| Nested Class Summary | |
|---|---|
class |
Party.SubParty
|
| Constructor Summary | |
|---|---|
Party()
Empty constructor. |
|
Party(String aPartyId,
String aPartyIdSource,
String aPartyRole)
Constructor with full set of fields. |
|
| Method Summary | |
|---|---|
void |
clear()
|
boolean |
fill(IFieldGroup aGroup)
|
boolean |
fill(Party aOrig)
Fills out object state. |
String |
getPartyId()
Obtains the id of the party. |
String |
getPartyIdSource()
Optains PartyIdSource (long name) of the party. |
String |
getPartyRole()
Obtains PartyRole. |
String |
getPartySubId(String aPartySubIdType)
|
Iterator |
getSubParties()
Obtains enumeration SubParties. |
boolean |
isValid()
|
void |
setPartyId(String aPartyId)
Updates partyId. |
void |
setPartyIdSource(String aPartyIdSource)
Updates partyIdSource. |
void |
setPartyRole(String aPartyRole)
Updates Party Role. |
void |
setSubParty(String aPartySubIdType,
String aPartySubId)
Updates partySubId. |
IFieldGroup |
toGroup(IMessageFactory aFactory)
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Party()
public Party(String aPartyId,
String aPartyIdSource,
String aPartyRole)
aPartyId - PartyId of the institution.aPartyIdSource - PartyIdSource of the institution (the long name).aPartyRole - Party Role.| Method Detail |
|---|
public String getPartyId()
throws NotDefinedException
NotDefinedException - when field not specified.
public String getPartyIdSource()
throws NotDefinedException
NotDefinedException - when field not specified.
public String getPartyRole()
throws NotDefinedException
NotDefinedException - when field not specified.public void setPartyId(String aPartyId)
aPartyId - PartyId of the institution.public void setPartyIdSource(String aPartyIdSource)
aPartyIdSource - Long name of the party.public void setPartyRole(String aPartyRole)
aPartyRole - partyRolepublic Iterator getSubParties()
public void setSubParty(String aPartySubIdType,
String aPartySubId)
aPartySubIdType - PartySubIdTypeaPartySubId - PartySubIdpublic String getPartySubId(String aPartySubIdType)
public boolean fill(Party aOrig)
aOrig - Object to copy state from.
true if state is updated successfully; false otherwise.public boolean isValid()
public void clear()
public boolean fill(IFieldGroup aGroup)
public IFieldGroup toGroup(IMessageFactory aFactory)
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||