org.apache.geronimo.xbeans.j2ee.impl
Class JspPropertyGroupTypeImpl

java.lang.Object
  extended byorg.apache.xmlbeans.impl.values.XmlObjectBase
      extended byorg.apache.xmlbeans.impl.values.XmlComplexContentImpl
          extended byorg.apache.geronimo.xbeans.j2ee.impl.JspPropertyGroupTypeImpl
All Implemented Interfaces:
JspPropertyGroupType, Serializable, org.apache.xmlbeans.SimpleValue, org.apache.xmlbeans.impl.values.TypeStoreUser, org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource

public class JspPropertyGroupTypeImpl
extends org.apache.xmlbeans.impl.values.XmlComplexContentImpl
implements JspPropertyGroupType

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

See Also:
Serialized Form

Nested Class Summary
 
Nested classes inherited from class org.apache.geronimo.xbeans.j2ee.JspPropertyGroupType
JspPropertyGroupType.Factory
 
Field Summary
 
Fields inherited from class org.apache.xmlbeans.impl.values.XmlObjectBase
_voorVc, MAJOR_VERSION_NUMBER, MINOR_VERSION_NUMBER
 
Fields inherited from interface org.apache.geronimo.xbeans.j2ee.JspPropertyGroupType
type
 
Fields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
 
Constructor Summary
JspPropertyGroupTypeImpl(org.apache.xmlbeans.SchemaType sType)
           
 
Method Summary
 void addIncludeCoda(String includeCoda)
          Appends the value as the last "include-coda" element
 void addIncludePrelude(String includePrelude)
          Appends the value as the last "include-prelude" element
 DescriptionType addNewDescription()
          Appends and returns a new empty value (as xml) as the last "description" element
 DisplayNameType addNewDisplayName()
          Appends and returns a new empty value (as xml) as the last "display-name" element
 void addUrlPattern(String urlPattern)
          Appends the value as the last "url-pattern" element
 DescriptionType[] getDescriptionArray()
          Gets array of all "description" elements
 DescriptionType getDescriptionArray(int i)
          Gets ith "description" element
 DisplayNameType[] getDisplayNameArray()
          Gets array of all "display-name" elements
 DisplayNameType getDisplayNameArray(int i)
          Gets ith "display-name" element
 boolean getElEnabled()
          Gets the "el-enabled" element
 String[] getIncludeCodaArray()
          Gets array of all "include-coda" elements
 String getIncludeCodaArray(int i)
          Gets ith "include-coda" element
 String[] getIncludePreludeArray()
          Gets array of all "include-prelude" elements
 String getIncludePreludeArray(int i)
          Gets ith "include-prelude" element
 boolean getIsXml()
          Gets the "is-xml" element
 String getPageEncoding()
          Gets the "page-encoding" element
 boolean getScriptingEnabled()
          Gets the "scripting-enabled" element
 String[] getUrlPatternArray()
          Gets array of all "url-pattern" elements
 String getUrlPatternArray(int i)
          Gets ith "url-pattern" element
 void insertIncludeCoda(int i, String includeCoda)
          Inserts the value as the ith "include-coda" element
 void insertIncludePrelude(int i, String includePrelude)
          Inserts the value as the ith "include-prelude" element
 DescriptionType insertNewDescription(int i)
          Inserts and returns a new empty value (as xml) as the ith "description" element
 DisplayNameType insertNewDisplayName(int i)
          Inserts and returns a new empty value (as xml) as the ith "display-name" element
 void insertUrlPattern(int i, String urlPattern)
          Inserts the value as the ith "url-pattern" element
 boolean isSetElEnabled()
          True if has "el-enabled" element
 boolean isSetIsXml()
          True if has "is-xml" element
 boolean isSetPageEncoding()
          True if has "page-encoding" element
 boolean isSetScriptingEnabled()
          True if has "scripting-enabled" element
 void removeDescription(int i)
          Removes the ith "description" element
 void removeDisplayName(int i)
          Removes the ith "display-name" element
 void removeIncludeCoda(int i)
          Removes the ith "include-coda" element
 void removeIncludePrelude(int i)
          Removes the ith "include-prelude" element
 void removeUrlPattern(int i)
          Removes the ith "url-pattern" element
 void setDescriptionArray(DescriptionType[] descriptionArray)
          Sets array of all "description" element
 void setDescriptionArray(int i, DescriptionType description)
          Sets ith "description" element
 void setDisplayNameArray(DisplayNameType[] displayNameArray)
          Sets array of all "display-name" element
 void setDisplayNameArray(int i, DisplayNameType displayName)
          Sets ith "display-name" element
 void setElEnabled(boolean elEnabled)
          Sets the "el-enabled" element
 void setIncludeCodaArray(int i, String includeCoda)
          Sets ith "include-coda" element
 void setIncludeCodaArray(String[] includeCodaArray)
          Sets array of all "include-coda" element
 void setIncludePreludeArray(int i, String includePrelude)
          Sets ith "include-prelude" element
 void setIncludePreludeArray(String[] includePreludeArray)
          Sets array of all "include-prelude" element
 void setIsXml(boolean isXml)
          Sets the "is-xml" element
 void setPageEncoding(String pageEncoding)
          Sets the "page-encoding" element
 void setScriptingEnabled(boolean scriptingEnabled)
          Sets the "scripting-enabled" element
 void setUrlPatternArray(int i, String urlPattern)
          Sets ith "url-pattern" element
 void setUrlPatternArray(String[] urlPatternArray)
          Sets array of all "url-pattern" element
 int sizeOfDescriptionArray()
          Returns number of "description" element
 int sizeOfDisplayNameArray()
          Returns number of "display-name" element
 int sizeOfIncludeCodaArray()
          Returns number of "include-coda" element
 int sizeOfIncludePreludeArray()
          Returns number of "include-prelude" element
 int sizeOfUrlPatternArray()
          Returns number of "url-pattern" element
 void unsetElEnabled()
          Unsets the "el-enabled" element
 void unsetIsXml()
          Unsets the "is-xml" element
 void unsetPageEncoding()
          Unsets the "page-encoding" element
 void unsetScriptingEnabled()
          Unsets the "scripting-enabled" element
 TrueFalseType xgetElEnabled()
          Gets (as xml) the "el-enabled" element
 PathType[] xgetIncludeCodaArray()
          Gets (as xml) array of all "include-coda" elements
 PathType xgetIncludeCodaArray(int i)
          Gets (as xml) ith "include-coda" element
 PathType[] xgetIncludePreludeArray()
          Gets (as xml) array of all "include-prelude" elements
 PathType xgetIncludePreludeArray(int i)
          Gets (as xml) ith "include-prelude" element
 TrueFalseType xgetIsXml()
          Gets (as xml) the "is-xml" element
 String xgetPageEncoding()
          Gets (as xml) the "page-encoding" element
 TrueFalseType xgetScriptingEnabled()
          Gets (as xml) the "scripting-enabled" element
 UrlPatternType[] xgetUrlPatternArray()
          Gets (as xml) array of all "url-pattern" elements
 UrlPatternType xgetUrlPatternArray(int i)
          Gets (as xml) ith "url-pattern" element
 void xsetElEnabled(TrueFalseType elEnabled)
          Sets (as xml) the "el-enabled" element
 void xsetIncludeCodaArray(int i, PathType includeCoda)
          Sets (as xml) ith "include-coda" element
 void xsetIncludeCodaArray(PathType[] includeCodaArray)
          Sets (as xml) array of all "include-coda" element
 void xsetIncludePreludeArray(int i, PathType includePrelude)
          Sets (as xml) ith "include-prelude" element
 void xsetIncludePreludeArray(PathType[] includePreludeArray)
          Sets (as xml) array of all "include-prelude" element
 void xsetIsXml(TrueFalseType isXml)
          Sets (as xml) the "is-xml" element
 void xsetPageEncoding(String pageEncoding)
          Sets (as xml) the "page-encoding" element
 void xsetScriptingEnabled(TrueFalseType scriptingEnabled)
          Sets (as xml) the "scripting-enabled" element
 void xsetUrlPatternArray(int i, UrlPatternType urlPattern)
          Sets (as xml) ith "url-pattern" element
 void xsetUrlPatternArray(UrlPatternType[] urlPatternArray)
          Sets (as xml) array of all "url-pattern" element
 
Methods inherited from class org.apache.xmlbeans.impl.values.XmlComplexContentImpl
arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, compute_text, equal_to, get_default_attribute_text, get_default_element_text, get_elementflags, is_child_element_order_sensitive, new_visitor, schemaType, set_nil, set_String, set_text, unionArraySetterHelper, unionArraySetterHelper, update_from_complex_content, value_hash_code
 
Methods inherited from class org.apache.xmlbeans.impl.values.XmlObjectBase
_isComplexContent, _isComplexType, _validateOnSet, attach_store, bigDecimalValue, bigIntegerValue, booleanValue, build_nil, build_text, byteArrayValue, byteValue, calendarValue, changeType, check_dated, check_orphaned, compare_to, compareTo, compareValue, copy, create_attribute_user, create_element_user, dateValue, disconnect_store, documentProperties, doubleValue, elementFlags, enumValue, equals, execQuery, execQuery, floatValue, gDateValue, gDurationValue, get_attribute_field, get_attribute_type, get_attributeflags, get_default_attribute_value, get_element_ending_delimiters, get_element_type, get_schema_type, get_store, get_wscanon_rule, get_wscanon_text, getBigDecimalValue, getBigIntegerValue, getBooleanValue, getByteArrayValue, getByteValue, getCalendarValue, getDateValue, getDoubleValue, getEnumValue, getFloatValue, getGDateValue, getGDurationValue, getIntValue, getListValue, getLongValue, getObjectValue, getQNameValue, getShortValue, getStringValue, has_store, hashCode, init_flags, initComplexType, instanceType, intValue, invalidate_element_order, invalidate_nilvalue, invalidate_value, is_defaultable_ws, is_orphaned, isDefault, isDefaultable, isFixed, isImmutable, isInstanceOf, isNil, isNillable, java_value, listValue, longValue, monitor, newCursor, newCursorForce, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, objectSet, objectValue, qNameValue, save, save, save, save, save, save, save, save, selectPath, selectPath, set_b64, set_BigDecimal, set_BigInteger, set_boolean, set_byte, set_ByteArray, set_Calendar, set_char, set_ComplexXml, set_Date, set_double, set_enum, set_float, set_GDate, set_GDuration, set_hex, set_int, set_list, set_long, set_newValue, set_notation, set_QName, set_short, set_xmlanysimple, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, setBigDecimalValue, setBigIntegerValue, setBooleanValue, setByteArrayValue, setByteValue, setCalendarValue, setDateValue, setDoubleValue, setEnumValue, setFloatValue, setGDateValue, setGDurationValue, setImmutable, setIntValue, setListValue, setLongValue, setNil, setObjectValue, setQNameValue, setShortValue, setStringValue, setValidateOnSet, shortValue, stringValue, toString, uses_invalidate_value, validate_now, validate_simpleval, validate, validate, valueEquals, valueHashCode, writeReplace, xgetListValue, xlistValue, xmlText, xmlText
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
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
 

Constructor Detail

JspPropertyGroupTypeImpl

public JspPropertyGroupTypeImpl(org.apache.xmlbeans.SchemaType sType)
Method Detail

getDescriptionArray

public DescriptionType[] getDescriptionArray()
Gets array of all "description" elements

Specified by:
getDescriptionArray in interface JspPropertyGroupType

getDescriptionArray

public DescriptionType getDescriptionArray(int i)
Gets ith "description" element

Specified by:
getDescriptionArray in interface JspPropertyGroupType

sizeOfDescriptionArray

public int sizeOfDescriptionArray()
Returns number of "description" element

Specified by:
sizeOfDescriptionArray in interface JspPropertyGroupType

setDescriptionArray

public void setDescriptionArray(DescriptionType[] descriptionArray)
Sets array of all "description" element

Specified by:
setDescriptionArray in interface JspPropertyGroupType

setDescriptionArray

public void setDescriptionArray(int i,
                                DescriptionType description)
Sets ith "description" element

Specified by:
setDescriptionArray in interface JspPropertyGroupType

insertNewDescription

public DescriptionType insertNewDescription(int i)
Inserts and returns a new empty value (as xml) as the ith "description" element

Specified by:
insertNewDescription in interface JspPropertyGroupType

addNewDescription

public DescriptionType addNewDescription()
Appends and returns a new empty value (as xml) as the last "description" element

Specified by:
addNewDescription in interface JspPropertyGroupType

removeDescription

public void removeDescription(int i)
Removes the ith "description" element

Specified by:
removeDescription in interface JspPropertyGroupType

getDisplayNameArray

public DisplayNameType[] getDisplayNameArray()
Gets array of all "display-name" elements

Specified by:
getDisplayNameArray in interface JspPropertyGroupType

getDisplayNameArray

public DisplayNameType getDisplayNameArray(int i)
Gets ith "display-name" element

Specified by:
getDisplayNameArray in interface JspPropertyGroupType

sizeOfDisplayNameArray

public int sizeOfDisplayNameArray()
Returns number of "display-name" element

Specified by:
sizeOfDisplayNameArray in interface JspPropertyGroupType

setDisplayNameArray

public void setDisplayNameArray(DisplayNameType[] displayNameArray)
Sets array of all "display-name" element

Specified by:
setDisplayNameArray in interface JspPropertyGroupType

setDisplayNameArray

public void setDisplayNameArray(int i,
                                DisplayNameType displayName)
Sets ith "display-name" element

Specified by:
setDisplayNameArray in interface JspPropertyGroupType

insertNewDisplayName

public DisplayNameType insertNewDisplayName(int i)
Inserts and returns a new empty value (as xml) as the ith "display-name" element

Specified by:
insertNewDisplayName in interface JspPropertyGroupType

addNewDisplayName

public DisplayNameType addNewDisplayName()
Appends and returns a new empty value (as xml) as the last "display-name" element

Specified by:
addNewDisplayName in interface JspPropertyGroupType

removeDisplayName

public void removeDisplayName(int i)
Removes the ith "display-name" element

Specified by:
removeDisplayName in interface JspPropertyGroupType

getUrlPatternArray

public String[] getUrlPatternArray()
Gets array of all "url-pattern" elements

Specified by:
getUrlPatternArray in interface JspPropertyGroupType

getUrlPatternArray

public String getUrlPatternArray(int i)
Gets ith "url-pattern" element

Specified by:
getUrlPatternArray in interface JspPropertyGroupType

xgetUrlPatternArray

public UrlPatternType[] xgetUrlPatternArray()
Gets (as xml) array of all "url-pattern" elements

Specified by:
xgetUrlPatternArray in interface JspPropertyGroupType

xgetUrlPatternArray

public UrlPatternType xgetUrlPatternArray(int i)
Gets (as xml) ith "url-pattern" element

Specified by:
xgetUrlPatternArray in interface JspPropertyGroupType

sizeOfUrlPatternArray

public int sizeOfUrlPatternArray()
Returns number of "url-pattern" element

Specified by:
sizeOfUrlPatternArray in interface JspPropertyGroupType

setUrlPatternArray

public void setUrlPatternArray(String[] urlPatternArray)
Sets array of all "url-pattern" element

Specified by:
setUrlPatternArray in interface JspPropertyGroupType

setUrlPatternArray

public void setUrlPatternArray(int i,
                               String urlPattern)
Sets ith "url-pattern" element

Specified by:
setUrlPatternArray in interface JspPropertyGroupType

xsetUrlPatternArray

public void xsetUrlPatternArray(UrlPatternType[] urlPatternArray)
Sets (as xml) array of all "url-pattern" element

Specified by:
xsetUrlPatternArray in interface JspPropertyGroupType

xsetUrlPatternArray

public void xsetUrlPatternArray(int i,
                                UrlPatternType urlPattern)
Sets (as xml) ith "url-pattern" element

Specified by:
xsetUrlPatternArray in interface JspPropertyGroupType

insertUrlPattern

public void insertUrlPattern(int i,
                             String urlPattern)
Inserts the value as the ith "url-pattern" element

Specified by:
insertUrlPattern in interface JspPropertyGroupType

addUrlPattern

public void addUrlPattern(String urlPattern)
Appends the value as the last "url-pattern" element

Specified by:
addUrlPattern in interface JspPropertyGroupType

removeUrlPattern

public void removeUrlPattern(int i)
Removes the ith "url-pattern" element

Specified by:
removeUrlPattern in interface JspPropertyGroupType

getElEnabled

public boolean getElEnabled()
Gets the "el-enabled" element

Specified by:
getElEnabled in interface JspPropertyGroupType

xgetElEnabled

public TrueFalseType xgetElEnabled()
Gets (as xml) the "el-enabled" element

Specified by:
xgetElEnabled in interface JspPropertyGroupType

isSetElEnabled

public boolean isSetElEnabled()
True if has "el-enabled" element

Specified by:
isSetElEnabled in interface JspPropertyGroupType

setElEnabled

public void setElEnabled(boolean elEnabled)
Sets the "el-enabled" element

Specified by:
setElEnabled in interface JspPropertyGroupType

xsetElEnabled

public void xsetElEnabled(TrueFalseType elEnabled)
Sets (as xml) the "el-enabled" element

Specified by:
xsetElEnabled in interface JspPropertyGroupType

unsetElEnabled

public void unsetElEnabled()
Unsets the "el-enabled" element

Specified by:
unsetElEnabled in interface JspPropertyGroupType

getPageEncoding

public String getPageEncoding()
Gets the "page-encoding" element

Specified by:
getPageEncoding in interface JspPropertyGroupType

xgetPageEncoding

public String xgetPageEncoding()
Gets (as xml) the "page-encoding" element

Specified by:
xgetPageEncoding in interface JspPropertyGroupType

isSetPageEncoding

public boolean isSetPageEncoding()
True if has "page-encoding" element

Specified by:
isSetPageEncoding in interface JspPropertyGroupType

setPageEncoding

public void setPageEncoding(String pageEncoding)
Sets the "page-encoding" element

Specified by:
setPageEncoding in interface JspPropertyGroupType

xsetPageEncoding

public void xsetPageEncoding(String pageEncoding)
Sets (as xml) the "page-encoding" element

Specified by:
xsetPageEncoding in interface JspPropertyGroupType

unsetPageEncoding

public void unsetPageEncoding()
Unsets the "page-encoding" element

Specified by:
unsetPageEncoding in interface JspPropertyGroupType

getScriptingEnabled

public boolean getScriptingEnabled()
Gets the "scripting-enabled" element

Specified by:
getScriptingEnabled in interface JspPropertyGroupType

xgetScriptingEnabled

public TrueFalseType xgetScriptingEnabled()
Gets (as xml) the "scripting-enabled" element

Specified by:
xgetScriptingEnabled in interface JspPropertyGroupType

isSetScriptingEnabled

public boolean isSetScriptingEnabled()
True if has "scripting-enabled" element

Specified by:
isSetScriptingEnabled in interface JspPropertyGroupType

setScriptingEnabled

public void setScriptingEnabled(boolean scriptingEnabled)
Sets the "scripting-enabled" element

Specified by:
setScriptingEnabled in interface JspPropertyGroupType

xsetScriptingEnabled

public void xsetScriptingEnabled(TrueFalseType scriptingEnabled)
Sets (as xml) the "scripting-enabled" element

Specified by:
xsetScriptingEnabled in interface JspPropertyGroupType

unsetScriptingEnabled

public void unsetScriptingEnabled()
Unsets the "scripting-enabled" element

Specified by:
unsetScriptingEnabled in interface JspPropertyGroupType

getIsXml

public boolean getIsXml()
Gets the "is-xml" element

Specified by:
getIsXml in interface JspPropertyGroupType

xgetIsXml

public TrueFalseType xgetIsXml()
Gets (as xml) the "is-xml" element

Specified by:
xgetIsXml in interface JspPropertyGroupType

isSetIsXml

public boolean isSetIsXml()
True if has "is-xml" element

Specified by:
isSetIsXml in interface JspPropertyGroupType

setIsXml

public void setIsXml(boolean isXml)
Sets the "is-xml" element

Specified by:
setIsXml in interface JspPropertyGroupType

xsetIsXml

public void xsetIsXml(TrueFalseType isXml)
Sets (as xml) the "is-xml" element

Specified by:
xsetIsXml in interface JspPropertyGroupType

unsetIsXml

public void unsetIsXml()
Unsets the "is-xml" element

Specified by:
unsetIsXml in interface JspPropertyGroupType

getIncludePreludeArray

public String[] getIncludePreludeArray()
Gets array of all "include-prelude" elements

Specified by:
getIncludePreludeArray in interface JspPropertyGroupType

getIncludePreludeArray

public String getIncludePreludeArray(int i)
Gets ith "include-prelude" element

Specified by:
getIncludePreludeArray in interface JspPropertyGroupType

xgetIncludePreludeArray

public PathType[] xgetIncludePreludeArray()
Gets (as xml) array of all "include-prelude" elements

Specified by:
xgetIncludePreludeArray in interface JspPropertyGroupType

xgetIncludePreludeArray

public PathType xgetIncludePreludeArray(int i)
Gets (as xml) ith "include-prelude" element

Specified by:
xgetIncludePreludeArray in interface JspPropertyGroupType

sizeOfIncludePreludeArray

public int sizeOfIncludePreludeArray()
Returns number of "include-prelude" element

Specified by:
sizeOfIncludePreludeArray in interface JspPropertyGroupType

setIncludePreludeArray

public void setIncludePreludeArray(String[] includePreludeArray)
Sets array of all "include-prelude" element

Specified by:
setIncludePreludeArray in interface JspPropertyGroupType

setIncludePreludeArray

public void setIncludePreludeArray(int i,
                                   String includePrelude)
Sets ith "include-prelude" element

Specified by:
setIncludePreludeArray in interface JspPropertyGroupType

xsetIncludePreludeArray

public void xsetIncludePreludeArray(PathType[] includePreludeArray)
Sets (as xml) array of all "include-prelude" element

Specified by:
xsetIncludePreludeArray in interface JspPropertyGroupType

xsetIncludePreludeArray

public void xsetIncludePreludeArray(int i,
                                    PathType includePrelude)
Sets (as xml) ith "include-prelude" element

Specified by:
xsetIncludePreludeArray in interface JspPropertyGroupType

insertIncludePrelude

public void insertIncludePrelude(int i,
                                 String includePrelude)
Inserts the value as the ith "include-prelude" element

Specified by:
insertIncludePrelude in interface JspPropertyGroupType

addIncludePrelude

public void addIncludePrelude(String includePrelude)
Appends the value as the last "include-prelude" element

Specified by:
addIncludePrelude in interface JspPropertyGroupType

removeIncludePrelude

public void removeIncludePrelude(int i)
Removes the ith "include-prelude" element

Specified by:
removeIncludePrelude in interface JspPropertyGroupType

getIncludeCodaArray

public String[] getIncludeCodaArray()
Gets array of all "include-coda" elements

Specified by:
getIncludeCodaArray in interface JspPropertyGroupType

getIncludeCodaArray

public String getIncludeCodaArray(int i)
Gets ith "include-coda" element

Specified by:
getIncludeCodaArray in interface JspPropertyGroupType

xgetIncludeCodaArray

public PathType[] xgetIncludeCodaArray()
Gets (as xml) array of all "include-coda" elements

Specified by:
xgetIncludeCodaArray in interface JspPropertyGroupType

xgetIncludeCodaArray

public PathType xgetIncludeCodaArray(int i)
Gets (as xml) ith "include-coda" element

Specified by:
xgetIncludeCodaArray in interface JspPropertyGroupType

sizeOfIncludeCodaArray

public int sizeOfIncludeCodaArray()
Returns number of "include-coda" element

Specified by:
sizeOfIncludeCodaArray in interface JspPropertyGroupType

setIncludeCodaArray

public void setIncludeCodaArray(String[] includeCodaArray)
Sets array of all "include-coda" element

Specified by:
setIncludeCodaArray in interface JspPropertyGroupType

setIncludeCodaArray

public void setIncludeCodaArray(int i,
                                String includeCoda)
Sets ith "include-coda" element

Specified by:
setIncludeCodaArray in interface JspPropertyGroupType

xsetIncludeCodaArray

public void xsetIncludeCodaArray(PathType[] includeCodaArray)
Sets (as xml) array of all "include-coda" element

Specified by:
xsetIncludeCodaArray in interface JspPropertyGroupType

xsetIncludeCodaArray

public void xsetIncludeCodaArray(int i,
                                 PathType includeCoda)
Sets (as xml) ith "include-coda" element

Specified by:
xsetIncludeCodaArray in interface JspPropertyGroupType

insertIncludeCoda

public void insertIncludeCoda(int i,
                              String includeCoda)
Inserts the value as the ith "include-coda" element

Specified by:
insertIncludeCoda in interface JspPropertyGroupType

addIncludeCoda

public void addIncludeCoda(String includeCoda)
Appends the value as the last "include-coda" element

Specified by:
addIncludeCoda in interface JspPropertyGroupType

removeIncludeCoda

public void removeIncludeCoda(int i)
Removes the ith "include-coda" element

Specified by:
removeIncludeCoda in interface JspPropertyGroupType


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