|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.javaee.impl.JspConfigTypeImpl
public class JspConfigTypeImpl
| 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 |
|---|
protected TaglibType[] taglib
protected JspPropertyGroupType[] jspPropertyGroup
protected String id
| Constructor Detail |
|---|
public JspConfigTypeImpl()
net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.javaee.impl.JspConfigTypeImpl instance.
public JspConfigTypeImpl(JspConfigTypeImpl o)
net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.javaee.impl.JspConfigTypeImpl instance by copying a given instance.
o - The instance to copy or null.| Method Detail |
|---|
public TaglibType[] getTaglib()
getTaglib in interface JspConfigTypeTaglibTypepublic TaglibType getTaglib(int idx)
getTaglib in interface JspConfigTypeTaglibTypepublic int getTaglibLength()
getTaglibLength in interface JspConfigTypepublic void setTaglib(TaglibType[] values)
setTaglib in interface JspConfigTypevalues - allowed objects are
TaglibType
public TaglibType setTaglib(int idx,
TaglibType value)
setTaglib in interface JspConfigTypevalue - allowed object is
TaglibTypepublic JspPropertyGroupType[] getJspPropertyGroup()
getJspPropertyGroup in interface JspConfigTypeJspPropertyGroupTypepublic JspPropertyGroupType getJspPropertyGroup(int idx)
getJspPropertyGroup in interface JspConfigTypeJspPropertyGroupTypepublic int getJspPropertyGroupLength()
getJspPropertyGroupLength in interface JspConfigTypepublic void setJspPropertyGroup(JspPropertyGroupType[] values)
setJspPropertyGroup in interface JspConfigTypevalues - allowed objects are
JspPropertyGroupType
public JspPropertyGroupType setJspPropertyGroup(int idx,
JspPropertyGroupType value)
setJspPropertyGroup in interface JspConfigTypevalue - allowed object is
JspPropertyGroupTypepublic String getId()
JspConfigType
getId in interface JspConfigTypeStringpublic void setId(String value)
JspConfigType
setId in interface JspConfigTypevalue - allowed object is
Stringpublic void copyTaglib(TaglibType[] source)
Taglib.
source - The source to copy from.
NullPointerException - if source is null.public void copyJspPropertyGroup(JspPropertyGroupType[] source)
JspPropertyGroup.
source - The source to copy from.
NullPointerException - if source is null.public JspConfigTypeImpl clone()
clone in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||