Class XMLEntry
java.lang.Object
org.eclipse.persistence.oxm.record.XMLEntry
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
-
Method Summary
Modifier and TypeMethodDescriptiongetValue()
org.eclipse.persistence.internal.oxm.mappings.Field
void
void
setXMLField
(org.eclipse.persistence.internal.oxm.mappings.Field xmlField)
-
Constructor Details
-
XMLEntry
public XMLEntry()
-
-
Method Details
-
getValue
-
getXMLField
public org.eclipse.persistence.internal.oxm.mappings.Field getXMLField() -
setValue
-
setXMLField
public void setXMLField(org.eclipse.persistence.internal.oxm.mappings.Field xmlField)
-