urn.ebay.apis.eBLBaseComponents
Class WalletItemsType

java.lang.Object
  extended by urn.ebay.apis.eBLBaseComponents.WalletItemsType

public class WalletItemsType
extends Object

Details about an Item stored in the PayPal Wallet.


Constructor Summary
WalletItemsType()
          Default Constructor
WalletItemsType(Node node)
           
 
Method Summary
 String getDescription()
          Getter for description
 String getId()
          Getter for id
 WalletItemType getType()
          Getter for type
 void setDescription(String description)
          Setter for description
 void setId(String id)
          Setter for id
 void setType(WalletItemType type)
          Setter for type
 String toXMLString(String prefix, String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WalletItemsType

public WalletItemsType()
Default Constructor


WalletItemsType

public WalletItemsType(Node node)
                throws XPathExpressionException
Throws:
XPathExpressionException
Method Detail

getType

public WalletItemType getType()
Getter for type


setType

public void setType(WalletItemType type)
Setter for type


getId

public String getId()
Getter for id


setId

public void setId(String id)
Setter for id


getDescription

public String getDescription()
Getter for description


setDescription

public void setDescription(String description)
Setter for description


toXMLString

public String toXMLString(String prefix,
                          String name)


Copyright © 2014. All Rights Reserved.