public interface ITKIdentity
Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT_IDENTITY_TYPE
The OID representing the default (ITK) address type.
|
Modifier and Type | Method and Description |
---|---|
String |
getType()
Obtains the identity type
|
String |
getURI()
Obtain the URI associated with this identity
|
void |
setType(String type)
Allows the identity type to be specified if it is not the
DEFAULT_IDENTITY_TYPE |
void |
setURI(String uRI)
Set the URI for this identity
|
static final String DEFAULT_IDENTITY_TYPE
void setType(String type)
DEFAULT_IDENTITY_TYPE
type
- The OID representing the address typeString getType()
void setURI(String uRI)
uRI
- the URI to setString getURI()
All content is available under the Open Government Licence, except where otherwise stated
All example source code is available under Apache 2.0, except where otherwise stated