Class VariableXml

  • All Implemented Interfaces:
    java.io.Serializable
    Direct Known Subclasses:
    Variable

    public class VariableXml
    extends java.lang.Object
    implements java.io.Serializable
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      VariableXml()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getType()  
      java.util.List<java.lang.String> getValue()  
      void setType​(java.lang.String type)  
      void setValue​(java.util.List<java.lang.String> value)  
      • Methods inherited from class java.lang.Object

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

      • VariableXml

        public VariableXml()
    • Method Detail

      • getValue

        public java.util.List<java.lang.String> getValue()
      • setValue

        public void setValue​(java.util.List<java.lang.String> value)
      • getType

        public java.lang.String getType()
      • setType

        public void setType​(java.lang.String type)