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

All Superinterfaces:
CollectionType, ListOrSetType
All Known Implementing Classes:
ListImpl

public interface List
extends ListOrSetType

Java class for anonymous complex type.

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

 <complexType>
   <complexContent>
     <extension base="{http://www.springframework.org/schema/beans}listOrSetType">
       <attribute name="merge" type="{http://www.springframework.org/schema/beans}defaultable-boolean" />
     </extension>
   </complexContent>
 </complexType>
 


Method Summary
 DefaultableBoolean getMerge()
          Gets the value of the merge property.
 void setMerge(DefaultableBoolean value)
          Sets the value of the merge property.
 
Methods inherited from interface net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.spring.beans.ListOrSetType
getBeanOrRefOrIdref, getBeanOrRefOrIdref, getBeanOrRefOrIdrefLength, getDescription, setBeanOrRefOrIdref, setBeanOrRefOrIdref, setDescription
 
Methods inherited from interface net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.spring.beans.CollectionType
getValueType, setValueType
 

Method Detail

getMerge

DefaultableBoolean getMerge()
Gets the value of the merge property.

Returns:
possible object is DefaultableBoolean

setMerge

void setMerge(DefaultableBoolean value)
Sets the value of the merge property.

Parameters:
value - allowed object is DefaultableBoolean


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