All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.prowidesoftware.swift.model.field.PartyIdentifier Maven / Gradle / Ivy

There is a newer version: SRU2023-10.1.16
Show newest version
package com.prowidesoftware.swift.model.field;

/**
 * Field with a Party Identifier.
 *
 * 

This interface provides convenience methods to set/get the Party Identifier by relying in * the underlying components */ public interface PartyIdentifier { /** * Get the formatted Party Identifier (CD Mark + Account) * * The Party Indentifier has the following format: * * [/{cd-mark}]/{account} * * @return the formatted Party Identifier */ String getPartyIdentifier(); /** * Set the formatted Party Identifier (CD Mark + Account) * * The Party Indentifier has the following format: * * [/{cd-mark}]/{account} * * If the format is not valid * @param partyIdentifier the formatted Party Identifier to set * @return the current OptionAPartyField */ PartyIdentifier setPartyIdentifier(String partyIdentifier); }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy