org.apache.geronimo.xbeans.j2ee
Interface ModuleType

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

public interface ModuleType
extends org.apache.xmlbeans.XmlObject

An XML moduleType(@http://java.sun.com/xml/ns/j2ee). This is a complex type.


Nested Class Summary
static class ModuleType.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
 DeploymentExtensionType addNewDeploymentExtension()
          Appends and returns a new empty value (as xml) as the last "deployment-extension" element
 WebType addNewWeb()
          Appends and returns a new empty "web" element
 String getAltDd()
          Gets the "alt-dd" element
 String getConnector()
          Gets the "connector" element
 DeploymentExtensionType[] getDeploymentExtensionArray()
          Gets array of all "deployment-extension" elements
 DeploymentExtensionType getDeploymentExtensionArray(int i)
          Gets ith "deployment-extension" element
 String getEjb()
          Gets the "ejb" element
 String getJava()
          Gets the "java" element
 WebType getWeb()
          Gets the "web" element
 DeploymentExtensionType insertNewDeploymentExtension(int i)
          Inserts and returns a new empty value (as xml) as the ith "deployment-extension" 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 removeDeploymentExtension(int i)
          Removes the ith "deployment-extension" element
 void setAltDd(String altDd)
          Sets the "alt-dd" element
 void setConnector(String connector)
          Sets the "connector" element
 void setDeploymentExtensionArray(DeploymentExtensionType[] deploymentExtensionArray)
          Sets array of all "deployment-extension" element
 void setDeploymentExtensionArray(int i, DeploymentExtensionType deploymentExtension)
          Sets ith "deployment-extension" element
 void setEjb(String ejb)
          Sets the "ejb" element
 void setJava(String java)
          Sets the "java" element
 void setWeb(WebType web)
          Sets the "web" element
 int sizeOfDeploymentExtensionArray()
          Returns number of "deployment-extension" 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
 PathType xgetAltDd()
          Gets (as xml) the "alt-dd" element
 PathType xgetConnector()
          Gets (as xml) the "connector" element
 PathType xgetEjb()
          Gets (as xml) the "ejb" element
 PathType xgetJava()
          Gets (as xml) the "java" element
 void xsetAltDd(PathType altDd)
          Sets (as xml) the "alt-dd" element
 void xsetConnector(PathType connector)
          Sets (as xml) the "connector" element
 void xsetEjb(PathType ejb)
          Sets (as xml) the "ejb" element
 void xsetJava(PathType java)
          Sets (as xml) the "java" element
 
Methods inherited from interface org.apache.xmlbeans.XmlObject
changeType, compareTo, compareValue, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectPath, selectPath, set, setNil, toString, validate, validate, valueEquals, valueHashCode
 
Methods inherited from interface org.apache.xmlbeans.XmlTokenSource
documentProperties, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, save, save, save, save, save, save, save, save, xmlText, xmlText
 

Field Detail

type

public static final org.apache.xmlbeans.SchemaType type
Method Detail

getConnector

public String getConnector()
Gets the "connector" element


xgetConnector

public PathType xgetConnector()
Gets (as xml) the "connector" element


isSetConnector

public boolean isSetConnector()
True if has "connector" element


setConnector

public void setConnector(String connector)
Sets the "connector" element


xsetConnector

public void xsetConnector(PathType connector)
Sets (as xml) the "connector" element


unsetConnector

public void unsetConnector()
Unsets the "connector" element


getEjb

public String getEjb()
Gets the "ejb" element


xgetEjb

public PathType xgetEjb()
Gets (as xml) the "ejb" element


isSetEjb

public boolean isSetEjb()
True if has "ejb" element


setEjb

public void setEjb(String ejb)
Sets the "ejb" element


xsetEjb

public void xsetEjb(PathType ejb)
Sets (as xml) the "ejb" element


unsetEjb

public void unsetEjb()
Unsets the "ejb" element


getJava

public String getJava()
Gets the "java" element


xgetJava

public PathType xgetJava()
Gets (as xml) the "java" element


isSetJava

public boolean isSetJava()
True if has "java" element


setJava

public void setJava(String java)
Sets the "java" element


xsetJava

public void xsetJava(PathType java)
Sets (as xml) the "java" element


unsetJava

public void unsetJava()
Unsets the "java" element


getWeb

public WebType getWeb()
Gets the "web" element


isSetWeb

public boolean isSetWeb()
True if has "web" element


setWeb

public void setWeb(WebType web)
Sets the "web" element


addNewWeb

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


unsetWeb

public void unsetWeb()
Unsets the "web" element


getAltDd

public String getAltDd()
Gets the "alt-dd" element


xgetAltDd

public PathType xgetAltDd()
Gets (as xml) the "alt-dd" element


isSetAltDd

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


setAltDd

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


xsetAltDd

public void xsetAltDd(PathType altDd)
Sets (as xml) the "alt-dd" element


unsetAltDd

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


getDeploymentExtensionArray

public DeploymentExtensionType[] getDeploymentExtensionArray()
Gets array of all "deployment-extension" elements


getDeploymentExtensionArray

public DeploymentExtensionType getDeploymentExtensionArray(int i)
Gets ith "deployment-extension" element


sizeOfDeploymentExtensionArray

public int sizeOfDeploymentExtensionArray()
Returns number of "deployment-extension" element


setDeploymentExtensionArray

public void setDeploymentExtensionArray(DeploymentExtensionType[] deploymentExtensionArray)
Sets array of all "deployment-extension" element


setDeploymentExtensionArray

public void setDeploymentExtensionArray(int i,
                                        DeploymentExtensionType deploymentExtension)
Sets ith "deployment-extension" element


insertNewDeploymentExtension

public DeploymentExtensionType insertNewDeploymentExtension(int i)
Inserts and returns a new empty value (as xml) as the ith "deployment-extension" element


addNewDeploymentExtension

public DeploymentExtensionType addNewDeploymentExtension()
Appends and returns a new empty value (as xml) as the last "deployment-extension" element


removeDeploymentExtension

public void removeDeploymentExtension(int i)
Removes the ith "deployment-extension" element



Copyright © 2003-2005 Apache Software Foundation. All Rights Reserved.