|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
An XML deployment-extensionType(@http://java.sun.com/xml/ns/j2ee). This is a complex type.
Nested Class Summary | |
static class |
DeploymentExtensionType.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 | |
ExtensibleType |
addNewExtensionElement()
Appends and returns a new empty value (as xml) as the last "extension-element" element |
ExtensibleType[] |
getExtensionElementArray()
Gets array of all "extension-element" elements |
ExtensibleType |
getExtensionElementArray(int i)
Gets ith "extension-element" element |
boolean |
getMustUnderstand()
Gets the "mustUnderstand" attribute |
String |
getNamespace()
Gets the "namespace" attribute |
ExtensibleType |
insertNewExtensionElement(int i)
Inserts and returns a new empty value (as xml) as the ith "extension-element" element |
boolean |
isSetMustUnderstand()
True if has "mustUnderstand" attribute |
void |
removeExtensionElement(int i)
Removes the ith "extension-element" element |
void |
setExtensionElementArray(ExtensibleType[] extensionElementArray)
Sets array of all "extension-element" element |
void |
setExtensionElementArray(int i,
ExtensibleType extensionElement)
Sets ith "extension-element" element |
void |
setMustUnderstand(boolean mustUnderstand)
Sets the "mustUnderstand" attribute |
void |
setNamespace(String namespace)
Sets the "namespace" attribute |
int |
sizeOfExtensionElementArray()
Returns number of "extension-element" element |
void |
unsetMustUnderstand()
Unsets the "mustUnderstand" attribute |
org.apache.xmlbeans.XmlBoolean |
xgetMustUnderstand()
Gets (as xml) the "mustUnderstand" attribute |
org.apache.xmlbeans.XmlAnyURI |
xgetNamespace()
Gets (as xml) the "namespace" attribute |
void |
xsetMustUnderstand(org.apache.xmlbeans.XmlBoolean mustUnderstand)
Sets (as xml) the "mustUnderstand" attribute |
void |
xsetNamespace(org.apache.xmlbeans.XmlAnyURI namespace)
Sets (as xml) the "namespace" attribute |
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 ExtensibleType[] getExtensionElementArray()
public ExtensibleType getExtensionElementArray(int i)
public int sizeOfExtensionElementArray()
public void setExtensionElementArray(ExtensibleType[] extensionElementArray)
public void setExtensionElementArray(int i, ExtensibleType extensionElement)
public ExtensibleType insertNewExtensionElement(int i)
public ExtensibleType addNewExtensionElement()
public void removeExtensionElement(int i)
public String getNamespace()
public org.apache.xmlbeans.XmlAnyURI xgetNamespace()
public void setNamespace(String namespace)
public void xsetNamespace(org.apache.xmlbeans.XmlAnyURI namespace)
public boolean getMustUnderstand()
public org.apache.xmlbeans.XmlBoolean xgetMustUnderstand()
public boolean isSetMustUnderstand()
public void setMustUnderstand(boolean mustUnderstand)
public void xsetMustUnderstand(org.apache.xmlbeans.XmlBoolean mustUnderstand)
public void unsetMustUnderstand()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |