Package edu.harvard.fits
Class Tool
java.lang.Object
edu.harvard.fits.Tool
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attGroup ref="{http://hul.harvard.edu/ois/xml/ns/fits/fits_output}nameVersionAttrGrp"/>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the toolname property.Gets the value of the toolversion property.voidsetToolname(String value) Sets the value of the toolname property.voidsetToolversion(String value) Sets the value of the toolversion property.
-
Field Details
-
toolname
-
toolversion
-
-
Constructor Details
-
Tool
public Tool()
-
-
Method Details
-
getToolname
Gets the value of the toolname property.- Returns:
- possible object is
String
-
setToolname
Sets the value of the toolname property.- Parameters:
value- allowed object isString
-
getToolversion
Gets the value of the toolversion property.- Returns:
- possible object is
String
-
setToolversion
Sets the value of the toolversion property.- Parameters:
value- allowed object isString
-