public class ID extends Object implements Serializable
| Constructor and Description |
|---|
ID()
Instantiates a new id.
|
ID(String value)
Instantiates a new id with value and a null scheme.
|
ID(String value,
String schemeId)
Instantiates a new id with value and scheme id.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getSchemeId()
Gets the scheme id.
|
String |
getValue()
Gets the value.
|
void |
setSchemeId(String schemeId)
Sets the scheme id.
|
void |
setValue(String value)
Sets the value.
|
public ID()
Instantiates a new id.
public ID(String value)
Instantiates a new id with value and a null scheme.
value - the valuepublic String getSchemeId()
Gets the scheme id.
public void setSchemeId(String schemeId)
Sets the scheme id.
schemeId - the new scheme idCopyright © 2014-2016 Konik.io. All Rights Reserved.