public class Identifiers
extends java.lang.Object
This class has the following attributes:
1. Root Identifier (String)
2. Extension (String)
3. Assigning Authority Name (String)
This class provides accessors and mutators for the elements mentioned above.
| Constructor and Description |
|---|
Identifiers() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAssigningAuthorityName()
Returns the human readable name or mnemonic for the assigning authority.
|
java.lang.String |
getExtension()
Returns the character string as a unique identifier within the scope of the identifier root.
|
java.lang.String |
getRootIdentifier()
Returns the unique identifier.
|
void |
setAssigningAuthorityName(java.lang.String assigningAuthorityName)
Sets the human readable name or mnemonic for the assigning authority.
|
void |
setExtension(java.lang.String extension)
Sets the character string as a unique identifier within the scope of the identifier root.
|
void |
setRootIdentifier(java.lang.String rootIdentifier)
Sets the unique identifier.
|
public java.lang.String getRootIdentifier()
public void setRootIdentifier(java.lang.String rootIdentifier)
rootIdentifier - Specifies the unique identifier.public java.lang.String getExtension()
public void setExtension(java.lang.String extension)
extension - Specifies character string as a unique identifier within the scope of the identifier root.public java.lang.String getAssigningAuthorityName()
public void setAssigningAuthorityName(java.lang.String assigningAuthorityName)
assigningAuthorityName - Specifies the human readable name or mnemonic for the assigning authority.