|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TimeConstraintType
An XML TimeConstraintType(@http://schemas.wsag4j.org/2009/07/wsag4j-scheduling-extensions). This is a complex type.
Nested Class Summary | |
---|---|
static class |
TimeConstraintType.Factory
A factory class with static methods for creating instances of this type. |
Field Summary | |
---|---|
static org.apache.xmlbeans.SchemaType |
type
|
Fields inherited from interface org.apache.xmlbeans.XmlObject |
---|
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL |
Method Summary | |
---|---|
int |
getDuration()
Gets the "Duration" element |
Calendar |
getEndTime()
Gets the "EndTime" element |
Calendar |
getStartTime()
Gets the "StartTime" element |
boolean |
isSetDuration()
True if has "Duration" element |
boolean |
isSetEndTime()
True if has "EndTime" element |
boolean |
isSetStartTime()
True if has "StartTime" element |
void |
setDuration(int duration)
Sets the "Duration" element |
void |
setEndTime(Calendar endTime)
Sets the "EndTime" element |
void |
setStartTime(Calendar startTime)
Sets the "StartTime" element |
void |
unsetDuration()
Unsets the "Duration" element |
void |
unsetEndTime()
Unsets the "EndTime" element |
void |
unsetStartTime()
Unsets the "StartTime" element |
org.apache.xmlbeans.XmlInt |
xgetDuration()
Gets (as xml) the "Duration" element |
org.apache.xmlbeans.XmlDateTime |
xgetEndTime()
Gets (as xml) the "EndTime" element |
org.apache.xmlbeans.XmlDateTime |
xgetStartTime()
Gets (as xml) the "StartTime" element |
void |
xsetDuration(org.apache.xmlbeans.XmlInt duration)
Sets (as xml) the "Duration" element |
void |
xsetEndTime(org.apache.xmlbeans.XmlDateTime endTime)
Sets (as xml) the "EndTime" element |
void |
xsetStartTime(org.apache.xmlbeans.XmlDateTime startTime)
Sets (as xml) the "StartTime" element |
Methods inherited from interface org.apache.xmlbeans.XmlObject |
---|
changeType, compareTo, compareValue, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCode |
Methods inherited from interface org.apache.xmlbeans.XmlTokenSource |
---|
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText |
Field Detail |
---|
static final org.apache.xmlbeans.SchemaType type
Method Detail |
---|
Calendar getStartTime()
org.apache.xmlbeans.XmlDateTime xgetStartTime()
boolean isSetStartTime()
void setStartTime(Calendar startTime)
void xsetStartTime(org.apache.xmlbeans.XmlDateTime startTime)
void unsetStartTime()
Calendar getEndTime()
org.apache.xmlbeans.XmlDateTime xgetEndTime()
boolean isSetEndTime()
void setEndTime(Calendar endTime)
void xsetEndTime(org.apache.xmlbeans.XmlDateTime endTime)
void unsetEndTime()
int getDuration()
org.apache.xmlbeans.XmlInt xgetDuration()
boolean isSetDuration()
void setDuration(int duration)
void xsetDuration(org.apache.xmlbeans.XmlInt duration)
void unsetDuration()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |