org.plasma.sdo.access.provider.jdo
Class Map

java.lang.Object
  extended by org.plasma.sdo.access.provider.jdo.Map

public class Map
extends Object

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

extensions

protected List<Extension> extensions

keyType

protected String keyType

embeddedKey

protected String embeddedKey

dependentKey

protected String dependentKey

serializedKey

protected String serializedKey

valueType

protected String valueType

embeddedValue

protected String embeddedValue

dependentValue

protected String dependentValue

serializedValue

protected String serializedValue
Constructor Detail

Map

public Map()
Method Detail

getExtensions

public List<Extension> getExtensions()
Gets the value of the extensions property.

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


getKeyType

public String getKeyType()
Gets the value of the keyType property.

Returns:
possible object is String

setKeyType

public void setKeyType(String value)
Sets the value of the keyType property.

Parameters:
value - allowed object is String

getEmbeddedKey

public String getEmbeddedKey()
Gets the value of the embeddedKey property.

Returns:
possible object is String

setEmbeddedKey

public void setEmbeddedKey(String value)
Sets the value of the embeddedKey property.

Parameters:
value - allowed object is String

getDependentKey

public String getDependentKey()
Gets the value of the dependentKey property.

Returns:
possible object is String

setDependentKey

public void setDependentKey(String value)
Sets the value of the dependentKey property.

Parameters:
value - allowed object is String

getSerializedKey

public String getSerializedKey()
Gets the value of the serializedKey property.

Returns:
possible object is String

setSerializedKey

public void setSerializedKey(String value)
Sets the value of the serializedKey property.

Parameters:
value - allowed object is String

getValueType

public String getValueType()
Gets the value of the valueType property.

Returns:
possible object is String

setValueType

public void setValueType(String value)
Sets the value of the valueType property.

Parameters:
value - allowed object is String

getEmbeddedValue

public String getEmbeddedValue()
Gets the value of the embeddedValue property.

Returns:
possible object is String

setEmbeddedValue

public void setEmbeddedValue(String value)
Sets the value of the embeddedValue property.

Parameters:
value - allowed object is String

getDependentValue

public String getDependentValue()
Gets the value of the dependentValue property.

Returns:
possible object is String

setDependentValue

public void setDependentValue(String value)
Sets the value of the dependentValue property.

Parameters:
value - allowed object is String

getSerializedValue

public String getSerializedValue()
Gets the value of the serializedValue property.

Returns:
possible object is String

setSerializedValue

public void setSerializedValue(String value)
Sets the value of the serializedValue property.

Parameters:
value - allowed object is String


Copyright © 2013. All rights reserved.