Package org.cxml

Class Format

java.lang.Object
org.cxml.Format

public class Format extends Object
  • Field Details

    • version

      protected String version
    • value

      protected String value
  • Constructor Details

    • Format

      public Format()
  • Method Details

    • getVersion

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

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

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

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