com.paypal.svcs.types.perm
Class PersonalAttributeList

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

public class PersonalAttributeList
extends Object

List of Personal Attributes to be sent as a request.


Constructor Summary
PersonalAttributeList()
          Default Constructor
 
Method Summary
 List<PersonalAttribute> getAttribute()
          Getter for attribute
 void setAttribute(List<PersonalAttribute> attribute)
          Setter for attribute
 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

PersonalAttributeList

public PersonalAttributeList()
Default Constructor

Method Detail

getAttribute

public List<PersonalAttribute> getAttribute()
Getter for attribute


setAttribute

public void setAttribute(List<PersonalAttribute> attribute)
Setter for attribute


toNVPString

public String toNVPString()
                   throws UnsupportedEncodingException
Throws:
UnsupportedEncodingException

toNVPString

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


Copyright © 2013. All Rights Reserved.