Interface PartyIdentifier

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method 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
    • 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