Package edu.harvard.fits
Class StatisticsType
java.lang.Object
edu.harvard.fits.StatisticsType
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>
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classJava class for anonymous complex type. -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the fitsExecutionTime property.getTool()Gets the value of the tool property.voidsetFitsExecutionTime(BigInteger value) Sets the value of the fitsExecutionTime property.
-
Field Details
-
tool
-
fitsExecutionTime
-
-
Constructor Details
-
StatisticsType
public StatisticsType()
-
-
Method Details
-
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
setmethod 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
Gets the value of the fitsExecutionTime property.- Returns:
- possible object is
BigInteger
-
setFitsExecutionTime
Sets the value of the fitsExecutionTime property.- Parameters:
value- allowed object isBigInteger
-