org.jboss.soa.esb.listeners.config
Interface JmsMessageFilterDocument.JmsMessageFilter

All Superinterfaces:
org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource
All Known Implementing Classes:
JmsMessageFilterDocumentImpl.JmsMessageFilterImpl
Enclosing interface:
JmsMessageFilterDocument

public static interface JmsMessageFilterDocument.JmsMessageFilter
extends org.apache.xmlbeans.XmlObject

An XML jms-message-filter(@http://anonsvn.labs.jboss.com/labs/jbossesb/trunk/product/etc/schemas/xml/jbossesb-1.0.xsd). This is a complex type.


Nested Class Summary
static interface JmsMessageFilterDocument.JmsMessageFilter.DestType
          An XML dest-type(@).
static class JmsMessageFilterDocument.JmsMessageFilter.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 getDestName()
          Gets the "dest-name" attribute
 JmsMessageFilterDocument.JmsMessageFilter.DestType.Enum getDestType()
          Gets the "dest-type" attribute
 java.lang.String getSelector()
          Gets the "selector" attribute
 boolean isSetSelector()
          True if has "selector" attribute
 void setDestName(java.lang.String destName)
          Sets the "dest-name" attribute
 void setDestType(JmsMessageFilterDocument.JmsMessageFilter.DestType.Enum destType)
          Sets the "dest-type" attribute
 void setSelector(java.lang.String selector)
          Sets the "selector" attribute
 void unsetSelector()
          Unsets the "selector" attribute
 org.apache.xmlbeans.XmlString xgetDestName()
          Gets (as xml) the "dest-name" attribute
 JmsMessageFilterDocument.JmsMessageFilter.DestType xgetDestType()
          Gets (as xml) the "dest-type" attribute
 org.apache.xmlbeans.XmlString xgetSelector()
          Gets (as xml) the "selector" attribute
 void xsetDestName(org.apache.xmlbeans.XmlString destName)
          Sets (as xml) the "dest-name" attribute
 void xsetDestType(JmsMessageFilterDocument.JmsMessageFilter.DestType destType)
          Sets (as xml) the "dest-type" attribute
 void xsetSelector(org.apache.xmlbeans.XmlString selector)
          Sets (as xml) the "selector" attribute
 
Methods inherited from interface org.apache.xmlbeans.XmlObject
changeType, compareTo, compareValue, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectPath, selectPath, set, setNil, toString, validate, validate, valueEquals, valueHashCode
 
Methods inherited from interface org.apache.xmlbeans.XmlTokenSource
documentProperties, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, save, save, save, save, save, save, save, save, xmlText, xmlText
 

Field Detail

type

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

getDestName

java.lang.String getDestName()
Gets the "dest-name" attribute


xgetDestName

org.apache.xmlbeans.XmlString xgetDestName()
Gets (as xml) the "dest-name" attribute


setDestName

void setDestName(java.lang.String destName)
Sets the "dest-name" attribute


xsetDestName

void xsetDestName(org.apache.xmlbeans.XmlString destName)
Sets (as xml) the "dest-name" attribute


getDestType

JmsMessageFilterDocument.JmsMessageFilter.DestType.Enum getDestType()
Gets the "dest-type" attribute


xgetDestType

JmsMessageFilterDocument.JmsMessageFilter.DestType xgetDestType()
Gets (as xml) the "dest-type" attribute


setDestType

void setDestType(JmsMessageFilterDocument.JmsMessageFilter.DestType.Enum destType)
Sets the "dest-type" attribute


xsetDestType

void xsetDestType(JmsMessageFilterDocument.JmsMessageFilter.DestType destType)
Sets (as xml) the "dest-type" attribute


getSelector

java.lang.String getSelector()
Gets the "selector" attribute


xgetSelector

org.apache.xmlbeans.XmlString xgetSelector()
Gets (as xml) the "selector" attribute


isSetSelector

boolean isSetSelector()
True if has "selector" attribute


setSelector

void setSelector(java.lang.String selector)
Sets the "selector" attribute


xsetSelector

void xsetSelector(org.apache.xmlbeans.XmlString selector)
Sets (as xml) the "selector" attribute


unsetSelector

void unsetSelector()
Unsets the "selector" attribute