net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.spring.beans.impl
Class ListOrSetTypeImpl
java.lang.Object
net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.spring.beans.impl.CollectionTypeImpl
net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.spring.beans.impl.ListOrSetTypeImpl
- All Implemented Interfaces:
- Serializable, Cloneable, CollectionType, ListOrSetType
- Direct Known Subclasses:
- ListImpl, ListImpl, SetImpl, SetImpl
public class ListOrSetTypeImpl
- extends CollectionTypeImpl
- implements Serializable, Cloneable, ListOrSetType
- See Also:
- Serialized Form
|
Constructor Summary |
ListOrSetTypeImpl()
Creates a new net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.spring.beans.impl.ListOrSetTypeImpl instance. |
ListOrSetTypeImpl(ListOrSetTypeImpl o)
Creates a new net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.spring.beans.impl.ListOrSetTypeImpl instance by copying a given instance. |
description
protected DescriptionImpl description
beanOrRefOrIdref
protected Object[] beanOrRefOrIdref
ListOrSetTypeImpl
public ListOrSetTypeImpl()
- Creates a new
net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.spring.beans.impl.ListOrSetTypeImpl instance.
ListOrSetTypeImpl
public ListOrSetTypeImpl(ListOrSetTypeImpl o)
- Creates a new
net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.spring.beans.impl.ListOrSetTypeImpl instance by copying a given instance.
- Parameters:
o - The instance to copy or null.
getDescription
public Description getDescription()
- Description copied from interface:
ListOrSetType
- Gets the value of the description property.
- Specified by:
getDescription in interface ListOrSetType
- Returns:
- possible object is
Description
setDescription
public void setDescription(Description value)
- Description copied from interface:
ListOrSetType
- Sets the value of the description property.
- Specified by:
setDescription in interface ListOrSetType
- Parameters:
value - allowed object is
Description
getBeanOrRefOrIdref
public Object[] getBeanOrRefOrIdref()
- Specified by:
getBeanOrRefOrIdref in interface ListOrSetType
- Returns:
- array of
Set
Idref
Value
Map
Object
Props
List
Bean
Null
Ref
getBeanOrRefOrIdref
public Object getBeanOrRefOrIdref(int idx)
- Specified by:
getBeanOrRefOrIdref in interface ListOrSetType
- Returns:
- one of
Set
Idref
Value
Map
Object
Props
List
Bean
Null
Ref
getBeanOrRefOrIdrefLength
public int getBeanOrRefOrIdrefLength()
- Specified by:
getBeanOrRefOrIdrefLength in interface ListOrSetType
setBeanOrRefOrIdref
public void setBeanOrRefOrIdref(Object[] values)
- Specified by:
setBeanOrRefOrIdref in interface ListOrSetType
- Parameters:
values - allowed objects are
Set
Idref
Value
Map
Object
Props
List
Bean
Null
Ref
setBeanOrRefOrIdref
public Object setBeanOrRefOrIdref(int idx,
Object value)
- Specified by:
setBeanOrRefOrIdref in interface ListOrSetType
value - allowed object is
Set
Idref
Value
Map
Object
Props
List
Bean
Null
Ref
copyBeanOrRefOrIdref
public void copyBeanOrRefOrIdref(Object[] source)
- Copies all values of property
BeanOrRefOrIdref.
- Parameters:
source - The source to copy from.
- Throws:
NullPointerException - if source is null.
clone
public ListOrSetTypeImpl clone()
- Creates and returns a copy of this object.
- Overrides:
clone in class CollectionTypeImpl
- Returns:
- A clone of this instance.
Copyright © 2009 The CC-XJC Community. All Rights Reserved.