EclipseLink 2.4.2, build 'v20130514-5956486' API Reference

org.eclipse.persistence.oxm.record
Class XMLEntry

java.lang.Object
  extended by org.eclipse.persistence.oxm.record.XMLEntry

public class XMLEntry
extends java.lang.Object

INTERNAL:

Purpose: Used to hold the value returned from a DOMRecord and the field with which it was associated. Returned from calls to DOMRecord that take a List of fields as a parameter.

Author:
mmacivor

Constructor Summary
XMLEntry()
           
 
Method Summary
 java.lang.Object getValue()
           
 XMLField getXMLField()
           
 void setValue(java.lang.Object value)
           
 void setXMLField(XMLField xmlField)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XMLEntry

public XMLEntry()
Method Detail

getValue

public java.lang.Object getValue()

getXMLField

public XMLField getXMLField()

setValue

public void setValue(java.lang.Object value)

setXMLField

public void setXMLField(XMLField xmlField)

EclipseLink 2.4.2, build 'v20130514-5956486' API Reference