edu.harvard.i2b2.crc.datavo.ontology
Class MatchIntType

java.lang.Object
  extended by edu.harvard.i2b2.crc.datavo.ontology.MatchIntType

public class MatchIntType
extends Object

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

value

protected int value

strategy

protected String strategy
Constructor Detail

MatchIntType

public MatchIntType()
Method Detail

getValue

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


setValue

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


getStrategy

public String getStrategy()
Gets the value of the strategy property.

Returns:
possible object is String

setStrategy

public void setStrategy(String value)
Sets the value of the strategy property.

Parameters:
value - allowed object is String


Copyright © 2011. All Rights Reserved.