net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.spring.beans
Interface Map

All Superinterfaces:
CollectionType, MapType
All Known Implementing Classes:
MapImpl

public interface Map
extends MapType

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}mapType">
       <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.pkg.indexed.novalueclass.spring.beans.MapType
getDescription, getEntry, getEntry, getEntryLength, getKeyType, setDescription, setEntry, setEntry, setKeyType
 
Methods inherited from interface net.sourceforge.ccxjc.it.model.pkg.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.