org.apache.geronimo.xbeans.geronimo.naming
Interface GerMessageDestinationType

All Superinterfaces:
org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource
All Known Implementing Classes:
GerMessageDestinationTypeImpl

public interface GerMessageDestinationType
extends org.apache.xmlbeans.XmlObject

An XML message-destinationType(@http://geronimo.apache.org/xml/ns/naming-1.2). This is a complex type.


Nested Class Summary
static class GerMessageDestinationType.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
 GerPatternType addNewPattern()
          Appends and returns a new empty "pattern" element
 String getAdminObjectLink()
          Gets the "admin-object-link" element
 String getAdminObjectModule()
          Gets the "admin-object-module" element
 String getMessageDestinationName()
          Gets the "message-destination-name" element
 GerPatternType getPattern()
          Gets the "pattern" element
 boolean isSetAdminObjectLink()
          True if has "admin-object-link" element
 boolean isSetAdminObjectModule()
          True if has "admin-object-module" element
 boolean isSetPattern()
          True if has "pattern" element
 void setAdminObjectLink(String adminObjectLink)
          Sets the "admin-object-link" element
 void setAdminObjectModule(String adminObjectModule)
          Sets the "admin-object-module" element
 void setMessageDestinationName(String messageDestinationName)
          Sets the "message-destination-name" element
 void setPattern(GerPatternType pattern)
          Sets the "pattern" element
 void unsetAdminObjectLink()
          Unsets the "admin-object-link" element
 void unsetAdminObjectModule()
          Unsets the "admin-object-module" element
 void unsetPattern()
          Unsets the "pattern" element
 org.apache.xmlbeans.XmlString xgetAdminObjectLink()
          Gets (as xml) the "admin-object-link" element
 org.apache.xmlbeans.XmlString xgetAdminObjectModule()
          Gets (as xml) the "admin-object-module" element
 org.apache.xmlbeans.XmlString xgetMessageDestinationName()
          Gets (as xml) the "message-destination-name" element
 void xsetAdminObjectLink(org.apache.xmlbeans.XmlString adminObjectLink)
          Sets (as xml) the "admin-object-link" element
 void xsetAdminObjectModule(org.apache.xmlbeans.XmlString adminObjectModule)
          Sets (as xml) the "admin-object-module" element
 void xsetMessageDestinationName(org.apache.xmlbeans.XmlString messageDestinationName)
          Sets (as xml) the "message-destination-name" element
 
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

getMessageDestinationName

String getMessageDestinationName()
Gets the "message-destination-name" element


xgetMessageDestinationName

org.apache.xmlbeans.XmlString xgetMessageDestinationName()
Gets (as xml) the "message-destination-name" element


setMessageDestinationName

void setMessageDestinationName(String messageDestinationName)
Sets the "message-destination-name" element


xsetMessageDestinationName

void xsetMessageDestinationName(org.apache.xmlbeans.XmlString messageDestinationName)
Sets (as xml) the "message-destination-name" element


getPattern

GerPatternType getPattern()
Gets the "pattern" element


isSetPattern

boolean isSetPattern()
True if has "pattern" element


setPattern

void setPattern(GerPatternType pattern)
Sets the "pattern" element


addNewPattern

GerPatternType addNewPattern()
Appends and returns a new empty "pattern" element


unsetPattern

void unsetPattern()
Unsets the "pattern" element


getAdminObjectModule

String getAdminObjectModule()
Gets the "admin-object-module" element


xgetAdminObjectModule

org.apache.xmlbeans.XmlString xgetAdminObjectModule()
Gets (as xml) the "admin-object-module" element


isSetAdminObjectModule

boolean isSetAdminObjectModule()
True if has "admin-object-module" element


setAdminObjectModule

void setAdminObjectModule(String adminObjectModule)
Sets the "admin-object-module" element


xsetAdminObjectModule

void xsetAdminObjectModule(org.apache.xmlbeans.XmlString adminObjectModule)
Sets (as xml) the "admin-object-module" element


unsetAdminObjectModule

void unsetAdminObjectModule()
Unsets the "admin-object-module" element


getAdminObjectLink

String getAdminObjectLink()
Gets the "admin-object-link" element


xgetAdminObjectLink

org.apache.xmlbeans.XmlString xgetAdminObjectLink()
Gets (as xml) the "admin-object-link" element


isSetAdminObjectLink

boolean isSetAdminObjectLink()
True if has "admin-object-link" element


setAdminObjectLink

void setAdminObjectLink(String adminObjectLink)
Sets the "admin-object-link" element


xsetAdminObjectLink

void xsetAdminObjectLink(org.apache.xmlbeans.XmlString adminObjectLink)
Sets (as xml) the "admin-object-link" element


unsetAdminObjectLink

void unsetAdminObjectLink()
Unsets the "admin-object-link" element



Copyright © 2003-2008 The Apache Geronimo development community. All Rights Reserved.