Class XMLEntry


  • public class XMLEntry
    extends 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 Detail

      • XMLEntry

        public XMLEntry()
    • Method Detail

      • getValue

        public Object getValue()
      • getXMLField

        public Field getXMLField()
      • setValue

        public void setValue​(Object value)
      • setXMLField

        public void setXMLField​(Field xmlField)