be.ac.ucl.tele.ccg.jXDRS.sem
Class TimeReference

java.lang.Object
  extended by be.ac.ucl.tele.ccg.jXDRS.sem.TimeReference

public class TimeReference
extends java.lang.Object


Constructor Summary
TimeReference()
           
 
Method Summary
 java.lang.String getRoot()
          Returns the value of root.
 java.lang.String getText()
           Does ...
 DiscourseReferent getTimeRef()
          Returns the value of timeRef.
 void setRoot(java.lang.String root)
          Sets the value of root.
 void setTimeRef(DiscourseReferent timeRef)
          Sets the value of timeRef.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TimeReference

public TimeReference()
Method Detail

getRoot

public java.lang.String getRoot()
Returns the value of root.

Returns:
The root value

getText

public java.lang.String getText()

Does ...

Returns:

getTimeRef

public DiscourseReferent getTimeRef()
Returns the value of timeRef.

Returns:
The timeRef value

setRoot

public void setRoot(java.lang.String root)
Sets the value of root.

Parameters:
root - The value to assign root.

setTimeRef

public void setTimeRef(DiscourseReferent timeRef)
Sets the value of timeRef.

Parameters:
timeRef - The value to assign timeRef.


MIT style licence.