|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecturn.ebay.apis.eBLBaseComponents.WalletItemsType
public class WalletItemsType
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 |
|---|
public WalletItemsType()
public WalletItemsType(Node node)
throws XPathExpressionException
XPathExpressionException| Method Detail |
|---|
public WalletItemType getType()
public void setType(WalletItemType type)
public String getId()
public void setId(String id)
public String getDescription()
public void setDescription(String description)
public String toXMLString(String prefix,
String name)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||