|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.spring.beans.impl.CollectionTypeImpl
net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.spring.beans.impl.MapTypeImpl
public class MapTypeImpl
| Field Summary | |
|---|---|
protected DescriptionImpl |
description
|
protected List<EntryType> |
entry
|
protected String |
keyType
|
| Fields inherited from class net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.spring.beans.impl.CollectionTypeImpl |
|---|
valueType |
| Constructor Summary | |
|---|---|
MapTypeImpl()
Creates a new net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.spring.beans.impl.MapTypeImpl instance. |
|
MapTypeImpl(MapTypeImpl o)
Creates a new net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.spring.beans.impl.MapTypeImpl instance by copying a given instance. |
|
| Method Summary | |
|---|---|
MapTypeImpl |
clone()
Creates and returns a copy of this object. |
Description |
getDescription()
Gets the value of the description property. |
List<EntryType> |
getEntry()
Gets the value of the entry property. |
String |
getKeyType()
Gets the value of the keyType property. |
void |
setDescription(Description value)
Sets the value of the description property. |
void |
setKeyType(String value)
Sets the value of the keyType property. |
| Methods inherited from class net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.spring.beans.impl.CollectionTypeImpl |
|---|
getValueType, setValueType |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.spring.beans.CollectionType |
|---|
getValueType, setValueType |
| Field Detail |
|---|
protected DescriptionImpl description
protected List<EntryType> entry
protected String keyType
| Constructor Detail |
|---|
public MapTypeImpl()
net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.spring.beans.impl.MapTypeImpl instance.
public MapTypeImpl(MapTypeImpl o)
net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.spring.beans.impl.MapTypeImpl instance by copying a given instance.
o - The instance to copy or null.| Method Detail |
|---|
public Description getDescription()
MapType
getDescription in interface MapTypeDescriptionpublic void setDescription(Description value)
MapType
setDescription in interface MapTypevalue - allowed object is
Descriptionpublic List<EntryType> getEntry()
MapType
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the entry property.
For example, to add a new item, do as follows:
getEntry().add(newItem);
Objects of the following type(s) are allowed in the list
EntryType
getEntry in interface MapTypepublic String getKeyType()
MapType
getKeyType in interface MapTypeStringpublic void setKeyType(String value)
MapType
setKeyType in interface MapTypevalue - allowed object is
Stringpublic MapTypeImpl clone()
clone in class CollectionTypeImpl
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||