|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface 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>
| Method Summary | |
|---|---|
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 interface net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.spring.beans.CollectionType |
|---|
getValueType, setValueType |
| Method Detail |
|---|
Description getDescription()
Descriptionvoid setDescription(Description value)
value - allowed object is
DescriptionList<EntryType> getEntry()
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
String getKeyType()
Stringvoid setKeyType(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||