|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.ccxjc.it.model.prot.indexed.valueclass.spring.beans.CollectionType
net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.spring.beans.MapType
public class MapType
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>
| 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 |
|---|
protected Description description
protected EntryType[] entry
protected String keyType
| Constructor Detail |
|---|
public MapType()
net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.spring.beans.MapType instance.
public MapType(MapType o)
net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.spring.beans.MapType instance by copying a given instance.
o - The instance to copy or null.| Method Detail |
|---|
public Description getDescription()
Descriptionpublic void setDescription(Description value)
value - allowed object is
Descriptionpublic EntryType[] getEntry()
EntryTypepublic EntryType getEntry(int idx)
EntryTypepublic int getEntryLength()
public void setEntry(EntryType[] values)
values - allowed objects are
EntryType
public EntryType setEntry(int idx,
EntryType value)
value - allowed object is
EntryTypepublic String getKeyType()
Stringpublic void setKeyType(String value)
value - allowed object is
Stringprotected void copyEntry(EntryType[] source)
Entry.
source - The source to copy from.
NullPointerException - if source is null.public MapType clone()
clone in class CollectionType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||