net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.javaee
Class JspConfigType

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

public class JspConfigType
extends Object
implements Serializable, Cloneable

The jsp-configType is used to provide global configuration information for the JSP files in a web application. It has two subelements, taglib and jsp-property-group.

Java class for jsp-configType complex type.

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

 <complexType name="jsp-configType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="taglib" type="{http://java.sun.com/xml/ns/javaee}taglibType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="jsp-property-group" type="{http://java.sun.com/xml/ns/javaee}jsp-property-groupType" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
       <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  String id
           
protected  JspPropertyGroupType[] jspPropertyGroup
           
protected  TaglibType[] taglib
           
 
Constructor Summary
JspConfigType()
          Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.javaee.JspConfigType instance.
JspConfigType(JspConfigType o)
          Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.javaee.JspConfigType instance by copying a given instance.
 
Method Summary
 JspConfigType clone()
          Creates and returns a copy of this object.
protected  void copyJspPropertyGroup(JspPropertyGroupType[] source)
          Copies all values of property JspPropertyGroup.
protected  void copyTaglib(TaglibType[] source)
          Copies all values of property Taglib.
 String getId()
          Gets the value of the id property.
 JspPropertyGroupType[] getJspPropertyGroup()
           
 JspPropertyGroupType getJspPropertyGroup(int idx)
           
 int getJspPropertyGroupLength()
           
 TaglibType[] getTaglib()
           
 TaglibType getTaglib(int idx)
           
 int getTaglibLength()
           
 void setId(String value)
          Sets the value of the id property.
 JspPropertyGroupType setJspPropertyGroup(int idx, JspPropertyGroupType value)
           
 void setJspPropertyGroup(JspPropertyGroupType[] values)
           
 TaglibType setTaglib(int idx, TaglibType value)
           
 void setTaglib(TaglibType[] values)
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

taglib

protected TaglibType[] taglib

jspPropertyGroup

protected JspPropertyGroupType[] jspPropertyGroup

id

protected String id
Constructor Detail

JspConfigType

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


JspConfigType

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

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

getTaglib

public TaglibType[] getTaglib()
Returns:
array of TaglibType

getTaglib

public TaglibType getTaglib(int idx)
Returns:
one of TaglibType

getTaglibLength

public int getTaglibLength()

setTaglib

public void setTaglib(TaglibType[] values)
Parameters:
values - allowed objects are TaglibType

setTaglib

public TaglibType setTaglib(int idx,
                            TaglibType value)
Parameters:
value - allowed object is TaglibType

getJspPropertyGroup

public JspPropertyGroupType[] getJspPropertyGroup()
Returns:
array of JspPropertyGroupType

getJspPropertyGroup

public JspPropertyGroupType getJspPropertyGroup(int idx)
Returns:
one of JspPropertyGroupType

getJspPropertyGroupLength

public int getJspPropertyGroupLength()

setJspPropertyGroup

public void setJspPropertyGroup(JspPropertyGroupType[] values)
Parameters:
values - allowed objects are JspPropertyGroupType

setJspPropertyGroup

public JspPropertyGroupType setJspPropertyGroup(int idx,
                                                JspPropertyGroupType value)
Parameters:
value - allowed object is JspPropertyGroupType

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

copyTaglib

protected void copyTaglib(TaglibType[] source)
Copies all values of property Taglib.

Parameters:
source - The source to copy from.
Throws:
NullPointerException - if source is null.

copyJspPropertyGroup

protected void copyJspPropertyGroup(JspPropertyGroupType[] source)
Copies all values of property JspPropertyGroup.

Parameters:
source - The source to copy from.
Throws:
NullPointerException - if source is null.

clone

public JspConfigType 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.