| Modifier and Type | Class and Description |
|---|---|
static class |
HD.Builder
HD.Builder
Build class used to construct and validate an HD object. |
| Modifier and Type | Method and Description |
|---|---|
String |
getIdentifier()
Retrieve universal identifier.
|
String |
getIdentifierType()
Retrieve universal identifier type.
|
String |
getNamespace()
Retrieve namespace.
|
static HD |
parse(String parseValue)
Parse
HD from string. |
String |
toString()
Outputs an
HD in the following format:
namespace^identifier^identifierType
Variables that are not set are denoted by an empty string. |
public String getNamespace()
public String getIdentifier()
public String getIdentifierType()
public static HD parse(String parseValue)
HD from string.parseValue - String to be parsed (not null).HDCopyright © 2021. All rights reserved.