public class ExtendedID extends ID
The scheme agency aware identifier.
| Constructor and Description |
|---|
ExtendedID(String idContent,
String schemeAgencyId)
Instantiates a new extended id.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getSchemeAgencyId()
Gets the scheme agency id.
|
ExtendedID |
setSchemeAgencyId(String schemeAgencyId)
Sets the scheme agency id.
|
getSchemeId, getValue, setSchemeId, setValuepublic ExtendedID(String idContent, String schemeAgencyId)
Instantiates a new extended id.
idContent - the id valueschemeAgencyId - the scheme agency id@NotBlank public String getSchemeAgencyId()
Gets the scheme agency id.
public ExtendedID setSchemeAgencyId(String schemeAgencyId)
Sets the scheme agency id.
schemeAgencyId - the new scheme agency idCopyright © 2014-2016 Konik.io. All Rights Reserved.