Interface MappingConfig
-
public interface MappingConfigThe Interface MappingConfig.- Author:
- Dinesh Karuppiah.T
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<String>getAddressLine1()List of value to hold Address Line 1.List<String>getAddressLine2()List of value to hold Address Line 2.List<String>getAddressLine3()List of value to hold Address Line 3.List<String>getAge()List of value to hold Age.List<String>getDob()List of value to hold DOB.List<String>getDobType()List of value to hold DOBtype.Map<String,List<String>>getDynamicAttributes()Gets the dynamic attributes.List<String>getEmailId()List of value to hold Email ID.List<String>getFace()List of value to hold Face.List<String>getFingerprint()List of value to hold Finger print.List<String>getFullAddress()List of value to hold Full Address.List<String>getGender()List of value to hold Gender.List<String>getIris()List of value to hold IRIS.List<String>getLeftEye()Gets the left eye.List<String>getLeftIndex()List of value to hold Left Index.List<String>getLeftLittle()List of value to hold Left Little.List<String>getLeftMiddle()List of value to hold Left Middle.List<String>getLeftRing()List of value to hold Left Ring.List<String>getLeftThumb()List of value to hold Left Thumb.List<String>getLocation1()List of value to hold Location 1.List<String>getLocation2()List of value to hold Location 2.List<String>getLocation3()List of value to hold Location 3.List<String>getName()List of value to hold Full Name.List<String>getOtp()List of value to hold Otp.List<String>getPassword()List of value to hold password.List<String>getPhoneNumber()List of value to hold Phone Number.List<String>getPin()List of value to hold Pin.List<String>getPostalCode()List of value to hold Postalcode.List<String>getRightEye()Gets the right eye.List<String>getRightIndex()List of value to hold Right Index.List<String>getRightLittle()List of value to hold Right Little.List<String>getRightMiddle()List of value to hold Right Middle.List<String>getRightRing()List of value to hold Right Ring.List<String>getRightThumb()List of value to hold Right Thumb.
-
-
-
Method Detail
-
getPhoneNumber
List<String> getPhoneNumber()
List of value to hold Phone Number.- Returns:
- the phone number
-
getAddressLine1
List<String> getAddressLine1()
List of value to hold Address Line 1.- Returns:
- the address line 1
-
getAddressLine2
List<String> getAddressLine2()
List of value to hold Address Line 2.- Returns:
- the address line 2
-
getAddressLine3
List<String> getAddressLine3()
List of value to hold Address Line 3.- Returns:
- the address line 3
-
getFullAddress
List<String> getFullAddress()
List of value to hold Full Address.- Returns:
- the full address
-
getLeftLittle
List<String> getLeftLittle()
List of value to hold Left Little.- Returns:
- the left little
-
getLeftMiddle
List<String> getLeftMiddle()
List of value to hold Left Middle.- Returns:
- the left middle
-
getRightIndex
List<String> getRightIndex()
List of value to hold Right Index.- Returns:
- the right index
-
getRightLittle
List<String> getRightLittle()
List of value to hold Right Little.- Returns:
- the right little
-
getRightMiddle
List<String> getRightMiddle()
List of value to hold Right Middle.- Returns:
- the right middle
-
getRightThumb
List<String> getRightThumb()
List of value to hold Right Thumb.- Returns:
- the right thumb
-
getFingerprint
List<String> getFingerprint()
List of value to hold Finger print.- Returns:
- the fingerprint
-
getDynamicAttributes
Map<String,List<String>> getDynamicAttributes()
Gets the dynamic attributes.- Returns:
- the dynamic attributes
-
-