net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.spring.util
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="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>
 


Method Summary
 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 interface net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.spring.beans.MapType
getDescription, getEntry, getEntry, getEntryLength, getKeyType, setDescription, setEntry, setEntry, setKeyType
 
Methods inherited from interface net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.spring.beans.CollectionType
getValueType, setValueType
 

Method Detail

getId

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

Returns:
possible object is String

setId

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

Parameters:
value - allowed object is String

getMapClass

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

Returns:
possible object is String

setMapClass

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

Parameters:
value - allowed object is String

getScope

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

Returns:
possible object is String

setScope

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

Parameters:
value - allowed object is String


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