Package cdm.base.staticdata.party
Enum PersonIdentifierTypeEnum
- All Implemented Interfaces:
Serializable,Comparable<PersonIdentifierTypeEnum>
@RosettaEnum("PersonIdentifierTypeEnum")
public enum PersonIdentifierTypeEnum
extends Enum<PersonIdentifierTypeEnum>
The enumeration values associated with person identifier sources.
- Version:
- 7.0.0-dev.105
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionAlien Registration Number, number assigned by a social security agency to identify a non-resident person.Passport Number, number assigned by an authority to identify the passport number of a person.Customer Identification Number, number assigned by an issuer to identify a customer.Drivers License Number, number assigned by an authority to identify a driver's license.Employee Identification Number, number assigned by a registration authority to an employee.National Identity Number, number assigned by an authority to identify the national identity number of a person..Natural Person Identifier.Privacy Law Identifier.Social Security Number, number assigned by an authority to identify the social security number of a person.Tax Identification Number, number assigned by a tax authority to identify a person. -
Method Summary
Modifier and TypeMethodDescriptionstatic PersonIdentifierTypeEnumfromDisplayName(String name) toString()static PersonIdentifierTypeEnumReturns the enum constant of this type with the specified name.static PersonIdentifierTypeEnum[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
ARNU
Alien Registration Number, number assigned by a social security agency to identify a non-resident person. Body ISO Corpus Scheme ISO20022 namingConvention "ARNU" Provision -
CCPT
Passport Number, number assigned by an authority to identify the passport number of a person. Body ISO Corpus Scheme ISO20022 namingConvention "CCPT" Provision -
CUST
Customer Identification Number, number assigned by an issuer to identify a customer. Body ISO Corpus Scheme ISO20022 namingConvention "CUST" Provision -
DRLC
Drivers License Number, number assigned by an authority to identify a driver's license. Body ISO Corpus Scheme ISO20022 namingConvention "DRLC" Provision -
EMPL
Employee Identification Number, number assigned by a registration authority to an employee. Body ISO Corpus Scheme ISO20022 namingConvention "EMPL" Provision -
NIDN
National Identity Number, number assigned by an authority to identify the national identity number of a person.. Body ISO Corpus Scheme ISO20022 namingConvention "NIDN" Provision -
SOSE
Social Security Number, number assigned by an authority to identify the social security number of a person. Body ISO Corpus Scheme ISO20022 namingConvention "SOSE" Provision -
TXID
Tax Identification Number, number assigned by a tax authority to identify a person. Body ISO Corpus Scheme ISO20022 namingConvention "TXID" Provision -
NPID
Natural Person Identifier. To identify the person who is acting as private individual, not as business entity. Used for regulatory reporting. -
PLID
Privacy Law Identifier. It refers to the DMO Letter No. 17-16, http://www.cftc.gov/idc/groups/public/@lrlettergeneral/documents/letter/17-16.pdf
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
fromDisplayName
-
toString
- Overrides:
toStringin classEnum<PersonIdentifierTypeEnum>
-
toDisplayString
-