org.jboss.soa.esb.listeners.config
Interface FsListenerDocument.FsListener

All Superinterfaces:
Listener, org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource
All Known Implementing Classes:
FsListenerDocumentImpl.FsListenerImpl
Enclosing interface:
FsListenerDocument

public static interface FsListenerDocument.FsListener
extends Listener

An XML fs-listener(@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 FsListenerDocument.FsListener.Factory
          A factory class with static methods for creating instances of this type.
static interface FsListenerDocument.FsListener.PollFrequencySeconds
          An XML poll-frequency-seconds(@).
 
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
 FsMessageFilterDocument.FsMessageFilter addNewFsMessageFilter()
          Appends and returns a new empty "fs-message-filter" element
 FsMessageFilterDocument.FsMessageFilter getFsMessageFilter()
          Gets the "fs-message-filter" element
 java.math.BigInteger getPollFrequencySeconds()
          Gets the "poll-frequency-seconds" attribute
 boolean isSetFsMessageFilter()
          True if has "fs-message-filter" element
 boolean isSetPollFrequencySeconds()
          True if has "poll-frequency-seconds" attribute
 void setFsMessageFilter(FsMessageFilterDocument.FsMessageFilter fsMessageFilter)
          Sets the "fs-message-filter" element
 void setPollFrequencySeconds(java.math.BigInteger pollFrequencySeconds)
          Sets the "poll-frequency-seconds" attribute
 void unsetFsMessageFilter()
          Unsets the "fs-message-filter" element
 void unsetPollFrequencySeconds()
          Unsets the "poll-frequency-seconds" attribute
 FsListenerDocument.FsListener.PollFrequencySeconds xgetPollFrequencySeconds()
          Gets (as xml) the "poll-frequency-seconds" attribute
 void xsetPollFrequencySeconds(FsListenerDocument.FsListener.PollFrequencySeconds pollFrequencySeconds)
          Sets (as xml) the "poll-frequency-seconds" attribute
 
Methods inherited from interface org.jboss.soa.esb.listeners.config.Listener
addNewProperty, getBusidref, getIsGateway, getMaxThreads, getName, getPropertyArray, getPropertyArray, getPropertyList, insertNewProperty, isSetIsGateway, removeProperty, setBusidref, setIsGateway, setMaxThreads, setName, setPropertyArray, setPropertyArray, sizeOfPropertyArray, unsetIsGateway, xgetBusidref, xgetIsGateway, xgetMaxThreads, xgetName, xsetBusidref, xsetIsGateway, xsetMaxThreads, xsetName
 
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

getFsMessageFilter

FsMessageFilterDocument.FsMessageFilter getFsMessageFilter()
Gets the "fs-message-filter" element


isSetFsMessageFilter

boolean isSetFsMessageFilter()
True if has "fs-message-filter" element


setFsMessageFilter

void setFsMessageFilter(FsMessageFilterDocument.FsMessageFilter fsMessageFilter)
Sets the "fs-message-filter" element


addNewFsMessageFilter

FsMessageFilterDocument.FsMessageFilter addNewFsMessageFilter()
Appends and returns a new empty "fs-message-filter" element


unsetFsMessageFilter

void unsetFsMessageFilter()
Unsets the "fs-message-filter" element


getPollFrequencySeconds

java.math.BigInteger getPollFrequencySeconds()
Gets the "poll-frequency-seconds" attribute


xgetPollFrequencySeconds

FsListenerDocument.FsListener.PollFrequencySeconds xgetPollFrequencySeconds()
Gets (as xml) the "poll-frequency-seconds" attribute


isSetPollFrequencySeconds

boolean isSetPollFrequencySeconds()
True if has "poll-frequency-seconds" attribute


setPollFrequencySeconds

void setPollFrequencySeconds(java.math.BigInteger pollFrequencySeconds)
Sets the "poll-frequency-seconds" attribute


xsetPollFrequencySeconds

void xsetPollFrequencySeconds(FsListenerDocument.FsListener.PollFrequencySeconds pollFrequencySeconds)
Sets (as xml) the "poll-frequency-seconds" attribute


unsetPollFrequencySeconds

void unsetPollFrequencySeconds()
Unsets the "poll-frequency-seconds" attribute