net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.spring.beans
Class MapType

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
All Implemented Interfaces:
Serializable, Cloneable
Direct Known Subclasses:
Map, Map

public class MapType
extends CollectionType
implements Serializable, Cloneable

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>
 

See Also:
Serialized Form

Field Summary
protected  Description description
           
protected  EntryType[] entry
           
protected  String keyType
           
 
Fields inherited from class net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.spring.beans.CollectionType
valueType
 
Constructor Summary
MapType()
          Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.spring.beans.MapType instance.
MapType(MapType o)
          Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.spring.beans.MapType instance by copying a given instance.
 
Method Summary
 MapType clone()
          Creates and returns a copy of this object.
protected  void copyEntry(EntryType[] source)
          Copies all values of property Entry.
 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 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

description

protected Description description

entry

protected EntryType[] entry

keyType

protected String keyType
Constructor Detail

MapType

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


MapType

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

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

getDescription

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

Returns:
possible object is Description

setDescription

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

Parameters:
value - allowed object is Description

getEntry

public EntryType[] getEntry()
Returns:
array of EntryType

getEntry

public EntryType getEntry(int idx)
Returns:
one of EntryType

getEntryLength

public int getEntryLength()

setEntry

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

setEntry

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

getKeyType

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

Returns:
possible object is String

setKeyType

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

Parameters:
value - allowed object is String

copyEntry

protected void copyEntry(EntryType[] source)
Copies all values of property Entry.

Parameters:
source - The source to copy from.
Throws:
NullPointerException - if source is null.

clone

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

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


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