Class StatisticsType

java.lang.Object
edu.harvard.fits.StatisticsType

public class StatisticsType extends Object

Java class for statisticsType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="statisticsType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="tool" maxOccurs="unbounded" minOccurs="0">
           <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>
         </element>
       </sequence>
       <attribute name="fitsExecutionTime" type="{http://www.w3.org/2001/XMLSchema}integer" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • StatisticsType

      public StatisticsType()
  • Method Details

    • getTool

      public List<StatisticsType.Tool> getTool()
      Gets the value of the tool property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a set method for the tool property.

      For example, to add a new item, do as follows:

          getTool().add(newItem);
       

      Objects of the following type(s) are allowed in the list StatisticsType.Tool

    • getFitsExecutionTime

      public BigInteger getFitsExecutionTime()
      Gets the value of the fitsExecutionTime property.
      Returns:
      possible object is BigInteger
    • setFitsExecutionTime

      public void setFitsExecutionTime(BigInteger value)
      Sets the value of the fitsExecutionTime property.
      Parameters:
      value - allowed object is BigInteger