public class ParticipantIdentifier extends AbstractQualifiedIdentifier implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static Scheme |
DEFAULT_SCHEME
Default scheme used when no scheme or ICD specified.
|
identifier, scheme| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
int |
hashCode() |
static ParticipantIdentifier |
of(String value) |
static ParticipantIdentifier |
of(String value,
Scheme scheme) |
static ParticipantIdentifier |
parse(String str) |
String |
toString() |
getIdentifier, getScheme, urlencodedpublic static final Scheme DEFAULT_SCHEME
public static ParticipantIdentifier of(String value)
public static ParticipantIdentifier of(String value, Scheme scheme)
public static ParticipantIdentifier parse(String str) throws PeppolParsingException
PeppolParsingExceptionCopyright © 2022 NorStella. All rights reserved.