org.apache.geronimo.xbeans.geronimo.naming
Interface GerResourceEnvRefType

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

public interface GerResourceEnvRefType
extends org.apache.xmlbeans.XmlObject

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


Nested Class Summary
static class GerResourceEnvRefType.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 getMessageDestinationLink()
          Gets the "message-destination-link" element
 GerPatternType getPattern()
          Gets the "pattern" element
 String getRefName()
          Gets the "ref-name" element
 boolean isSetAdminObjectLink()
          True if has "admin-object-link" element
 boolean isSetAdminObjectModule()
          True if has "admin-object-module" element
 boolean isSetMessageDestinationLink()
          True if has "message-destination-link" 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 setMessageDestinationLink(String messageDestinationLink)
          Sets the "message-destination-link" element
 void setPattern(GerPatternType pattern)
          Sets the "pattern" element
 void setRefName(String refName)
          Sets the "ref-name" element
 void unsetAdminObjectLink()
          Unsets the "admin-object-link" element
 void unsetAdminObjectModule()
          Unsets the "admin-object-module" element
 void unsetMessageDestinationLink()
          Unsets the "message-destination-link" 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 xgetMessageDestinationLink()
          Gets (as xml) the "message-destination-link" element
 org.apache.xmlbeans.XmlString xgetRefName()
          Gets (as xml) the "ref-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 xsetMessageDestinationLink(org.apache.xmlbeans.XmlString messageDestinationLink)
          Sets (as xml) the "message-destination-link" element
 void xsetRefName(org.apache.xmlbeans.XmlString refName)
          Sets (as xml) the "ref-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

getRefName

String getRefName()
Gets the "ref-name" element


xgetRefName

org.apache.xmlbeans.XmlString xgetRefName()
Gets (as xml) the "ref-name" element


setRefName

void setRefName(String refName)
Sets the "ref-name" element


xsetRefName

void xsetRefName(org.apache.xmlbeans.XmlString refName)
Sets (as xml) the "ref-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


getMessageDestinationLink

String getMessageDestinationLink()
Gets the "message-destination-link" element


xgetMessageDestinationLink

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


isSetMessageDestinationLink

boolean isSetMessageDestinationLink()
True if has "message-destination-link" element


setMessageDestinationLink

void setMessageDestinationLink(String messageDestinationLink)
Sets the "message-destination-link" element


xsetMessageDestinationLink

void xsetMessageDestinationLink(org.apache.xmlbeans.XmlString messageDestinationLink)
Sets (as xml) the "message-destination-link" element


unsetMessageDestinationLink

void unsetMessageDestinationLink()
Unsets the "message-destination-link" 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.