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