Package edu.harvard.fits
Class StatisticsType.Tool
java.lang.Object
edu.harvard.fits.StatisticsType.Tool
- Enclosing class:
- StatisticsType
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"/>
<attribute name="executionTime" type="{http://www.w3.org/2001/XMLSchema}integer" />
<attribute name="status" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected BigIntegerprotected Stringprotected Stringprotected String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the executionTime property.Gets the value of the status property.Gets the value of the toolname property.Gets the value of the toolversion property.voidsetExecutionTime(BigInteger value) Sets the value of the executionTime property.voidSets the value of the status property.voidsetToolname(String value) Sets the value of the toolname property.voidsetToolversion(String value) Sets the value of the toolversion property.
-
Field Details
-
executionTime
-
status
-
toolname
-
toolversion
-
-
Constructor Details
-
Tool
public Tool()
-
-
Method Details
-
getExecutionTime
Gets the value of the executionTime property.- Returns:
- possible object is
BigInteger
-
setExecutionTime
Sets the value of the executionTime property.- Parameters:
value- allowed object isBigInteger
-
getStatus
Gets the value of the status property.- Returns:
- possible object is
String
-
setStatus
Sets the value of the status property.- Parameters:
value- allowed object isString
-
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
-