net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.spring.beans.impl
Class ListImpl

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

public class ListImpl
extends ListOrSetTypeImpl
implements Serializable, Cloneable, List

See Also:
Serialized Form

Field Summary
protected  DefaultableBoolean merge
           
 
Fields inherited from class net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.spring.beans.impl.ListOrSetTypeImpl
beanOrRefOrIdref, description
 
Fields inherited from class net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.spring.beans.impl.CollectionTypeImpl
valueType
 
Constructor Summary
ListImpl()
          Creates a new net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.spring.beans.impl.ListImpl instance.
ListImpl(ListImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.spring.beans.impl.ListImpl instance by copying a given instance.
 
Method Summary
 ListImpl clone()
          Creates and returns a copy of this object.
 DefaultableBoolean getMerge()
          Gets the value of the merge property.
 void setMerge(DefaultableBoolean value)
          Sets the value of the merge property.
 
Methods inherited from class net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.spring.beans.impl.ListOrSetTypeImpl
getBeanOrRefOrIdref, getDescription, setDescription
 
Methods inherited from class net.sourceforge.ccxjc.it.model.pkg.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.pkg.collections.novalueclass.spring.beans.ListOrSetType
getBeanOrRefOrIdref, getDescription, setDescription
 
Methods inherited from interface net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.spring.beans.CollectionType
getValueType, setValueType
 

Field Detail

merge

protected DefaultableBoolean merge
Constructor Detail

ListImpl

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


ListImpl

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

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

getMerge

public DefaultableBoolean getMerge()
Description copied from interface: List
Gets the value of the merge property.

Specified by:
getMerge in interface List
Returns:
possible object is DefaultableBoolean

setMerge

public void setMerge(DefaultableBoolean value)
Description copied from interface: List
Sets the value of the merge property.

Specified by:
setMerge in interface List
Parameters:
value - allowed object is DefaultableBoolean

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.