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