public class WalletItemsType extends Object
| Constructor and Description |
|---|
WalletItemsType()
Default Constructor
|
WalletItemsType(Node node) |
| Modifier and Type | Method and Description |
|---|---|
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) |
public WalletItemsType()
public WalletItemsType(Node node) throws XPathExpressionException
XPathExpressionExceptionpublic WalletItemType getType()
public void setType(WalletItemType type)
public String getId()
public void setId(String id)
public String getDescription()
public void setDescription(String description)
Copyright © 2015. All Rights Reserved.