net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.spring.util
Class Map

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.spring.beans.CollectionType
      extended by net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.spring.beans.MapType
          extended by net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.spring.util.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="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
       <attribute name="map-class" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="scope" type="{http://www.w3.org/2001/XMLSchema}string" />
     </extension>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  String id
           
protected  String mapClass
           
protected  String scope
           
 
Fields inherited from class net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.spring.beans.MapType
description, entry, keyType
 
Fields inherited from class net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.spring.beans.CollectionType
valueType
 
Constructor Summary
Map()
          Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.spring.util.Map instance.
Map(Map o)
          Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.spring.util.Map instance by copying a given instance.
 
Method Summary
 Map clone()
          Creates and returns a copy of this object.
 String getId()
          Gets the value of the id property.
 String getMapClass()
          Gets the value of the mapClass property.
 String getScope()
          Gets the value of the scope property.
 void setId(String value)
          Sets the value of the id property.
 void setMapClass(String value)
          Sets the value of the mapClass property.
 void setScope(String value)
          Sets the value of the scope property.
 
Methods inherited from class net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.spring.beans.MapType
copyEntry, getDescription, getEntry, getEntry, getEntryLength, getKeyType, setDescription, setEntry, setEntry, setKeyType
 
Methods inherited from class net.sourceforge.ccxjc.it.model.prot.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

id

protected String id

mapClass

protected String mapClass

scope

protected String scope
Constructor Detail

Map

public Map()
Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.spring.util.Map instance.


Map

public Map(Map o)
Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.spring.util.Map instance by copying a given instance.

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

getId

public String getId()
Gets the value of the id property.

Returns:
possible object is String

setId

public void setId(String value)
Sets the value of the id property.

Parameters:
value - allowed object is String

getMapClass

public String getMapClass()
Gets the value of the mapClass property.

Returns:
possible object is String

setMapClass

public void setMapClass(String value)
Sets the value of the mapClass property.

Parameters:
value - allowed object is String

getScope

public String getScope()
Gets the value of the scope property.

Returns:
possible object is String

setScope

public void setScope(String value)
Sets the value of the scope property.

Parameters:
value - allowed object is String

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.