|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
public static final org.apache.xmlbeans.SchemaType type
Method Detail |
public String getConnector()
public PathType xgetConnector()
public boolean isSetConnector()
public void setConnector(String connector)
public void xsetConnector(PathType connector)
public void unsetConnector()
public String getEjb()
public PathType xgetEjb()
public boolean isSetEjb()
public void setEjb(String ejb)
public void xsetEjb(PathType ejb)
public void unsetEjb()
public String getJava()
public PathType xgetJava()
public boolean isSetJava()
public void setJava(String java)
public void xsetJava(PathType java)
public void unsetJava()
public WebType getWeb()
public boolean isSetWeb()
public void setWeb(WebType web)
public WebType addNewWeb()
public void unsetWeb()
public String getAltDd()
public PathType xgetAltDd()
public boolean isSetAltDd()
public void setAltDd(String altDd)
public void xsetAltDd(PathType altDd)
public void unsetAltDd()
public DeploymentExtensionType[] getDeploymentExtensionArray()
public DeploymentExtensionType getDeploymentExtensionArray(int i)
public int sizeOfDeploymentExtensionArray()
public void setDeploymentExtensionArray(DeploymentExtensionType[] deploymentExtensionArray)
public void setDeploymentExtensionArray(int i, DeploymentExtensionType deploymentExtension)
public DeploymentExtensionType insertNewDeploymentExtension(int i)
public DeploymentExtensionType addNewDeploymentExtension()
public void removeDeploymentExtension(int i)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |