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

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

public class Map
extends java.lang.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  java.lang.String dependentKey
           
protected  java.lang.String dependentValue
           
protected  java.lang.String embeddedKey
           
protected  java.lang.String embeddedValue
           
protected  java.util.List<Extension> extensions
           
protected  java.lang.String keyType
           
protected  java.lang.String serializedKey
           
protected  java.lang.String serializedValue
           
protected  java.lang.String valueType
           
 
Constructor Summary
Map()
           
 
Method Summary
 java.lang.String getDependentKey()
          Gets the value of the dependentKey property.
 java.lang.String getDependentValue()
          Gets the value of the dependentValue property.
 java.lang.String getEmbeddedKey()
          Gets the value of the embeddedKey property.
 java.lang.String getEmbeddedValue()
          Gets the value of the embeddedValue property.
 java.util.List<Extension> getExtensions()
          Gets the value of the extensions property.
 java.lang.String getKeyType()
          Gets the value of the keyType property.
 java.lang.String getSerializedKey()
          Gets the value of the serializedKey property.
 java.lang.String getSerializedValue()
          Gets the value of the serializedValue property.
 java.lang.String getValueType()
          Gets the value of the valueType property.
 void setDependentKey(java.lang.String value)
          Sets the value of the dependentKey property.
 void setDependentValue(java.lang.String value)
          Sets the value of the dependentValue property.
 void setEmbeddedKey(java.lang.String value)
          Sets the value of the embeddedKey property.
 void setEmbeddedValue(java.lang.String value)
          Sets the value of the embeddedValue property.
 void setKeyType(java.lang.String value)
          Sets the value of the keyType property.
 void setSerializedKey(java.lang.String value)
          Sets the value of the serializedKey property.
 void setSerializedValue(java.lang.String value)
          Sets the value of the serializedValue property.
 void setValueType(java.lang.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 java.util.List<Extension> extensions

keyType

protected java.lang.String keyType

embeddedKey

protected java.lang.String embeddedKey

dependentKey

protected java.lang.String dependentKey

serializedKey

protected java.lang.String serializedKey

valueType

protected java.lang.String valueType

embeddedValue

protected java.lang.String embeddedValue

dependentValue

protected java.lang.String dependentValue

serializedValue

protected java.lang.String serializedValue
Constructor Detail

Map

public Map()
Method Detail

getExtensions

public java.util.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 java.lang.String getKeyType()
Gets the value of the keyType property.

Returns:
possible object is String

setKeyType

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

Parameters:
value - allowed object is String

getEmbeddedKey

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

Returns:
possible object is String

setEmbeddedKey

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

Parameters:
value - allowed object is String

getDependentKey

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

Returns:
possible object is String

setDependentKey

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

Parameters:
value - allowed object is String

getSerializedKey

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

Returns:
possible object is String

setSerializedKey

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

Parameters:
value - allowed object is String

getValueType

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

Returns:
possible object is String

setValueType

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

Parameters:
value - allowed object is String

getEmbeddedValue

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

Returns:
possible object is String

setEmbeddedValue

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

Parameters:
value - allowed object is String

getDependentValue

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

Returns:
possible object is String

setDependentValue

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

Parameters:
value - allowed object is String

getSerializedValue

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

Returns:
possible object is String

setSerializedValue

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

Parameters:
value - allowed object is String


Copyright © 2013. All Rights Reserved.