|
|||||||||
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 |
boolean |
isSetExecCount()
True if has "execCount" attribute |
boolean |
isSetFrequency()
True if has "frequency" attribute |
void |
setExecCount(int execCount)
Sets the "execCount" attribute |
void |
setFrequency(long frequency)
Sets the "frequency" attribute |
void |
unsetExecCount()
Unsets the "execCount" attribute |
void |
unsetFrequency()
Unsets the "frequency" attribute |
org.apache.xmlbeans.XmlInt |
xgetExecCount()
Gets (as xml) the "execCount" attribute |
org.apache.xmlbeans.XmlLong |
xgetFrequency()
Gets (as xml) the "frequency" 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 |
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()
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 |