org.jboss.soa.esb.listeners.config.xbeanmodel
Interface GroovyListenerDocument.GroovyListener

All Superinterfaces:
Listener, org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource
All Known Implementing Classes:
GroovyListenerDocumentImpl.GroovyListenerImpl
Enclosing interface:
GroovyListenerDocument

public static interface GroovyListenerDocument.GroovyListener
extends Listener

An XML groovy-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 GroovyListenerDocument.GroovyListener.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
 java.lang.String getScript()
          Gets the "script" attribute
 void setScript(java.lang.String script)
          Sets the "script" attribute
 org.apache.xmlbeans.XmlString xgetScript()
          Gets (as xml) the "script" attribute
 void xsetScript(org.apache.xmlbeans.XmlString script)
          Sets (as xml) the "script" attribute
 
Methods inherited from interface org.jboss.soa.esb.listeners.config.xbeanmodel.Listener
addNewProperty, getBusidref, getIsGateway, getMaxThreads, getName, getPropertyArray, getPropertyArray, getPropertyList, insertNewProperty, isSetBusidref, isSetIsGateway, isSetMaxThreads, removeProperty, setBusidref, setIsGateway, setMaxThreads, setName, setPropertyArray, setPropertyArray, sizeOfPropertyArray, unsetBusidref, unsetIsGateway, unsetMaxThreads, 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

getScript

java.lang.String getScript()
Gets the "script" attribute


xgetScript

org.apache.xmlbeans.XmlString xgetScript()
Gets (as xml) the "script" attribute


setScript

void setScript(java.lang.String script)
Sets the "script" attribute


xsetScript

void xsetScript(org.apache.xmlbeans.XmlString script)
Sets (as xml) the "script" attribute