|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecturn.ebay.apis.CoreComponentTypes.MeasureType
public class MeasureType
| Constructor Summary | |
|---|---|
MeasureType()
Default Constructor |
|
MeasureType(Node node)
|
|
MeasureType(String unit,
Double value)
Constructor with arguments |
|
| Method Summary | |
|---|---|
String |
getUnit()
Getter for unit |
Double |
getValue()
Getter for value |
void |
setUnit(String unit)
Setter for unit |
void |
setValue(Double value)
Setter for value |
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 MeasureType(String unit,
Double value)
public MeasureType()
public MeasureType(Node node)
throws XPathExpressionException
XPathExpressionException| Method Detail |
|---|
public String getUnit()
public void setUnit(String unit)
public Double getValue()
public void setValue(Double value)
public String toXMLString(String prefix,
String name)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||