Package org.cxml
Class Format
java.lang.Object
org.cxml.Format
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetvalue()Gets the value of the value property.Gets the value of the version property.voidSets the value of the value property.voidsetVersion(String value) Sets the value of the version property.
-
Field Details
-
version
-
value
-
-
Constructor Details
-
Format
public Format()
-
-
Method Details
-
getVersion
Gets the value of the version property.- Returns:
- possible object is
String
-
setVersion
Sets the value of the version property.- Parameters:
value- allowed object isString
-
getvalue
Gets the value of the value property.- Returns:
- possible object is
String
-
setvalue
Sets the value of the value property.- Parameters:
value- allowed object isString
-