net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.javaee.impl
Class JspConfigTypeImpl

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.javaee.impl.JspConfigTypeImpl
All Implemented Interfaces:
Serializable, Cloneable, JspConfigType

public class JspConfigTypeImpl
extends Object
implements Serializable, Cloneable, JspConfigType

See Also:
Serialized Form

Field Summary
protected  String id
           
protected  JspPropertyGroupType[] jspPropertyGroup
           
protected  TaglibType[] taglib
           
 
Constructor Summary
JspConfigTypeImpl()
          Creates a new net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.javaee.impl.JspConfigTypeImpl instance.
JspConfigTypeImpl(JspConfigTypeImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.javaee.impl.JspConfigTypeImpl instance by copying a given instance.
 
Method Summary
 JspConfigTypeImpl clone()
          Creates and returns a copy of this object.
 void copyJspPropertyGroup(JspPropertyGroupType[] source)
          Copies all values of property JspPropertyGroup.
 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

JspConfigTypeImpl

public JspConfigTypeImpl()
Creates a new net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.javaee.impl.JspConfigTypeImpl instance.


JspConfigTypeImpl

public JspConfigTypeImpl(JspConfigTypeImpl o)
Creates a new net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.javaee.impl.JspConfigTypeImpl instance by copying a given instance.

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

getTaglib

public TaglibType[] getTaglib()
Specified by:
getTaglib in interface JspConfigType
Returns:
array of TaglibType

getTaglib

public TaglibType getTaglib(int idx)
Specified by:
getTaglib in interface JspConfigType
Returns:
one of TaglibType

getTaglibLength

public int getTaglibLength()
Specified by:
getTaglibLength in interface JspConfigType

setTaglib

public void setTaglib(TaglibType[] values)
Specified by:
setTaglib in interface JspConfigType
Parameters:
values - allowed objects are TaglibType

setTaglib

public TaglibType setTaglib(int idx,
                            TaglibType value)
Specified by:
setTaglib in interface JspConfigType
value - allowed object is TaglibType

getJspPropertyGroup

public JspPropertyGroupType[] getJspPropertyGroup()
Specified by:
getJspPropertyGroup in interface JspConfigType
Returns:
array of JspPropertyGroupType

getJspPropertyGroup

public JspPropertyGroupType getJspPropertyGroup(int idx)
Specified by:
getJspPropertyGroup in interface JspConfigType
Returns:
one of JspPropertyGroupType

getJspPropertyGroupLength

public int getJspPropertyGroupLength()
Specified by:
getJspPropertyGroupLength in interface JspConfigType

setJspPropertyGroup

public void setJspPropertyGroup(JspPropertyGroupType[] values)
Specified by:
setJspPropertyGroup in interface JspConfigType
Parameters:
values - allowed objects are JspPropertyGroupType

setJspPropertyGroup

public JspPropertyGroupType setJspPropertyGroup(int idx,
                                                JspPropertyGroupType value)
Specified by:
setJspPropertyGroup in interface JspConfigType
value - allowed object is JspPropertyGroupType

getId

public String getId()
Description copied from interface: JspConfigType
Gets the value of the id property.

Specified by:
getId in interface JspConfigType
Returns:
possible object is String

setId

public void setId(String value)
Description copied from interface: JspConfigType
Sets the value of the id property.

Specified by:
setId in interface JspConfigType
Parameters:
value - allowed object is String

copyTaglib

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

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

copyJspPropertyGroup

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