net.sourceforge.ccxjc.it.model.pkg.indexed.valueclass.spring.beans
Class ListOrSetType

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.pkg.indexed.valueclass.spring.beans.CollectionType
      extended by net.sourceforge.ccxjc.it.model.pkg.indexed.valueclass.spring.beans.ListOrSetType
All Implemented Interfaces:
Serializable, Cloneable
Direct Known Subclasses:
List, List, Set, Set

public class ListOrSetType
extends CollectionType
implements Serializable, Cloneable

Java class for listOrSetType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="listOrSetType">
   <complexContent>
     <extension base="{http://www.springframework.org/schema/beans}collectionType">
       <group ref="{http://www.springframework.org/schema/beans}collectionElements"/>
     </extension>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  Object[] beanOrRefOrIdref
           
protected  Description description
           
 
Fields inherited from class net.sourceforge.ccxjc.it.model.pkg.indexed.valueclass.spring.beans.CollectionType
valueType
 
Constructor Summary
ListOrSetType()
          Creates a new net.sourceforge.ccxjc.it.model.pkg.indexed.valueclass.spring.beans.ListOrSetType instance.
ListOrSetType(ListOrSetType o)
          Creates a new net.sourceforge.ccxjc.it.model.pkg.indexed.valueclass.spring.beans.ListOrSetType instance by copying a given instance.
 
Method Summary
 ListOrSetType clone()
          Creates and returns a copy of this object.
 Object[] getBeanOrRefOrIdref()
           
 Object getBeanOrRefOrIdref(int idx)
           
 int getBeanOrRefOrIdrefLength()
           
 Description getDescription()
          Gets the value of the description property.
 Object setBeanOrRefOrIdref(int idx, Object value)
           
 void setBeanOrRefOrIdref(Object[] values)
           
 void setDescription(Description value)
          Sets the value of the description property.
 
Methods inherited from class net.sourceforge.ccxjc.it.model.pkg.indexed.valueclass.spring.beans.CollectionType
getValueType, setValueType
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

description

protected Description description

beanOrRefOrIdref

protected Object[] beanOrRefOrIdref
Constructor Detail

ListOrSetType

public ListOrSetType()
Creates a new net.sourceforge.ccxjc.it.model.pkg.indexed.valueclass.spring.beans.ListOrSetType instance.


ListOrSetType

public ListOrSetType(ListOrSetType o)
Creates a new net.sourceforge.ccxjc.it.model.pkg.indexed.valueclass.spring.beans.ListOrSetType instance by copying a given instance.

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

getDescription

public Description getDescription()
Gets the value of the description property.

Returns:
possible object is Description

setDescription

public void setDescription(Description value)
Sets the value of the description property.

Parameters:
value - allowed object is Description

getBeanOrRefOrIdref

public Object[] getBeanOrRefOrIdref()
Returns:
array of Value List Object Idref Ref Props Bean Set Map Null

getBeanOrRefOrIdref

public Object getBeanOrRefOrIdref(int idx)
Returns:
one of Value List Object Idref Ref Props Bean Set Map Null

getBeanOrRefOrIdrefLength

public int getBeanOrRefOrIdrefLength()

setBeanOrRefOrIdref

public void setBeanOrRefOrIdref(Object[] values)
Parameters:
values - allowed objects are Value List Object Idref Ref Props Bean Set Map Null

setBeanOrRefOrIdref

public Object setBeanOrRefOrIdref(int idx,
                                  Object value)
Parameters:
value - allowed object is Value List Object Idref Ref Props Bean Set Map Null

clone

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

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


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