Package ca.phon.query.db.xml
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 TypeMethodDescriptionGets the JAXB object associated with this object.
-
Method Details
-
getXMLObject
T getXMLObject()Gets the JAXB object associated with this object.- Returns:
- the JAXB object
-