com.paypal.svcs.types.perm
Enum PersonalAttribute

java.lang.Object
  extended by java.lang.Enum<PersonalAttribute>
      extended by com.paypal.svcs.types.perm.PersonalAttribute
All Implemented Interfaces:
Serializable, Comparable<PersonalAttribute>

public enum PersonalAttribute
extends Enum<PersonalAttribute>

Enumeration for Personal Attributes of a user.


Enum Constant Summary
HTTPAXSCHEMAORGBIRTHDATE
           
HTTPAXSCHEMAORGCOMPANYNAME
           
HTTPAXSCHEMAORGCONTACTCITYHOME
           
HTTPAXSCHEMAORGCONTACTCOUNTRYHOME
           
HTTPAXSCHEMAORGCONTACTEMAIL
           
HTTPAXSCHEMAORGCONTACTPHONEDEFAULT
           
HTTPAXSCHEMAORGCONTACTPOSTALCODEHOME
           
HTTPAXSCHEMAORGCONTACTSTATEHOME
           
HTTPAXSCHEMAORGNAMEPERSONFIRST
           
HTTPAXSCHEMAORGNAMEPERSONLAST
           
HTTPSCHEMAOPENIDNETCONTACTFULLNAME
           
HTTPSCHEMAOPENIDNETCONTACTSTREET
           
HTTPSCHEMAOPENIDNETCONTACTSTREET1
           
HTTPSWWWPAYPALCOMWEBAPPSAUTHSCHEMAPAYERID2
           
 
Method Summary
static PersonalAttribute fromValue(String v)
           
 String getValue()
           
static PersonalAttribute valueOf(String name)
          Returns the enum constant of this type with the specified name.
static PersonalAttribute[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

HTTPAXSCHEMAORGNAMEPERSONFIRST

public static final PersonalAttribute HTTPAXSCHEMAORGNAMEPERSONFIRST

HTTPAXSCHEMAORGNAMEPERSONLAST

public static final PersonalAttribute HTTPAXSCHEMAORGNAMEPERSONLAST

HTTPAXSCHEMAORGCONTACTEMAIL

public static final PersonalAttribute HTTPAXSCHEMAORGCONTACTEMAIL

HTTPSCHEMAOPENIDNETCONTACTFULLNAME

public static final PersonalAttribute HTTPSCHEMAOPENIDNETCONTACTFULLNAME

HTTPAXSCHEMAORGCOMPANYNAME

public static final PersonalAttribute HTTPAXSCHEMAORGCOMPANYNAME

HTTPAXSCHEMAORGCONTACTCOUNTRYHOME

public static final PersonalAttribute HTTPAXSCHEMAORGCONTACTCOUNTRYHOME

HTTPAXSCHEMAORGBIRTHDATE

public static final PersonalAttribute HTTPAXSCHEMAORGBIRTHDATE

HTTPAXSCHEMAORGCONTACTPOSTALCODEHOME

public static final PersonalAttribute HTTPAXSCHEMAORGCONTACTPOSTALCODEHOME

HTTPSCHEMAOPENIDNETCONTACTSTREET1

public static final PersonalAttribute HTTPSCHEMAOPENIDNETCONTACTSTREET1

HTTPSCHEMAOPENIDNETCONTACTSTREET

public static final PersonalAttribute HTTPSCHEMAOPENIDNETCONTACTSTREET

HTTPAXSCHEMAORGCONTACTCITYHOME

public static final PersonalAttribute HTTPAXSCHEMAORGCONTACTCITYHOME

HTTPAXSCHEMAORGCONTACTSTATEHOME

public static final PersonalAttribute HTTPAXSCHEMAORGCONTACTSTATEHOME

HTTPAXSCHEMAORGCONTACTPHONEDEFAULT

public static final PersonalAttribute HTTPAXSCHEMAORGCONTACTPHONEDEFAULT

HTTPSWWWPAYPALCOMWEBAPPSAUTHSCHEMAPAYERID2

public static final PersonalAttribute HTTPSWWWPAYPALCOMWEBAPPSAUTHSCHEMAPAYERID2
Method Detail

values

public static PersonalAttribute[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
for (PersonalAttribute c : PersonalAttribute.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static PersonalAttribute valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
IllegalArgumentException - if this enum type has no constant with the specified name
NullPointerException - if the argument is null

getValue

public String getValue()

fromValue

public static PersonalAttribute fromValue(String v)


Copyright © 2013. All Rights Reserved.