net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.spring.util.impl
Class ListImpl

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.spring.beans.impl.CollectionTypeImpl
      extended by net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.spring.beans.impl.ListOrSetTypeImpl
          extended by net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.spring.util.impl.ListImpl
All Implemented Interfaces:
Serializable, Cloneable, CollectionType, ListOrSetType, List

public class ListImpl
extends ListOrSetTypeImpl
implements Serializable, Cloneable, List

See Also:
Serialized Form

Field Summary
protected  String id
           
protected  String listClass
           
protected  String scope
           
 
Fields inherited from class net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.spring.beans.impl.ListOrSetTypeImpl
beanOrRefOrIdref, description
 
Fields inherited from class net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.spring.beans.impl.CollectionTypeImpl
valueType
 
Constructor Summary
ListImpl()
          Creates a new net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.spring.util.impl.ListImpl instance.
ListImpl(ListImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.spring.util.impl.ListImpl instance by copying a given instance.
 
Method Summary
 ListImpl clone()
          Creates and returns a copy of this object.
 String getId()
          Gets the value of the id property.
 String getListClass()
          Gets the value of the listClass property.
 String getScope()
          Gets the value of the scope property.
 void setId(String value)
          Sets the value of the id property.
 void setListClass(String value)
          Sets the value of the listClass property.
 void setScope(String value)
          Sets the value of the scope property.
 
Methods inherited from class net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.spring.beans.impl.ListOrSetTypeImpl
getBeanOrRefOrIdref, getDescription, setDescription
 
Methods inherited from class net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.spring.beans.impl.CollectionTypeImpl
getValueType, setValueType
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.spring.beans.ListOrSetType
getBeanOrRefOrIdref, getDescription, setDescription
 
Methods inherited from interface net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.spring.beans.CollectionType
getValueType, setValueType
 

Field Detail

id

protected String id

listClass

protected String listClass

scope

protected String scope
Constructor Detail

ListImpl

public ListImpl()
Creates a new net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.spring.util.impl.ListImpl instance.


ListImpl

public ListImpl(ListImpl o)
Creates a new net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.spring.util.impl.ListImpl instance by copying a given instance.

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

getId

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

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

setId

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

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

getListClass

public String getListClass()
Description copied from interface: List
Gets the value of the listClass property.

Specified by:
getListClass in interface List
Returns:
possible object is String

setListClass

public void setListClass(String value)
Description copied from interface: List
Sets the value of the listClass property.

Specified by:
setListClass in interface List
Parameters:
value - allowed object is String

getScope

public String getScope()
Description copied from interface: List
Gets the value of the scope property.

Specified by:
getScope in interface List
Returns:
possible object is String

setScope

public void setScope(String value)
Description copied from interface: List
Sets the value of the scope property.

Specified by:
setScope in interface List
Parameters:
value - allowed object is String

clone

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

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


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