|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.harvard.i2b2.crc.datavo.ontology.MatchIntType
public class MatchIntType
Java class for match_intType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="match_intType">
<simpleContent>
<extension base="<http://www.w3.org/2001/XMLSchema>int">
<attribute name="strategy" use="required">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="equal"/>
<enumeration value="less_than"/>
<enumeration value="greater_than"/>
<enumeration value="less_or_equal"/>
<enumeration value="greater_or_equal"/>
</restriction>
</simpleType>
</attribute>
</extension>
</simpleContent>
</complexType>
| Field Summary | |
|---|---|
protected String |
strategy
|
protected int |
value
|
| Constructor Summary | |
|---|---|
MatchIntType()
|
|
| Method Summary | |
|---|---|
String |
getStrategy()
Gets the value of the strategy property. |
int |
getValue()
Gets the value of the value property. |
void |
setStrategy(String value)
Sets the value of the strategy property. |
void |
setValue(int 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 |
|---|
protected int value
protected String strategy
| Constructor Detail |
|---|
public MatchIntType()
| Method Detail |
|---|
public int getValue()
public void setValue(int value)
public String getStrategy()
Stringpublic void setStrategy(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||