| Modifier and Type | Class and Description |
|---|---|
static class |
XCN.Builder
XCN.Builder
Build class used to construct and validate an XCN object. |
| Modifier and Type | Method and Description |
|---|---|
HD |
getAssigningAuthority()
Retrieve assigning authority.
|
String |
getFamilyName()
Retrieve family name.
|
String |
getGivenName()
Retrieve given name.
|
String |
getIdentifier()
Retrieve unique identifier.
|
String |
getIdentifierTypeCode()
Retrieve identifier type code.
|
String |
getMiddleInitialOrName()
Retrieve middle initial or name.
|
String |
getPrefix()
Retrieve prefix.
|
String |
getSuffix()
Retrieve suffix.
|
static XCN |
parse(String parseValue)
Parse
XCN from string. |
String |
toString()
Outputs an
XCN in the following format:
identifier^familyName^givenName^middleInitialOrName^^suffix^prefix^^^assigningAuthority
Variables that are not set are denoted by an empty string. |
public String getIdentifier()
public String getFamilyName()
public String getGivenName()
public String getMiddleInitialOrName()
public String getSuffix()
public String getPrefix()
public HD getAssigningAuthority()
public String getIdentifierTypeCode()
public static XCN parse(String parseValue)
XCN from string.parseValue - String to be parsed (not null).XCNpublic String toString()
XCN in the following format:
identifier^familyName^givenName^middleInitialOrName^^suffix^prefix^^^assigningAuthority
Variables that are not set are denoted by an empty string.
Trailing '^' symbols are trimmed. For example:
'identifier^familyName^^^^^^^' becomes 'identifier^familyName'Copyright © 2021. All rights reserved.