org.apache.geronimo.xbeans.geronimo.naming
Interface GerEjbLocalRefType

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

public interface GerEjbLocalRefType
extends org.apache.xmlbeans.XmlObject

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


Nested Class Summary
static class GerEjbLocalRefType.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 getEjbLink()
          Gets the "ejb-link" element
 GerPatternType getPattern()
          Gets the "pattern" element
 String getRefName()
          Gets the "ref-name" element
 boolean isSetEjbLink()
          True if has "ejb-link" element
 boolean isSetPattern()
          True if has "pattern" element
 void setEjbLink(String ejbLink)
          Sets the "ejb-link" element
 void setPattern(GerPatternType pattern)
          Sets the "pattern" element
 void setRefName(String refName)
          Sets the "ref-name" element
 void unsetEjbLink()
          Unsets the "ejb-link" element
 void unsetPattern()
          Unsets the "pattern" element
 org.apache.xmlbeans.XmlString xgetEjbLink()
          Gets (as xml) the "ejb-link" element
 org.apache.xmlbeans.XmlString xgetRefName()
          Gets (as xml) the "ref-name" element
 void xsetEjbLink(org.apache.xmlbeans.XmlString ejbLink)
          Sets (as xml) the "ejb-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


getEjbLink

String getEjbLink()
Gets the "ejb-link" element


xgetEjbLink

org.apache.xmlbeans.XmlString xgetEjbLink()
Gets (as xml) the "ejb-link" element


isSetEjbLink

boolean isSetEjbLink()
True if has "ejb-link" element


setEjbLink

void setEjbLink(String ejbLink)
Sets the "ejb-link" element


xsetEjbLink

void xsetEjbLink(org.apache.xmlbeans.XmlString ejbLink)
Sets (as xml) the "ejb-link" element


unsetEjbLink

void unsetEjbLink()
Unsets the "ejb-link" element



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