Uses of Class
com.paypal.svcs.types.perm.PersonalAttribute

Packages that use PersonalAttribute
com.paypal.svcs.types.perm   
 

Uses of PersonalAttribute in com.paypal.svcs.types.perm
 

Methods in com.paypal.svcs.types.perm that return PersonalAttribute
static PersonalAttribute PersonalAttribute.fromValue(String v)
           
 PersonalAttribute PersonalData.getPersonalDataKey()
          Getter for personalDataKey
static PersonalAttribute PersonalAttribute.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static PersonalAttribute[] PersonalAttribute.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.paypal.svcs.types.perm that return types with arguments of type PersonalAttribute
 List<PersonalAttribute> PersonalAttributeList.getAttribute()
          Getter for attribute
 

Methods in com.paypal.svcs.types.perm with parameters of type PersonalAttribute
 void PersonalData.setPersonalDataKey(PersonalAttribute personalDataKey)
          Setter for personalDataKey
 

Method parameters in com.paypal.svcs.types.perm with type arguments of type PersonalAttribute
 void PersonalAttributeList.setAttribute(List<PersonalAttribute> attribute)
          Setter for attribute
 



Copyright © 2013. All Rights Reserved.