edu.harvard.i2b2.crc.datavo.setfinder.query
Class ItemType.ConstrainByValue

java.lang.Object
  extended by edu.harvard.i2b2.crc.datavo.setfinder.query.ItemType.ConstrainByValue
Enclosing class:
ItemType

public static class ItemType.ConstrainByValue
extends Object

Java class for anonymous complex type.

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

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="value_operator" type="{http://www.i2b2.org/xsd/cell/crc/psm/querydefinition/1.1/}constrainOperatorType"/>
         <element name="value_constraint" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="value_unit_of_measure" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="value_type" type="{http://www.i2b2.org/xsd/cell/crc/psm/querydefinition/1.1/}constrainValueType"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  String valueConstraint
           
protected  ConstrainOperatorType valueOperator
           
protected  ConstrainValueType valueType
           
protected  String valueUnitOfMeasure
           
 
Constructor Summary
ItemType.ConstrainByValue()
           
 
Method Summary
 String getValueConstraint()
          Gets the value of the valueConstraint property.
 ConstrainOperatorType getValueOperator()
          Gets the value of the valueOperator property.
 ConstrainValueType getValueType()
          Gets the value of the valueType property.
 String getValueUnitOfMeasure()
          Gets the value of the valueUnitOfMeasure property.
 void setValueConstraint(String value)
          Sets the value of the valueConstraint property.
 void setValueOperator(ConstrainOperatorType value)
          Sets the value of the valueOperator property.
 void setValueType(ConstrainValueType value)
          Sets the value of the valueType property.
 void setValueUnitOfMeasure(String value)
          Sets the value of the valueUnitOfMeasure property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

valueOperator

protected ConstrainOperatorType valueOperator

valueConstraint

protected String valueConstraint

valueUnitOfMeasure

protected String valueUnitOfMeasure

valueType

protected ConstrainValueType valueType
Constructor Detail

ItemType.ConstrainByValue

public ItemType.ConstrainByValue()
Method Detail

getValueOperator

public ConstrainOperatorType getValueOperator()
Gets the value of the valueOperator property.

Returns:
possible object is ConstrainOperatorType

setValueOperator

public void setValueOperator(ConstrainOperatorType value)
Sets the value of the valueOperator property.

Parameters:
value - allowed object is ConstrainOperatorType

getValueConstraint

public String getValueConstraint()
Gets the value of the valueConstraint property.

Returns:
possible object is String

setValueConstraint

public void setValueConstraint(String value)
Sets the value of the valueConstraint property.

Parameters:
value - allowed object is String

getValueUnitOfMeasure

public String getValueUnitOfMeasure()
Gets the value of the valueUnitOfMeasure property.

Returns:
possible object is String

setValueUnitOfMeasure

public void setValueUnitOfMeasure(String value)
Sets the value of the valueUnitOfMeasure property.

Parameters:
value - allowed object is String

getValueType

public ConstrainValueType getValueType()
Gets the value of the valueType property.

Returns:
possible object is ConstrainValueType

setValueType

public void setValueType(ConstrainValueType value)
Sets the value of the valueType property.

Parameters:
value - allowed object is ConstrainValueType


Copyright © 2011. All Rights Reserved.