net.sourceforge.ccxjc.it.model.priv.collections.valueclass.spring.beans
Class Map

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.priv.collections.valueclass.spring.beans.CollectionType
      extended by net.sourceforge.ccxjc.it.model.priv.collections.valueclass.spring.beans.MapType
          extended by net.sourceforge.ccxjc.it.model.priv.collections.valueclass.spring.beans.Map
All Implemented Interfaces:
Serializable, Cloneable

public class Map
extends MapType
implements Serializable, Cloneable

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>
 

See Also:
Serialized Form

Field Summary
protected  DefaultableBoolean merge
           
 
Fields inherited from class net.sourceforge.ccxjc.it.model.priv.collections.valueclass.spring.beans.MapType
description, entry, keyType
 
Fields inherited from class net.sourceforge.ccxjc.it.model.priv.collections.valueclass.spring.beans.CollectionType
valueType
 
Constructor Summary
Map()
          Creates a new net.sourceforge.ccxjc.it.model.priv.collections.valueclass.spring.beans.Map instance.
Map(Map o)
          Creates a new net.sourceforge.ccxjc.it.model.priv.collections.valueclass.spring.beans.Map instance by copying a given instance.
 
Method Summary
 Map clone()
          Creates and returns a copy of this object.
 DefaultableBoolean getMerge()
          Gets the value of the merge property.
 void setMerge(DefaultableBoolean value)
          Sets the value of the merge property.
 
Methods inherited from class net.sourceforge.ccxjc.it.model.priv.collections.valueclass.spring.beans.MapType
getDescription, getEntry, getKeyType, setDescription, setKeyType
 
Methods inherited from class net.sourceforge.ccxjc.it.model.priv.collections.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

merge

protected DefaultableBoolean merge
Constructor Detail

Map

public Map()
Creates a new net.sourceforge.ccxjc.it.model.priv.collections.valueclass.spring.beans.Map instance.


Map

public Map(Map o)
Creates a new net.sourceforge.ccxjc.it.model.priv.collections.valueclass.spring.beans.Map instance by copying a given instance.

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

getMerge

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

Returns:
possible object is DefaultableBoolean

setMerge

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

Parameters:
value - allowed object is DefaultableBoolean

clone

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

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


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