org.ogf.graap.wsag4j.types.scheduling
Interface TimeConstraintType

All Superinterfaces:
org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource
All Known Implementing Classes:
TimeConstraintTypeImpl

public interface TimeConstraintType
extends org.apache.xmlbeans.XmlObject

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

type

static final org.apache.xmlbeans.SchemaType type
Method Detail

getStartTime

Calendar getStartTime()
Gets the "StartTime" element


xgetStartTime

org.apache.xmlbeans.XmlDateTime xgetStartTime()
Gets (as xml) the "StartTime" element


isSetStartTime

boolean isSetStartTime()
True if has "StartTime" element


setStartTime

void setStartTime(Calendar startTime)
Sets the "StartTime" element


xsetStartTime

void xsetStartTime(org.apache.xmlbeans.XmlDateTime startTime)
Sets (as xml) the "StartTime" element


unsetStartTime

void unsetStartTime()
Unsets the "StartTime" element


getEndTime

Calendar getEndTime()
Gets the "EndTime" element


xgetEndTime

org.apache.xmlbeans.XmlDateTime xgetEndTime()
Gets (as xml) the "EndTime" element


isSetEndTime

boolean isSetEndTime()
True if has "EndTime" element


setEndTime

void setEndTime(Calendar endTime)
Sets the "EndTime" element


xsetEndTime

void xsetEndTime(org.apache.xmlbeans.XmlDateTime endTime)
Sets (as xml) the "EndTime" element


unsetEndTime

void unsetEndTime()
Unsets the "EndTime" element


getDuration

int getDuration()
Gets the "Duration" element


xgetDuration

org.apache.xmlbeans.XmlInt xgetDuration()
Gets (as xml) the "Duration" element


isSetDuration

boolean isSetDuration()
True if has "Duration" element


setDuration

void setDuration(int duration)
Sets the "Duration" element


xsetDuration

void xsetDuration(org.apache.xmlbeans.XmlInt duration)
Sets (as xml) the "Duration" element


unsetDuration

void unsetDuration()
Unsets the "Duration" element



Copyright © 2008-2012 Fraunhofer Institute SCAI. All Rights Reserved.