Interface JAXBWrapper<T>

All Known Implementing Classes:
XMLLazyQuery, XMLLazyResultSet, XMLQuery, XMLResult, XMLResultSet, XMLResultValue, XMLScript

public interface JAXBWrapper<T>
An object that wraps a JAXB object.
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the JAXB object associated with this object.
  • Method Details

    • getXMLObject

      T getXMLObject()
      Gets the JAXB object associated with this object.
      Returns:
      the JAXB object