org.apache.geronimo.xbeans.geronimo.j2ee
Interface GerModuleType

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

public interface GerModuleType
extends org.apache.xmlbeans.XmlObject

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


Nested Class Summary
static class GerModuleType.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 addNewAltDd()
          Appends and returns a new empty "alt-dd" element
 GerPathType addNewConnector()
          Appends and returns a new empty "connector" element
 GerPathType addNewEjb()
          Appends and returns a new empty "ejb" element
 GerPathType addNewJava()
          Appends and returns a new empty "java" element
 GerPathType addNewWeb()
          Appends and returns a new empty "web" element
 GerPathType getAltDd()
          Gets the "alt-dd" element
 GerPathType getConnector()
          Gets the "connector" element
 GerPathType getEjb()
          Gets the "ejb" element
 GerPathType getJava()
          Gets the "java" element
 GerPathType getWeb()
          Gets the "web" element
 boolean isSetAltDd()
          True if has "alt-dd" element
 boolean isSetConnector()
          True if has "connector" element
 boolean isSetEjb()
          True if has "ejb" element
 boolean isSetJava()
          True if has "java" element
 boolean isSetWeb()
          True if has "web" element
 void setAltDd(GerPathType altDd)
          Sets the "alt-dd" element
 void setConnector(GerPathType connector)
          Sets the "connector" element
 void setEjb(GerPathType ejb)
          Sets the "ejb" element
 void setJava(GerPathType java)
          Sets the "java" element
 void setWeb(GerPathType web)
          Sets the "web" element
 void unsetAltDd()
          Unsets the "alt-dd" element
 void unsetConnector()
          Unsets the "connector" element
 void unsetEjb()
          Unsets the "ejb" element
 void unsetJava()
          Unsets the "java" element
 void unsetWeb()
          Unsets the "web" 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


getAltDd

GerPathType getAltDd()
Gets the "alt-dd" element


isSetAltDd

boolean isSetAltDd()
True if has "alt-dd" element


setAltDd

void setAltDd(GerPathType altDd)
Sets the "alt-dd" element


addNewAltDd

GerPathType addNewAltDd()
Appends and returns a new empty "alt-dd" element


unsetAltDd

void unsetAltDd()
Unsets the "alt-dd" element



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