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