|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface SimpleScheduleDocument.SimpleSchedule
An XML simple-schedule(@http://anonsvn.labs.jboss.com/labs/jbossesb/trunk/product/etc/schemas/xml/jbossesb-1.0.1.xsd). This is a complex type.
Nested Class Summary | |
---|---|
static class |
SimpleScheduleDocument.SimpleSchedule.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 |
getExecCount()
Gets the "execCount" attribute |
long |
getFrequency()
Gets the "frequency" attribute |
FrequencyUnit.Enum |
getFrequencyUnits()
Gets the "frequencyUnits" attribute |
boolean |
isSetExecCount()
True if has "execCount" attribute |
boolean |
isSetFrequency()
True if has "frequency" attribute |
boolean |
isSetFrequencyUnits()
True if has "frequencyUnits" attribute |
void |
setExecCount(int execCount)
Sets the "execCount" attribute |
void |
setFrequency(long frequency)
Sets the "frequency" attribute |
void |
setFrequencyUnits(FrequencyUnit.Enum frequencyUnits)
Sets the "frequencyUnits" attribute |
void |
unsetExecCount()
Unsets the "execCount" attribute |
void |
unsetFrequency()
Unsets the "frequency" attribute |
void |
unsetFrequencyUnits()
Unsets the "frequencyUnits" attribute |
org.apache.xmlbeans.XmlInt |
xgetExecCount()
Gets (as xml) the "execCount" attribute |
org.apache.xmlbeans.XmlLong |
xgetFrequency()
Gets (as xml) the "frequency" attribute |
FrequencyUnit |
xgetFrequencyUnits()
Gets (as xml) the "frequencyUnits" attribute |
void |
xsetExecCount(org.apache.xmlbeans.XmlInt execCount)
Sets (as xml) the "execCount" attribute |
void |
xsetFrequency(org.apache.xmlbeans.XmlLong frequency)
Sets (as xml) the "frequency" attribute |
void |
xsetFrequencyUnits(FrequencyUnit frequencyUnits)
Sets (as xml) the "frequencyUnits" attribute |
Methods inherited from interface org.jboss.soa.esb.listeners.config.xbeanmodel.Schedule |
---|
addNewProperty, getEndDate, getPropertyArray, getPropertyArray, getPropertyList, getScheduleid, getStartDate, insertNewProperty, isSetEndDate, isSetStartDate, removeProperty, setEndDate, setPropertyArray, setPropertyArray, setScheduleid, setStartDate, sizeOfPropertyArray, unsetEndDate, unsetStartDate, xgetEndDate, xgetScheduleid, xgetStartDate, xsetEndDate, xsetScheduleid, xsetStartDate |
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 |
---|
long getFrequency()
org.apache.xmlbeans.XmlLong xgetFrequency()
boolean isSetFrequency()
void setFrequency(long frequency)
void xsetFrequency(org.apache.xmlbeans.XmlLong frequency)
void unsetFrequency()
FrequencyUnit.Enum getFrequencyUnits()
FrequencyUnit xgetFrequencyUnits()
boolean isSetFrequencyUnits()
void setFrequencyUnits(FrequencyUnit.Enum frequencyUnits)
void xsetFrequencyUnits(FrequencyUnit frequencyUnits)
void unsetFrequencyUnits()
int getExecCount()
org.apache.xmlbeans.XmlInt xgetExecCount()
boolean isSetExecCount()
void setExecCount(int execCount)
void xsetExecCount(org.apache.xmlbeans.XmlInt execCount)
void unsetExecCount()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |