org.apache.geronimo.xbeans.geronimo.j2ee
Interface GerExtModuleType

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

public interface GerExtModuleType
extends org.apache.xmlbeans.XmlObject

An XML ext-moduleType(@http://geronimo.apache.org/xml/ns/j2ee/application-2.0). This is a complex type.


Nested Class Summary
static class GerExtModuleType.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
 GerPathType addNewConnector()
          Appends and returns a new empty "connector" element
 GerPathType addNewEjb()
          Appends and returns a new empty "ejb" element
 PatternType addNewExternalPath()
          Appends and returns a new empty "external-path" element
 GerPathType addNewJava()
          Appends and returns a new empty "java" element
 GerPathType addNewWeb()
          Appends and returns a new empty "web" element
 GerPathType getConnector()
          Gets the "connector" element
 GerPathType getEjb()
          Gets the "ejb" element
 PatternType getExternalPath()
          Gets the "external-path" element
 String getInternalPath()
          Gets the "internal-path" element
 GerPathType getJava()
          Gets the "java" element
 GerPathType getWeb()
          Gets the "web" element
 boolean isSetConnector()
          True if has "connector" element
 boolean isSetEjb()
          True if has "ejb" element
 boolean isSetExternalPath()
          True if has "external-path" element
 boolean isSetInternalPath()
          True if has "internal-path" element
 boolean isSetJava()
          True if has "java" element
 boolean isSetWeb()
          True if has "web" element
 void setConnector(GerPathType connector)
          Sets the "connector" element
 void setEjb(GerPathType ejb)
          Sets the "ejb" element
 void setExternalPath(PatternType externalPath)
          Sets the "external-path" element
 void setInternalPath(String internalPath)
          Sets the "internal-path" element
 void setJava(GerPathType java)
          Sets the "java" element
 void setWeb(GerPathType web)
          Sets the "web" element
 void unsetConnector()
          Unsets the "connector" element
 void unsetEjb()
          Unsets the "ejb" element
 void unsetExternalPath()
          Unsets the "external-path" element
 void unsetInternalPath()
          Unsets the "internal-path" element
 void unsetJava()
          Unsets the "java" element
 void unsetWeb()
          Unsets the "web" element
 org.apache.xmlbeans.XmlToken xgetInternalPath()
          Gets (as xml) the "internal-path" element
 void xsetInternalPath(org.apache.xmlbeans.XmlToken internalPath)
          Sets (as xml) the "internal-path" 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

getConnector

GerPathType getConnector()
Gets the "connector" element


isSetConnector

boolean isSetConnector()
True if has "connector" element


setConnector

void setConnector(GerPathType connector)
Sets the "connector" element


addNewConnector

GerPathType addNewConnector()
Appends and returns a new empty "connector" element


unsetConnector

void unsetConnector()
Unsets the "connector" element


getEjb

GerPathType getEjb()
Gets the "ejb" element


isSetEjb

boolean isSetEjb()
True if has "ejb" element


setEjb

void setEjb(GerPathType ejb)
Sets the "ejb" element


addNewEjb

GerPathType addNewEjb()
Appends and returns a new empty "ejb" element


unsetEjb

void unsetEjb()
Unsets the "ejb" element


getJava

GerPathType getJava()
Gets the "java" element


isSetJava

boolean isSetJava()
True if has "java" element


setJava

void setJava(GerPathType java)
Sets the "java" element


addNewJava

GerPathType addNewJava()
Appends and returns a new empty "java" element


unsetJava

void unsetJava()
Unsets the "java" element


getWeb

GerPathType getWeb()
Gets the "web" element


isSetWeb

boolean isSetWeb()
True if has "web" element


setWeb

void setWeb(GerPathType web)
Sets the "web" element


addNewWeb

GerPathType addNewWeb()
Appends and returns a new empty "web" element


unsetWeb

void unsetWeb()
Unsets the "web" element


getInternalPath

String getInternalPath()
Gets the "internal-path" element


xgetInternalPath

org.apache.xmlbeans.XmlToken xgetInternalPath()
Gets (as xml) the "internal-path" element


isSetInternalPath

boolean isSetInternalPath()
True if has "internal-path" element


setInternalPath

void setInternalPath(String internalPath)
Sets the "internal-path" element


xsetInternalPath

void xsetInternalPath(org.apache.xmlbeans.XmlToken internalPath)
Sets (as xml) the "internal-path" element


unsetInternalPath

void unsetInternalPath()
Unsets the "internal-path" element


getExternalPath

PatternType getExternalPath()
Gets the "external-path" element


isSetExternalPath

boolean isSetExternalPath()
True if has "external-path" element


setExternalPath

void setExternalPath(PatternType externalPath)
Sets the "external-path" element


addNewExternalPath

PatternType addNewExternalPath()
Appends and returns a new empty "external-path" element


unsetExternalPath

void unsetExternalPath()
Unsets the "external-path" element



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