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

All Superinterfaces:
CollectionType
All Known Subinterfaces:
Map, Map
All Known Implementing Classes:
MapImpl, MapImpl, MapTypeImpl

public interface MapType
extends CollectionType

Java class for mapType complex type.

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

 <complexType name="mapType">
   <complexContent>
     <extension base="{http://www.springframework.org/schema/beans}collectionType">
       <sequence>
         <element ref="{http://www.springframework.org/schema/beans}description" minOccurs="0"/>
         <choice maxOccurs="unbounded" minOccurs="0">
           <element ref="{http://www.springframework.org/schema/beans}entry"/>
         </choice>
       </sequence>
       <attribute name="key-type" type="{http://www.w3.org/2001/XMLSchema}string" />
     </extension>
   </complexContent>
 </complexType>
 


Method Summary
 Description getDescription()
          Gets the value of the description property.
 EntryType[] getEntry()
           
 EntryType getEntry(int idx)
           
 int getEntryLength()
           
 String getKeyType()
          Gets the value of the keyType property.
 void setDescription(Description value)
          Sets the value of the description property.
 void setEntry(EntryType[] values)
           
 EntryType setEntry(int idx, EntryType value)
           
 void setKeyType(String value)
          Sets the value of the keyType property.
 
Methods inherited from interface net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.spring.beans.CollectionType
getValueType, setValueType
 

Method Detail

getDescription

Description getDescription()
Gets the value of the description property.

Returns:
possible object is Description

setDescription

void setDescription(Description value)
Sets the value of the description property.

Parameters:
value - allowed object is Description

getEntry

EntryType[] getEntry()
Returns:
array of EntryType

getEntry

EntryType getEntry(int idx)
Returns:
one of EntryType

getEntryLength

int getEntryLength()

setEntry

void setEntry(EntryType[] values)
Parameters:
values - allowed objects are EntryType

setEntry

EntryType setEntry(int idx,
                   EntryType value)
Parameters:
value - allowed object is EntryType

getKeyType

String getKeyType()
Gets the value of the keyType property.

Returns:
possible object is String

setKeyType

void setKeyType(String value)
Sets the value of the keyType property.

Parameters:
value - allowed object is String


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