public interface PartyIdentifier
This interface provides convenience methods to set/get the Party Identifier by relying in the underlying components
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getPartyIdentifier()
Get the formatted Party Identifier (CD Mark + Account)
The Party Indentifier has the following format:
[/{cd-mark}]/{account} |
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 |
java.lang.String getPartyIdentifier()
[/{cd-mark}]/{account}PartyIdentifier setPartyIdentifier(java.lang.String partyIdentifier)
[/{cd-mark}]/{account}
If the format is not validpartyIdentifier - the formatted Party Identifier to set