public class Identifier extends Object
| Constructor and Description |
|---|
Identifier()
Constructor
|
Identifier(String name,
String uniqueIdentifier)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getCitation()
Get the authority citation
|
String |
getName()
Get the authority name
|
String |
getNameAndUniqueIdentifier()
Get the name and unique identifier separated by a colon
|
String |
getNameAndUniqueIdentifier(String delimiter)
Get the name and unique identifier separated by the delimiter
|
String |
getUniqueIdentifier()
Get the authority unique identifier
|
String |
getUri()
Get the id uri
|
String |
getVersion()
Get the version
|
boolean |
hasCitation()
Has an authority citation
|
int |
hashCode() |
boolean |
hasUri()
Has an id uri
|
boolean |
hasVersion()
Has a version
|
void |
setCitation(String citation)
Set the authority citation
|
void |
setName(String name)
Set the authority name
|
void |
setUniqueIdentifier(String uniqueIdentifier)
Set the authority unique identifier
|
void |
setUri(String uri)
Set the id uri
|
void |
setVersion(String version)
Set the version
|
String |
toString() |
public String getName()
public void setName(String name)
name - authority namepublic String getUniqueIdentifier()
public void setUniqueIdentifier(String uniqueIdentifier)
uniqueIdentifier - authority unique identifierpublic String getNameAndUniqueIdentifier()
public String getNameAndUniqueIdentifier(String delimiter)
delimiter - delimiterpublic String getVersion()
public boolean hasVersion()
public void setVersion(String version)
version - versionpublic String getCitation()
public boolean hasCitation()
public void setCitation(String citation)
citation - authority citationpublic String getUri()
public boolean hasUri()
public void setUri(String uri)
uri - id uriCopyright © 2021 National Geospatial-Intelligence Agency. All rights reserved.