|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.paypal.svcs.types.perm.PersonalData
public class PersonalData
A property of User Identity data , represented as a Name-value pair with Name being the PersonalAttribute requested and value being the data.
| Constructor Summary | |
|---|---|
PersonalData()
Default Constructor |
|
| Method Summary | |
|---|---|
static PersonalData |
createInstance(Map<String,String> map,
String prefix,
int index)
|
PersonalAttribute |
getPersonalDataKey()
Getter for personalDataKey |
String |
getPersonalDataValue()
Getter for personalDataValue |
void |
setPersonalDataKey(PersonalAttribute personalDataKey)
Setter for personalDataKey |
void |
setPersonalDataValue(String personalDataValue)
Setter for personalDataValue |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PersonalData()
| Method Detail |
|---|
public PersonalAttribute getPersonalDataKey()
public void setPersonalDataKey(PersonalAttribute personalDataKey)
public String getPersonalDataValue()
public void setPersonalDataValue(String personalDataValue)
public static PersonalData createInstance(Map<String,String> map,
String prefix,
int index)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||