org.gxos.schema
Class Times

java.lang.Object
  |
  +--org.gxos.schema.Times
All Implemented Interfaces:
java.io.Serializable

public class Times
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
Times()
           
 
Method Summary
 void deleteAcceptByTime()
           
 void deleteActualStartTime()
           
 void deleteActualStopTime()
           
 void deleteDuration()
           
 void deleteStartTime()
           
 void deleteStopTime()
           
 void deleteTimeZone()
           
 long getAcceptByTime()
           
 long getActualStartTime()
           
 long getActualStopTime()
           
 long getDuration()
           
 long getStartTime()
           
 long getStopTime()
           
 long getTimeZone()
           
 boolean hasAcceptByTime()
           
 boolean hasActualStartTime()
           
 boolean hasActualStopTime()
           
 boolean hasDuration()
           
 boolean hasStartTime()
           
 boolean hasStopTime()
           
 boolean hasTimeZone()
           
 boolean isValid()
           
 void marshal(org.xml.sax.DocumentHandler handler)
           
 void marshal(java.io.Writer out)
           
 void setAcceptByTime(long acceptByTime)
           
 void setActualStartTime(long actualStartTime)
           
 void setActualStopTime(long actualStopTime)
           
 void setDuration(long duration)
           
 void setStartTime(long startTime)
           
 void setStopTime(long stopTime)
           
 void setTimeZone(long timeZone)
           
static Times unmarshal(java.io.Reader reader)
           
 void validate()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Times

public Times()
Method Detail

deleteAcceptByTime

public void deleteAcceptByTime()

deleteActualStartTime

public void deleteActualStartTime()

deleteActualStopTime

public void deleteActualStopTime()

deleteDuration

public void deleteDuration()

deleteStartTime

public void deleteStartTime()

deleteStopTime

public void deleteStopTime()

deleteTimeZone

public void deleteTimeZone()

getAcceptByTime

public long getAcceptByTime()

getActualStartTime

public long getActualStartTime()

getActualStopTime

public long getActualStopTime()

getDuration

public long getDuration()

getStartTime

public long getStartTime()

getStopTime

public long getStopTime()

getTimeZone

public long getTimeZone()

hasAcceptByTime

public boolean hasAcceptByTime()

hasActualStartTime

public boolean hasActualStartTime()

hasActualStopTime

public boolean hasActualStopTime()

hasDuration

public boolean hasDuration()

hasStartTime

public boolean hasStartTime()

hasStopTime

public boolean hasStopTime()

hasTimeZone

public boolean hasTimeZone()

isValid

public boolean isValid()

marshal

public void marshal(java.io.Writer out)
             throws org.exolab.castor.xml.MarshalException,
                    org.exolab.castor.xml.ValidationException
Parameters:
out -  

marshal

public void marshal(org.xml.sax.DocumentHandler handler)
             throws org.exolab.castor.xml.MarshalException,
                    org.exolab.castor.xml.ValidationException
Parameters:
handler -  

setAcceptByTime

public void setAcceptByTime(long acceptByTime)
Parameters:
acceptByTime -  

setActualStartTime

public void setActualStartTime(long actualStartTime)
Parameters:
actualStartTime -  

setActualStopTime

public void setActualStopTime(long actualStopTime)
Parameters:
actualStopTime -  

setDuration

public void setDuration(long duration)
Parameters:
duration -  

setStartTime

public void setStartTime(long startTime)
Parameters:
startTime -  

setStopTime

public void setStopTime(long stopTime)
Parameters:
stopTime -  

setTimeZone

public void setTimeZone(long timeZone)
Parameters:
timeZone -  

unmarshal

public static Times unmarshal(java.io.Reader reader)
                       throws org.exolab.castor.xml.MarshalException,
                              org.exolab.castor.xml.ValidationException
Parameters:
reader -  

validate

public void validate()
              throws org.exolab.castor.xml.ValidationException