EclipseLink 2.0.0, build 'v20091127-r5931' API Reference

org.eclipse.persistence.jaxb.xmlmodel
Class XmlMap

java.lang.Object
  extended by org.eclipse.persistence.jaxb.xmlmodel.XmlMap

public class XmlMap
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 name="key">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <attribute name="type" type="{http://www.w3.org/2001/XMLSchema}string" />
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="value">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <attribute name="type" type="{http://www.w3.org/2001/XMLSchema}string" />
               </restriction>
             </complexContent>
           </complexType>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Nested Class Summary
static class XmlMap.Key
          Java class for anonymous complex type.
static class XmlMap.Value
          Java class for anonymous complex type.
 
Field Summary
protected  XmlMap.Key key
           
protected  XmlMap.Value value
           
 
Constructor Summary
XmlMap()
           
 
Method Summary
 XmlMap.Key getKey()
          Gets the value of the key property.
 XmlMap.Value getValue()
          Gets the value of the value property.
 void setKey(XmlMap.Key value)
          Sets the value of the key property.
 void setValue(XmlMap.Value value)
          Sets the value of the value property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

key

protected XmlMap.Key key

value

protected XmlMap.Value value
Constructor Detail

XmlMap

public XmlMap()
Method Detail

getKey

public XmlMap.Key getKey()
Gets the value of the key property.

Returns:
possible object is XmlMap.Key

setKey

public void setKey(XmlMap.Key value)
Sets the value of the key property.

Parameters:
value - allowed object is XmlMap.Key

getValue

public XmlMap.Value getValue()
Gets the value of the value property.

Returns:
possible object is XmlMap.Value

setValue

public void setValue(XmlMap.Value value)
Sets the value of the value property.

Parameters:
value - allowed object is XmlMap.Value

EclipseLink 2.0.0, build 'v20091127-r5931' API Reference