public class NameIdentifier extends Object
| Constructor and Description |
|---|
NameIdentifier(String value,
String scheme) |
NameIdentifier(String value,
String scheme,
String schemeURI) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
String |
getScheme()
Retrieves the name of the name identifier scheme.
|
String |
getSchemeURI()
Retrieves the URI of the name identifier scheme.
|
String |
getValue()
Retrieves an identifier of an individual or legal entity, according to various schemes.
|
int |
hashCode() |
void |
setSchemeURI(String schemeURI)
Sets the URI of the name identifier scheme.
|
String |
toString() |
public String getValue()
public String getScheme()
public String getSchemeURI()
public void setSchemeURI(String schemeURI)
schemeURI - the URI of the name identifier schemeprotected boolean canEqual(Object other)
Copyright © 2017–2019. All rights reserved.