edu.harvard.i2b2.crc.datavo.pdo
Class ObservationType.NvalNum

java.lang.Object
  extended by edu.harvard.i2b2.crc.datavo.pdo.ObservationType.NvalNum
Enclosing class:
ObservationType

public static class ObservationType.NvalNum
extends Object

Java class for anonymous complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType>
   <simpleContent>
     <extension base="<http://www.w3.org/2001/XMLSchema>decimal">
       <attribute name="units" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
     </extension>
   </simpleContent>
 </complexType>
 


Field Summary
protected  String units
           
protected  BigDecimal value
           
 
Constructor Summary
ObservationType.NvalNum()
           
 
Method Summary
 String getUnits()
          Gets the value of the units property.
 BigDecimal getValue()
          Gets the value of the value property.
 void setUnits(String value)
          Sets the value of the units property.
 void setValue(BigDecimal value)
          Sets the value of the value property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

value

protected BigDecimal value

units

protected String units
Constructor Detail

ObservationType.NvalNum

public ObservationType.NvalNum()
Method Detail

getValue

public BigDecimal getValue()
Gets the value of the value property.

Returns:
possible object is BigDecimal

setValue

public void setValue(BigDecimal value)
Sets the value of the value property.

Parameters:
value - allowed object is BigDecimal

getUnits

public String getUnits()
Gets the value of the units property.

Returns:
possible object is String

setUnits

public void setUnits(String value)
Sets the value of the units property.

Parameters:
value - allowed object is String


Copyright © 2011. All Rights Reserved.