urn.ebay.apis.CoreComponentTypes
Class MeasureType

java.lang.Object
  extended by urn.ebay.apis.CoreComponentTypes.MeasureType

public class MeasureType
extends Object


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

MeasureType

public MeasureType(String unit,
                   Double value)
Constructor with arguments


MeasureType

public MeasureType()
Default Constructor


MeasureType

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

getUnit

public String getUnit()
Getter for unit


setUnit

public void setUnit(String unit)
Setter for unit


getValue

public Double getValue()
Getter for value


setValue

public void setValue(Double value)
Setter for value


toXMLString

public String toXMLString(String prefix,
                          String name)


Copyright © 2013. All Rights Reserved.