net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.javaee.impl
Class JspConfigTypeImpl

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.prot.collections.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  List<JspPropertyGroupType> jspPropertyGroup
           
protected  List<TaglibType> taglib
           
 
Constructor Summary
JspConfigTypeImpl()
          Creates a new net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.javaee.impl.JspConfigTypeImpl instance.
JspConfigTypeImpl(JspConfigTypeImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.javaee.impl.JspConfigTypeImpl instance by copying a given instance.
 
Method Summary
 JspConfigTypeImpl clone()
          Creates and returns a copy of this object.
protected static void copyJspPropertyGroup(List<JspPropertyGroupType> source, List<JspPropertyGroupType> target)
          Copies all values of property JspPropertyGroup.
protected static void copyTaglib(List<TaglibType> source, List<TaglibType> target)
          Copies all values of property Taglib.
 String getId()
          Gets the value of the id property.
 List<JspPropertyGroupType> getJspPropertyGroup()
          Gets the value of the jspPropertyGroup property.
 List<TaglibType> getTaglib()
          Gets the value of the taglib property.
 void setId(String value)
          Sets the value of the id property.
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

taglib

protected List<TaglibType> taglib

jspPropertyGroup

protected List<JspPropertyGroupType> jspPropertyGroup

id

protected String id
Constructor Detail

JspConfigTypeImpl

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


JspConfigTypeImpl

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

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

getTaglib

public List<TaglibType> getTaglib()
Description copied from interface: JspConfigType
Gets the value of the taglib property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the taglib property.

For example, to add a new item, do as follows:

    getTaglib().add(newItem);
 

Objects of the following type(s) are allowed in the list TaglibType

Specified by:
getTaglib in interface JspConfigType

getJspPropertyGroup

public List<JspPropertyGroupType> getJspPropertyGroup()
Description copied from interface: JspConfigType
Gets the value of the jspPropertyGroup property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the jspPropertyGroup property.

For example, to add a new item, do as follows:

    getJspPropertyGroup().add(newItem);
 

Objects of the following type(s) are allowed in the list JspPropertyGroupType

Specified by:
getJspPropertyGroup in interface JspConfigType

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

protected static void copyTaglib(List<TaglibType> source,
                                 List<TaglibType> target)
Copies all values of property Taglib.

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

copyJspPropertyGroup

protected static void copyJspPropertyGroup(List<JspPropertyGroupType> source,
                                           List<JspPropertyGroupType> target)
Copies all values of property JspPropertyGroup.

Parameters:
target - The target to copy source to.
source - The source to copy from.
Throws:
NullPointerException - if source or target 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.