|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.harvard.i2b2.crc.datavo.pdo.query.ItemType.ConstrainByValue
public static class ItemType.ConstrainByValue
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/pdo/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/pdo/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 |
|---|
protected ConstrainOperatorType valueOperator
protected String valueConstraint
protected String valueUnitOfMeasure
protected ConstrainValueType valueType
| Constructor Detail |
|---|
public ItemType.ConstrainByValue()
| Method Detail |
|---|
public ConstrainOperatorType getValueOperator()
ConstrainOperatorTypepublic void setValueOperator(ConstrainOperatorType value)
value - allowed object is
ConstrainOperatorTypepublic String getValueConstraint()
Stringpublic void setValueConstraint(String value)
value - allowed object is
Stringpublic String getValueUnitOfMeasure()
Stringpublic void setValueUnitOfMeasure(String value)
value - allowed object is
Stringpublic ConstrainValueType getValueType()
ConstrainValueTypepublic void setValueType(ConstrainValueType value)
value - allowed object is
ConstrainValueType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||