net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.javaee
Class JspPropertyGroupType

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.javaee.JspPropertyGroupType
All Implemented Interfaces:
Serializable, Cloneable

public class JspPropertyGroupType
extends Object
implements Serializable, Cloneable

The jsp-property-groupType is used to group a number of files so they can be given global property information. All files so described are deemed to be JSP files. The following additional properties can be described: - Control whether EL is ignored. - Control whether scripting elements are invalid. - Indicate pageEncoding information. - Indicate that a resource is a JSP document (XML). - Prelude and Coda automatic includes. - Control whether the character sequence #{ is allowed when used as a String literal. - Control whether template text containing only whitespaces must be removed from the response output.

Java class for jsp-property-groupType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="jsp-property-groupType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <group ref="{http://java.sun.com/xml/ns/javaee}descriptionGroup"/>
         <element name="url-pattern" type="{http://java.sun.com/xml/ns/javaee}url-patternType" maxOccurs="unbounded"/>
         <element name="el-ignored" type="{http://java.sun.com/xml/ns/javaee}true-falseType" minOccurs="0"/>
         <element name="page-encoding" type="{http://java.sun.com/xml/ns/javaee}string" minOccurs="0"/>
         <element name="scripting-invalid" type="{http://java.sun.com/xml/ns/javaee}true-falseType" minOccurs="0"/>
         <element name="is-xml" type="{http://java.sun.com/xml/ns/javaee}true-falseType" minOccurs="0"/>
         <element name="include-prelude" type="{http://java.sun.com/xml/ns/javaee}pathType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="include-coda" type="{http://java.sun.com/xml/ns/javaee}pathType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="deferred-syntax-allowed-as-literal" type="{http://java.sun.com/xml/ns/javaee}true-falseType" minOccurs="0"/>
         <element name="trim-directive-whitespaces" type="{http://java.sun.com/xml/ns/javaee}true-falseType" minOccurs="0"/>
       </sequence>
       <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  TrueFalseType deferredSyntaxAllowedAsLiteral
           
protected  DescriptionType[] description
           
protected  DisplayNameType[] displayName
           
protected  TrueFalseType elIgnored
           
protected  IconType[] icon
           
protected  String id
           
protected  PathType[] includeCoda
           
protected  PathType[] includePrelude
           
protected  TrueFalseType isXml
           
protected  String pageEncoding
           
protected  TrueFalseType scriptingInvalid
           
protected  TrueFalseType trimDirectiveWhitespaces
           
protected  UrlPatternType[] urlPattern
           
 
Constructor Summary
JspPropertyGroupType()
          Creates a new net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.javaee.JspPropertyGroupType instance.
JspPropertyGroupType(JspPropertyGroupType o)
          Creates a new net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.javaee.JspPropertyGroupType instance by copying a given instance.
 
Method Summary
 JspPropertyGroupType clone()
          Creates and returns a copy of this object.
 TrueFalseType getDeferredSyntaxAllowedAsLiteral()
          Gets the value of the deferredSyntaxAllowedAsLiteral property.
 DescriptionType[] getDescription()
           
 DescriptionType getDescription(int idx)
           
 int getDescriptionLength()
           
 DisplayNameType[] getDisplayName()
           
 DisplayNameType getDisplayName(int idx)
           
 int getDisplayNameLength()
           
 TrueFalseType getElIgnored()
          Gets the value of the elIgnored property.
 IconType[] getIcon()
           
 IconType getIcon(int idx)
           
 int getIconLength()
           
 String getId()
          Gets the value of the id property.
 PathType[] getIncludeCoda()
           
 PathType getIncludeCoda(int idx)
           
 int getIncludeCodaLength()
           
 PathType[] getIncludePrelude()
           
 PathType getIncludePrelude(int idx)
           
 int getIncludePreludeLength()
           
 TrueFalseType getIsXml()
          Gets the value of the isXml property.
 String getPageEncoding()
          Gets the value of the pageEncoding property.
 TrueFalseType getScriptingInvalid()
          Gets the value of the scriptingInvalid property.
 TrueFalseType getTrimDirectiveWhitespaces()
          Gets the value of the trimDirectiveWhitespaces property.
 UrlPatternType[] getUrlPattern()
           
 UrlPatternType getUrlPattern(int idx)
           
 int getUrlPatternLength()
           
 void setDeferredSyntaxAllowedAsLiteral(TrueFalseType value)
          Sets the value of the deferredSyntaxAllowedAsLiteral property.
 void setDescription(DescriptionType[] values)
           
 DescriptionType setDescription(int idx, DescriptionType value)
           
 void setDisplayName(DisplayNameType[] values)
           
 DisplayNameType setDisplayName(int idx, DisplayNameType value)
           
 void setElIgnored(TrueFalseType value)
          Sets the value of the elIgnored property.
 void setIcon(IconType[] values)
           
 IconType setIcon(int idx, IconType value)
           
 void setId(String value)
          Sets the value of the id property.
 PathType setIncludeCoda(int idx, PathType value)
           
 void setIncludeCoda(PathType[] values)
           
 PathType setIncludePrelude(int idx, PathType value)
           
 void setIncludePrelude(PathType[] values)
           
 void setIsXml(TrueFalseType value)
          Sets the value of the isXml property.
 void setPageEncoding(String value)
          Sets the value of the pageEncoding property.
 void setScriptingInvalid(TrueFalseType value)
          Sets the value of the scriptingInvalid property.
 void setTrimDirectiveWhitespaces(TrueFalseType value)
          Sets the value of the trimDirectiveWhitespaces property.
 UrlPatternType setUrlPattern(int idx, UrlPatternType value)
           
 void setUrlPattern(UrlPatternType[] values)
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

description

protected DescriptionType[] description

displayName

protected DisplayNameType[] displayName

icon

protected IconType[] icon

urlPattern

protected UrlPatternType[] urlPattern

elIgnored

protected TrueFalseType elIgnored

pageEncoding

protected String pageEncoding

scriptingInvalid

protected TrueFalseType scriptingInvalid

isXml

protected TrueFalseType isXml

includePrelude

protected PathType[] includePrelude

includeCoda

protected PathType[] includeCoda

deferredSyntaxAllowedAsLiteral

protected TrueFalseType deferredSyntaxAllowedAsLiteral

trimDirectiveWhitespaces

protected TrueFalseType trimDirectiveWhitespaces

id

protected String id
Constructor Detail

JspPropertyGroupType

public JspPropertyGroupType()
Creates a new net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.javaee.JspPropertyGroupType instance.


JspPropertyGroupType

public JspPropertyGroupType(JspPropertyGroupType o)
Creates a new net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.javaee.JspPropertyGroupType instance by copying a given instance.

Parameters:
o - The instance to copy or null.
Method Detail

getDescription

public DescriptionType[] getDescription()
Returns:
array of DescriptionType

getDescription

public DescriptionType getDescription(int idx)
Returns:
one of DescriptionType

getDescriptionLength

public int getDescriptionLength()

setDescription

public void setDescription(DescriptionType[] values)
Parameters:
values - allowed objects are DescriptionType

setDescription

public DescriptionType setDescription(int idx,
                                      DescriptionType value)
Parameters:
value - allowed object is DescriptionType

getDisplayName

public DisplayNameType[] getDisplayName()
Returns:
array of DisplayNameType

getDisplayName

public DisplayNameType getDisplayName(int idx)
Returns:
one of DisplayNameType

getDisplayNameLength

public int getDisplayNameLength()

setDisplayName

public void setDisplayName(DisplayNameType[] values)
Parameters:
values - allowed objects are DisplayNameType

setDisplayName

public DisplayNameType setDisplayName(int idx,
                                      DisplayNameType value)
Parameters:
value - allowed object is DisplayNameType

getIcon

public IconType[] getIcon()
Returns:
array of IconType

getIcon

public IconType getIcon(int idx)
Returns:
one of IconType

getIconLength

public int getIconLength()

setIcon

public void setIcon(IconType[] values)
Parameters:
values - allowed objects are IconType

setIcon

public IconType setIcon(int idx,
                        IconType value)
Parameters:
value - allowed object is IconType

getUrlPattern

public UrlPatternType[] getUrlPattern()
Returns:
array of UrlPatternType

getUrlPattern

public UrlPatternType getUrlPattern(int idx)
Returns:
one of UrlPatternType

getUrlPatternLength

public int getUrlPatternLength()

setUrlPattern

public void setUrlPattern(UrlPatternType[] values)
Parameters:
values - allowed objects are UrlPatternType

setUrlPattern

public UrlPatternType setUrlPattern(int idx,
                                    UrlPatternType value)
Parameters:
value - allowed object is UrlPatternType

getElIgnored

public TrueFalseType getElIgnored()
Gets the value of the elIgnored property.

Returns:
possible object is TrueFalseType

setElIgnored

public void setElIgnored(TrueFalseType value)
Sets the value of the elIgnored property.

Parameters:
value - allowed object is TrueFalseType

getPageEncoding

public String getPageEncoding()
Gets the value of the pageEncoding property.

Returns:
possible object is String

setPageEncoding

public void setPageEncoding(String value)
Sets the value of the pageEncoding property.

Parameters:
value - allowed object is String

getScriptingInvalid

public TrueFalseType getScriptingInvalid()
Gets the value of the scriptingInvalid property.

Returns:
possible object is TrueFalseType

setScriptingInvalid

public void setScriptingInvalid(TrueFalseType value)
Sets the value of the scriptingInvalid property.

Parameters:
value - allowed object is TrueFalseType

getIsXml

public TrueFalseType getIsXml()
Gets the value of the isXml property.

Returns:
possible object is TrueFalseType

setIsXml

public void setIsXml(TrueFalseType value)
Sets the value of the isXml property.

Parameters:
value - allowed object is TrueFalseType

getIncludePrelude

public PathType[] getIncludePrelude()
Returns:
array of PathType

getIncludePrelude

public PathType getIncludePrelude(int idx)
Returns:
one of PathType

getIncludePreludeLength

public int getIncludePreludeLength()

setIncludePrelude

public void setIncludePrelude(PathType[] values)
Parameters:
values - allowed objects are PathType

setIncludePrelude

public PathType setIncludePrelude(int idx,
                                  PathType value)
Parameters:
value - allowed object is PathType

getIncludeCoda

public PathType[] getIncludeCoda()
Returns:
array of PathType

getIncludeCoda

public PathType getIncludeCoda(int idx)
Returns:
one of PathType

getIncludeCodaLength

public int getIncludeCodaLength()

setIncludeCoda

public void setIncludeCoda(PathType[] values)
Parameters:
values - allowed objects are PathType

setIncludeCoda

public PathType setIncludeCoda(int idx,
                               PathType value)
Parameters:
value - allowed object is PathType

getDeferredSyntaxAllowedAsLiteral

public TrueFalseType getDeferredSyntaxAllowedAsLiteral()
Gets the value of the deferredSyntaxAllowedAsLiteral property.

Returns:
possible object is TrueFalseType

setDeferredSyntaxAllowedAsLiteral

public void setDeferredSyntaxAllowedAsLiteral(TrueFalseType value)
Sets the value of the deferredSyntaxAllowedAsLiteral property.

Parameters:
value - allowed object is TrueFalseType

getTrimDirectiveWhitespaces

public TrueFalseType getTrimDirectiveWhitespaces()
Gets the value of the trimDirectiveWhitespaces property.

Returns:
possible object is TrueFalseType

setTrimDirectiveWhitespaces

public void setTrimDirectiveWhitespaces(TrueFalseType value)
Sets the value of the trimDirectiveWhitespaces property.

Parameters:
value - allowed object is TrueFalseType

getId

public String getId()
Gets the value of the id property.

Returns:
possible object is String

setId

public void setId(String value)
Sets the value of the id property.

Parameters:
value - allowed object is String

clone

public JspPropertyGroupType clone()
Creates and returns a copy of this object.

Overrides:
clone in class Object
Returns:
A clone of this instance.


Copyright © 2009 The CC-XJC Community. All Rights Reserved.