|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.ca.commons.datamodel.xmlbind.Item
com.ca.commons.datamodel.xmlbind.MapValue
public class MapValue
Java class for MapValue complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MapValue">
<complexContent>
<extension base="{http://www.ca.com/xml/commons/datamodel}Item">
<sequence>
<element name="keyType" type="{http://www.ca.com/xml/commons/datamodel}SimpleValue"/>
<element name="valueType" type="{http://www.ca.com/xml/commons/datamodel}SimpleValue"/>
<element name="mapEntry" type="{http://www.ca.com/xml/commons/datamodel}MapEntryType" maxOccurs="unbounded"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected SimpleValue |
keyType
|
protected List<MapEntryType> |
mapEntry
|
protected SimpleValue |
valueType
|
| Fields inherited from class com.ca.commons.datamodel.xmlbind.Item |
|---|
create, doc, name |
| Constructor Summary | |
|---|---|
MapValue()
|
|
| Method Summary | |
|---|---|
SimpleValue |
getKeyType()
Gets the value of the keyType property. |
List<MapEntryType> |
getMapEntry()
Gets the value of the mapEntry property. |
SimpleValue |
getValueType()
Gets the value of the valueType property. |
boolean |
isSetKeyType()
|
boolean |
isSetMapEntry()
|
boolean |
isSetValueType()
|
void |
setKeyType(SimpleValue value)
Sets the value of the keyType property. |
void |
setValueType(SimpleValue value)
Sets the value of the valueType property. |
void |
unsetMapEntry()
|
| Methods inherited from class com.ca.commons.datamodel.xmlbind.Item |
|---|
getDoc, getName, isCreate, isSetCreate, isSetDoc, isSetName, setCreate, setDoc, setName, unsetCreate |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected SimpleValue keyType
protected SimpleValue valueType
protected List<MapEntryType> mapEntry
| Constructor Detail |
|---|
public MapValue()
| Method Detail |
|---|
public SimpleValue getKeyType()
SimpleValuepublic void setKeyType(SimpleValue value)
value - allowed object is
SimpleValuepublic boolean isSetKeyType()
public SimpleValue getValueType()
SimpleValuepublic void setValueType(SimpleValue value)
value - allowed object is
SimpleValuepublic boolean isSetValueType()
public List<MapEntryType> getMapEntry()
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 mapEntry property.
For example, to add a new item, do as follows:
getMapEntry().add(newItem);
Objects of the following type(s) are allowed in the list
MapEntryType
public boolean isSetMapEntry()
public void unsetMapEntry()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||