com.paypal.svcs.types.perm
Class GetAdvancedPersonalDataRequest

java.lang.Object
  extended by com.paypal.svcs.types.perm.GetAdvancedPersonalDataRequest

public class GetAdvancedPersonalDataRequest
extends Object

Request to retrieve personal data.Accepts PersonalAttributeList as request and responds with PersonalDataList. This call will accept both 'Basic' and Advanced attributes.


Constructor Summary
GetAdvancedPersonalDataRequest()
          Default Constructor
GetAdvancedPersonalDataRequest(PersonalAttributeList attributeList)
          Constructor with arguments
 
Method Summary
 PersonalAttributeList getAttributeList()
          Getter for attributeList
 RequestEnvelope getRequestEnvelope()
          Getter for requestEnvelope
 void setAttributeList(PersonalAttributeList attributeList)
          Setter for attributeList
 void setRequestEnvelope(RequestEnvelope requestEnvelope)
          Setter for requestEnvelope
 String toNVPString()
           
 String toNVPString(String prefix)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetAdvancedPersonalDataRequest

public GetAdvancedPersonalDataRequest(PersonalAttributeList attributeList)
Constructor with arguments


GetAdvancedPersonalDataRequest

public GetAdvancedPersonalDataRequest()
Default Constructor

Method Detail

getRequestEnvelope

public RequestEnvelope getRequestEnvelope()
Getter for requestEnvelope


setRequestEnvelope

public void setRequestEnvelope(RequestEnvelope requestEnvelope)
Setter for requestEnvelope


getAttributeList

public PersonalAttributeList getAttributeList()
Getter for attributeList


setAttributeList

public void setAttributeList(PersonalAttributeList attributeList)
Setter for attributeList


toNVPString

public String toNVPString()
                   throws UnsupportedEncodingException
Throws:
UnsupportedEncodingException

toNVPString

public String toNVPString(String prefix)
                   throws UnsupportedEncodingException
Throws:
UnsupportedEncodingException


Copyright © 2013. All Rights Reserved.