|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.plasma.sdo.access.provider.jdo.Map
public class Map
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://java.sun.com/xml/ns/jdo/jdo}extension" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attGroup ref="{http://java.sun.com/xml/ns/jdo/jdo}attlist.map"/>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected String |
dependentKey
|
protected String |
dependentValue
|
protected String |
embeddedKey
|
protected String |
embeddedValue
|
protected List<Extension> |
extensions
|
protected String |
keyType
|
protected String |
serializedKey
|
protected String |
serializedValue
|
protected String |
valueType
|
| Constructor Summary | |
|---|---|
Map()
|
|
| Method Summary | |
|---|---|
String |
getDependentKey()
Gets the value of the dependentKey property. |
String |
getDependentValue()
Gets the value of the dependentValue property. |
String |
getEmbeddedKey()
Gets the value of the embeddedKey property. |
String |
getEmbeddedValue()
Gets the value of the embeddedValue property. |
List<Extension> |
getExtensions()
Gets the value of the extensions property. |
String |
getKeyType()
Gets the value of the keyType property. |
String |
getSerializedKey()
Gets the value of the serializedKey property. |
String |
getSerializedValue()
Gets the value of the serializedValue property. |
String |
getValueType()
Gets the value of the valueType property. |
void |
setDependentKey(String value)
Sets the value of the dependentKey property. |
void |
setDependentValue(String value)
Sets the value of the dependentValue property. |
void |
setEmbeddedKey(String value)
Sets the value of the embeddedKey property. |
void |
setEmbeddedValue(String value)
Sets the value of the embeddedValue property. |
void |
setKeyType(String value)
Sets the value of the keyType property. |
void |
setSerializedKey(String value)
Sets the value of the serializedKey property. |
void |
setSerializedValue(String value)
Sets the value of the serializedValue property. |
void |
setValueType(String value)
Sets the value of the valueType property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected List<Extension> extensions
protected String keyType
protected String embeddedKey
protected String dependentKey
protected String serializedKey
protected String valueType
protected String embeddedValue
protected String dependentValue
protected String serializedValue
| Constructor Detail |
|---|
public Map()
| Method Detail |
|---|
public List<Extension> getExtensions()
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 extensions property.
For example, to add a new item, do as follows:
getExtensions().add(newItem);
Objects of the following type(s) are allowed in the list
Extension
public String getKeyType()
Stringpublic void setKeyType(String value)
value - allowed object is
Stringpublic String getEmbeddedKey()
Stringpublic void setEmbeddedKey(String value)
value - allowed object is
Stringpublic String getDependentKey()
Stringpublic void setDependentKey(String value)
value - allowed object is
Stringpublic String getSerializedKey()
Stringpublic void setSerializedKey(String value)
value - allowed object is
Stringpublic String getValueType()
Stringpublic void setValueType(String value)
value - allowed object is
Stringpublic String getEmbeddedValue()
Stringpublic void setEmbeddedValue(String value)
value - allowed object is
Stringpublic String getDependentValue()
Stringpublic void setDependentValue(String value)
value - allowed object is
Stringpublic String getSerializedValue()
Stringpublic void setSerializedValue(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||