Class JaxbData


  • public class JaxbData
    extends java.lang.Object
    The representation of Data suitable for JAXB marshalling and unmarshalling. This class must be used only for JAXB operations.
    See Also:
    Data
    • Constructor Summary

      Constructors 
      Constructor Description
      JaxbData()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • size

        public int size
      • value

        public java.lang.Object value
    • Constructor Detail

      • JaxbData

        public JaxbData()