public class XMLEntry
extends java.lang.Object
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.
Constructor and Description |
---|
XMLEntry() |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getValue() |
org.eclipse.persistence.internal.oxm.mappings.Field |
getXMLField() |
void |
setValue(java.lang.Object value) |
void |
setXMLField(org.eclipse.persistence.internal.oxm.mappings.Field xmlField) |