Package org.cxml

Class Format


  • public class Format
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.String value  
      protected java.lang.String version  
    • Constructor Summary

      Constructors 
      Constructor Description
      Format()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getvalue()
      Gets the value of the value property.
      java.lang.String getVersion()
      Gets the value of the version property.
      void setvalue​(java.lang.String value)
      Sets the value of the value property.
      void setVersion​(java.lang.String value)
      Sets the value of the version property.
      • Methods inherited from class java.lang.Object

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

      • version

        protected java.lang.String version
      • value

        protected java.lang.String value
    • Constructor Detail

      • Format

        public Format()
    • Method Detail

      • getVersion

        public java.lang.String getVersion()
        Gets the value of the version property.
        Returns:
        possible object is String
      • setVersion

        public void setVersion​(java.lang.String value)
        Sets the value of the version property.
        Parameters:
        value - allowed object is String
      • getvalue

        public java.lang.String getvalue()
        Gets the value of the value property.
        Returns:
        possible object is String
      • setvalue

        public void setvalue​(java.lang.String value)
        Sets the value of the value property.
        Parameters:
        value - allowed object is String