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

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

public class MatchDateType
extends Object

Java class for match_dateType complex type.

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

 <complexType name="match_dateType">
   <simpleContent>
     <extension base="<http://www.w3.org/2001/XMLSchema>dateTime">
       <attribute name="strategy" use="required">
         <simpleType>
           <restriction base="{http://www.w3.org/2001/XMLSchema}string">
             <enumeration value="on"/>
             <enumeration value="before"/>
             <enumeration value="after"/>
             <enumeration value="on_or_before"/>
             <enumeration value="on_or_after"/>
           </restriction>
         </simpleType>
       </attribute>
     </extension>
   </simpleContent>
 </complexType>
 


Field Summary
protected  String strategy
           
protected  XMLGregorianCalendar value
           
 
Constructor Summary
MatchDateType()
           
 
Method Summary
 String getStrategy()
          Gets the value of the strategy property.
 XMLGregorianCalendar getValue()
          Gets the value of the value property.
 void setStrategy(String value)
          Sets the value of the strategy property.
 void setValue(XMLGregorianCalendar 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 XMLGregorianCalendar value

strategy

protected String strategy
Constructor Detail

MatchDateType

public MatchDateType()
Method Detail

getValue

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

Returns:
possible object is XMLGregorianCalendar

setValue

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

Parameters:
value - allowed object is XMLGregorianCalendar

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.