Class JaxbVariable


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

      Constructors 
      Constructor Description
      JaxbVariable()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • name

        public java.lang.String name
      • size

        public int size
      • value

        public java.lang.String value
    • Constructor Detail

      • JaxbVariable

        public JaxbVariable()