org.apache.geronimo.xbeans.j2ee
Interface WebType

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

public interface WebType
extends org.apache.xmlbeans.XmlObject

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


Nested Class Summary
static class WebType.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
 String getContextRoot()
          Gets the "context-root" element
 DeploymentExtensionType[] getDeploymentExtensionArray()
          Gets array of all "deployment-extension" elements
 DeploymentExtensionType getDeploymentExtensionArray(int i)
          Gets ith "deployment-extension" element
 String getWebUri()
          Gets the "web-uri" element
 DeploymentExtensionType insertNewDeploymentExtension(int i)
          Inserts and returns a new empty value (as xml) as the ith "deployment-extension" element
 void removeDeploymentExtension(int i)
          Removes the ith "deployment-extension" element
 void setContextRoot(String contextRoot)
          Sets the "context-root" element
 void setDeploymentExtensionArray(DeploymentExtensionType[] deploymentExtensionArray)
          Sets array of all "deployment-extension" element
 void setDeploymentExtensionArray(int i, DeploymentExtensionType deploymentExtension)
          Sets ith "deployment-extension" element
 void setWebUri(String webUri)
          Sets the "web-uri" element
 int sizeOfDeploymentExtensionArray()
          Returns number of "deployment-extension" element
 String xgetContextRoot()
          Gets (as xml) the "context-root" element
 PathType xgetWebUri()
          Gets (as xml) the "web-uri" element
 void xsetContextRoot(String contextRoot)
          Sets (as xml) the "context-root" element
 void xsetWebUri(PathType webUri)
          Sets (as xml) the "web-uri" 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

getWebUri

public String getWebUri()
Gets the "web-uri" element


xgetWebUri

public PathType xgetWebUri()
Gets (as xml) the "web-uri" element


setWebUri

public void setWebUri(String webUri)
Sets the "web-uri" element


xsetWebUri

public void xsetWebUri(PathType webUri)
Sets (as xml) the "web-uri" element


getContextRoot

public String getContextRoot()
Gets the "context-root" element


xgetContextRoot

public String xgetContextRoot()
Gets (as xml) the "context-root" element


setContextRoot

public void setContextRoot(String contextRoot)
Sets the "context-root" element


xsetContextRoot

public void xsetContextRoot(String contextRoot)
Sets (as xml) the "context-root" 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.