Class 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

      Constructors 
      Constructor Description
      XMLEntry()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method 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)  
      • 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 org.eclipse.persistence.internal.oxm.mappings.Field getXMLField()
      • setValue

        public void setValue​(java.lang.Object value)
      • setXMLField

        public void setXMLField​(org.eclipse.persistence.internal.oxm.mappings.Field xmlField)