net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.spring.beans
Interface ListOrSetType

All Superinterfaces:
CollectionType
All Known Subinterfaces:
List, List, Set, Set
All Known Implementing Classes:
ListImpl, ListImpl, ListOrSetTypeImpl, SetImpl, SetImpl

public interface ListOrSetType
extends CollectionType

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>
 


Method Summary
 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 interface net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.spring.beans.CollectionType
getValueType, setValueType
 

Method Detail

getDescription

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

Returns:
possible object is Description

setDescription

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

Parameters:
value - allowed object is Description

getBeanOrRefOrIdref

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

getBeanOrRefOrIdref

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

getBeanOrRefOrIdrefLength

int getBeanOrRefOrIdrefLength()

setBeanOrRefOrIdref

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

setBeanOrRefOrIdref

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


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