public final class Descriptor extends Object
| Modifier and Type | Field and Description |
|---|---|
String |
id
The identifier, or null.
|
String |
schemeIdUri
The scheme URI.
|
String |
value
The value, or null.
|
| Constructor and Description |
|---|
Descriptor(String schemeIdUri,
String value,
String id) |