Package org.cxml
Class Format
- java.lang.Object
-
- org.cxml.Format
-
public class Format extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Format()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Stringgetvalue()Gets the value of the value property.java.lang.StringgetVersion()Gets the value of the version property.voidsetvalue(java.lang.String value)Sets the value of the value property.voidsetVersion(java.lang.String value)Sets the value of the version property.
-
-
-
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 isString
-
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 isString
-
-