org.apache.geronimo.xbeans.geronimo.naming
Interface GerGbeanLocatorType

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

public interface GerGbeanLocatorType
extends org.apache.xmlbeans.XmlObject

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


Nested Class Summary
static class GerGbeanLocatorType.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 getGbeanLink()
          Gets the "gbean-link" element
 GerPatternType getPattern()
          Gets the "pattern" element
 boolean isSetGbeanLink()
          True if has "gbean-link" element
 boolean isSetPattern()
          True if has "pattern" element
 void setGbeanLink(String gbeanLink)
          Sets the "gbean-link" element
 void setPattern(GerPatternType pattern)
          Sets the "pattern" element
 void unsetGbeanLink()
          Unsets the "gbean-link" element
 void unsetPattern()
          Unsets the "pattern" element
 org.apache.xmlbeans.XmlString xgetGbeanLink()
          Gets (as xml) the "gbean-link" element
 void xsetGbeanLink(org.apache.xmlbeans.XmlString gbeanLink)
          Sets (as xml) the "gbean-link" 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

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


getGbeanLink

String getGbeanLink()
Gets the "gbean-link" element


xgetGbeanLink

org.apache.xmlbeans.XmlString xgetGbeanLink()
Gets (as xml) the "gbean-link" element


isSetGbeanLink

boolean isSetGbeanLink()
True if has "gbean-link" element


setGbeanLink

void setGbeanLink(String gbeanLink)
Sets the "gbean-link" element


xsetGbeanLink

void xsetGbeanLink(org.apache.xmlbeans.XmlString gbeanLink)
Sets (as xml) the "gbean-link" element


unsetGbeanLink

void unsetGbeanLink()
Unsets the "gbean-link" element



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