org.apache.geronimo.xbeans.j2ee
Interface JspConfigType

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

public interface JspConfigType
extends org.apache.xmlbeans.XmlObject

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


Nested Class Summary
static class JspConfigType.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
 JspPropertyGroupType addNewJspPropertyGroup()
          Appends and returns a new empty value (as xml) as the last "jsp-property-group" element
 TaglibType addNewTaglib()
          Appends and returns a new empty value (as xml) as the last "taglib" element
 JspPropertyGroupType[] getJspPropertyGroupArray()
          Gets array of all "jsp-property-group" elements
 JspPropertyGroupType getJspPropertyGroupArray(int i)
          Gets ith "jsp-property-group" element
 TaglibType[] getTaglibArray()
          Gets array of all "taglib" elements
 TaglibType getTaglibArray(int i)
          Gets ith "taglib" element
 JspPropertyGroupType insertNewJspPropertyGroup(int i)
          Inserts and returns a new empty value (as xml) as the ith "jsp-property-group" element
 TaglibType insertNewTaglib(int i)
          Inserts and returns a new empty value (as xml) as the ith "taglib" element
 void removeJspPropertyGroup(int i)
          Removes the ith "jsp-property-group" element
 void removeTaglib(int i)
          Removes the ith "taglib" element
 void setJspPropertyGroupArray(int i, JspPropertyGroupType jspPropertyGroup)
          Sets ith "jsp-property-group" element
 void setJspPropertyGroupArray(JspPropertyGroupType[] jspPropertyGroupArray)
          Sets array of all "jsp-property-group" element
 void setTaglibArray(int i, TaglibType taglib)
          Sets ith "taglib" element
 void setTaglibArray(TaglibType[] taglibArray)
          Sets array of all "taglib" element
 int sizeOfJspPropertyGroupArray()
          Returns number of "jsp-property-group" element
 int sizeOfTaglibArray()
          Returns number of "taglib" 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

getTaglibArray

public TaglibType[] getTaglibArray()
Gets array of all "taglib" elements


getTaglibArray

public TaglibType getTaglibArray(int i)
Gets ith "taglib" element


sizeOfTaglibArray

public int sizeOfTaglibArray()
Returns number of "taglib" element


setTaglibArray

public void setTaglibArray(TaglibType[] taglibArray)
Sets array of all "taglib" element


setTaglibArray

public void setTaglibArray(int i,
                           TaglibType taglib)
Sets ith "taglib" element


insertNewTaglib

public TaglibType insertNewTaglib(int i)
Inserts and returns a new empty value (as xml) as the ith "taglib" element


addNewTaglib

public TaglibType addNewTaglib()
Appends and returns a new empty value (as xml) as the last "taglib" element


removeTaglib

public void removeTaglib(int i)
Removes the ith "taglib" element


getJspPropertyGroupArray

public JspPropertyGroupType[] getJspPropertyGroupArray()
Gets array of all "jsp-property-group" elements


getJspPropertyGroupArray

public JspPropertyGroupType getJspPropertyGroupArray(int i)
Gets ith "jsp-property-group" element


sizeOfJspPropertyGroupArray

public int sizeOfJspPropertyGroupArray()
Returns number of "jsp-property-group" element


setJspPropertyGroupArray

public void setJspPropertyGroupArray(JspPropertyGroupType[] jspPropertyGroupArray)
Sets array of all "jsp-property-group" element


setJspPropertyGroupArray

public void setJspPropertyGroupArray(int i,
                                     JspPropertyGroupType jspPropertyGroup)
Sets ith "jsp-property-group" element


insertNewJspPropertyGroup

public JspPropertyGroupType insertNewJspPropertyGroup(int i)
Inserts and returns a new empty value (as xml) as the ith "jsp-property-group" element


addNewJspPropertyGroup

public JspPropertyGroupType addNewJspPropertyGroup()
Appends and returns a new empty value (as xml) as the last "jsp-property-group" element


removeJspPropertyGroup

public void removeJspPropertyGroup(int i)
Removes the ith "jsp-property-group" element



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