Class StatisticsType.Tool

java.lang.Object
edu.harvard.fits.StatisticsType.Tool
Enclosing class:
StatisticsType

public static class StatisticsType.Tool extends Object

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 Details

    • executionTime

      protected BigInteger executionTime
    • status

      protected String status
    • toolname

      protected String toolname
    • toolversion

      protected String toolversion
  • Constructor Details

    • Tool

      public Tool()
  • Method Details

    • getExecutionTime

      public BigInteger getExecutionTime()
      Gets the value of the executionTime property.
      Returns:
      possible object is BigInteger
    • setExecutionTime

      public void setExecutionTime(BigInteger value)
      Sets the value of the executionTime property.
      Parameters:
      value - allowed object is BigInteger
    • getStatus

      public String getStatus()
      Gets the value of the status property.
      Returns:
      possible object is String
    • setStatus

      public void setStatus(String value)
      Sets the value of the status property.
      Parameters:
      value - allowed object is String
    • getToolname

      public String getToolname()
      Gets the value of the toolname property.
      Returns:
      possible object is String
    • setToolname

      public void setToolname(String value)
      Sets the value of the toolname property.
      Parameters:
      value - allowed object is String
    • getToolversion

      public String getToolversion()
      Gets the value of the toolversion property.
      Returns:
      possible object is String
    • setToolversion

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