Package co.dapi.types
Class Identification
- java.lang.Object
-
- co.dapi.types.Identification
-
public class Identification extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classIdentification.IdentificationType
-
Constructor Summary
Constructors Constructor Description Identification(java.lang.String value, Identification.IdentificationType type)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Identification.IdentificationTypegetType()java.lang.StringgetValue()
-
-
-
Constructor Detail
-
Identification
public Identification(java.lang.String value, Identification.IdentificationType type)
-
-
Method Detail
-
getValue
public java.lang.String getValue()
-
getType
public Identification.IdentificationType getType()
-
-