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()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Times
public Times()
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