org.apache.geronimo.xbeans.j2ee
Interface DeploymentExtensionType

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

public interface DeploymentExtensionType
extends org.apache.xmlbeans.XmlObject

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

type

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

getExtensionElementArray

public ExtensibleType[] getExtensionElementArray()
Gets array of all "extension-element" elements


getExtensionElementArray

public ExtensibleType getExtensionElementArray(int i)
Gets ith "extension-element" element


sizeOfExtensionElementArray

public int sizeOfExtensionElementArray()
Returns number of "extension-element" element


setExtensionElementArray

public void setExtensionElementArray(ExtensibleType[] extensionElementArray)
Sets array of all "extension-element" element


setExtensionElementArray

public void setExtensionElementArray(int i,
                                     ExtensibleType extensionElement)
Sets ith "extension-element" element


insertNewExtensionElement

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


addNewExtensionElement

public ExtensibleType addNewExtensionElement()
Appends and returns a new empty value (as xml) as the last "extension-element" element


removeExtensionElement

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


getNamespace

public String getNamespace()
Gets the "namespace" attribute


xgetNamespace

public org.apache.xmlbeans.XmlAnyURI xgetNamespace()
Gets (as xml) the "namespace" attribute


setNamespace

public void setNamespace(String namespace)
Sets the "namespace" attribute


xsetNamespace

public void xsetNamespace(org.apache.xmlbeans.XmlAnyURI namespace)
Sets (as xml) the "namespace" attribute


getMustUnderstand

public boolean getMustUnderstand()
Gets the "mustUnderstand" attribute


xgetMustUnderstand

public org.apache.xmlbeans.XmlBoolean xgetMustUnderstand()
Gets (as xml) the "mustUnderstand" attribute


isSetMustUnderstand

public boolean isSetMustUnderstand()
True if has "mustUnderstand" attribute


setMustUnderstand

public void setMustUnderstand(boolean mustUnderstand)
Sets the "mustUnderstand" attribute


xsetMustUnderstand

public void xsetMustUnderstand(org.apache.xmlbeans.XmlBoolean mustUnderstand)
Sets (as xml) the "mustUnderstand" attribute


unsetMustUnderstand

public void unsetMustUnderstand()
Unsets the "mustUnderstand" attribute



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