Interface PartyIdentifier
-
- All Known Implementing Classes:
Field42A,Field42D,Field50D,Field51A,Field51D,Field52A,Field52B,Field52D,Field53A,Field53B,Field53D,Field54A,Field54B,Field54D,Field55A,Field55B,Field55D,Field56A,Field56B,Field56D,Field57A,Field57B,Field57D,Field58A,Field58B,Field58D,Field81A,Field81D,Field82A,Field82B,Field82D,Field83A,Field83D,Field84A,Field84B,Field84D,Field85A,Field85B,Field85D,Field86A,Field86B,Field86D,Field87A,Field87B,Field87D,Field88A,Field88B,Field88D,Field89A,Field89D,Field91A,Field91D,Field96A,Field96D,OptionAPartyField,OptionBPartyField,OptionDPartyField
public interface PartyIdentifierField with a Party Identifier.This interface provides convenience methods to set/get the Party Identifier by relying in the underlying components
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetPartyIdentifier()Get the formatted Party Identifier (CD Mark + Account) The Party Indentifier has the following format:[/{cd-mark}]/{account}PartyIdentifiersetPartyIdentifier(java.lang.String partyIdentifier)Set the formatted Party Identifier (CD Mark + Account) The Party Indentifier has the following format:[/{cd-mark}]/{account}If the format is not valid
-
-
-
Method Detail
-
getPartyIdentifier
java.lang.String getPartyIdentifier()
Get the formatted Party Identifier (CD Mark + Account) The Party Indentifier has the following format:[/{cd-mark}]/{account}- Returns:
- the formatted Party Identifier
-
setPartyIdentifier
PartyIdentifier setPartyIdentifier(java.lang.String partyIdentifier)
Set the formatted Party Identifier (CD Mark + Account) The Party Indentifier has the following format:[/{cd-mark}]/{account}If the format is not valid- Parameters:
partyIdentifier- the formatted Party Identifier to set- Returns:
- the current OptionAPartyField
-
-