Package edu.harvard.fits
Class Fits
java.lang.Object
edu.harvard.fits.Fits
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">
<sequence>
<element name="identification" type="{http://hul.harvard.edu/ois/xml/ns/fits/fits_output}identificationType" minOccurs="0"/>
<element name="fileinfo" type="{http://hul.harvard.edu/ois/xml/ns/fits/fits_output}fileInfoType" minOccurs="0"/>
<element name="filestatus" type="{http://hul.harvard.edu/ois/xml/ns/fits/fits_output}fileStatusType" minOccurs="0"/>
<element name="metadata" type="{http://hul.harvard.edu/ois/xml/ns/fits/fits_output}metadataType" minOccurs="0"/>
<element name="toolOutput" type="{http://hul.harvard.edu/ois/xml/ns/fits/fits_output}toolOutputType" minOccurs="0"/>
<element name="statistics" type="{http://hul.harvard.edu/ois/xml/ns/fits/fits_output}statisticsType" minOccurs="0"/>
</sequence>
<attribute name="version" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="timestamp" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected FileInfoTypeprotected FileStatusTypeprotected IdentificationTypeprotected MetadataTypeprotected StatisticsTypeprotected Stringprotected ToolOutputTypeprotected String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the fileinfo property.Gets the value of the filestatus property.Gets the value of the identification property.Gets the value of the metadata property.Gets the value of the statistics property.Gets the value of the timestamp property.Gets the value of the toolOutput property.Gets the value of the version property.voidsetFileinfo(FileInfoType value) Sets the value of the fileinfo property.voidsetFilestatus(FileStatusType value) Sets the value of the filestatus property.voidSets the value of the identification property.voidsetMetadata(MetadataType value) Sets the value of the metadata property.voidsetStatistics(StatisticsType value) Sets the value of the statistics property.voidsetTimestamp(String value) Sets the value of the timestamp property.voidsetToolOutput(ToolOutputType value) Sets the value of the toolOutput property.voidsetVersion(String value) Sets the value of the version property.
-
Field Details
-
identification
-
fileinfo
-
filestatus
-
metadata
-
toolOutput
-
statistics
-
version
-
timestamp
-
-
Constructor Details
-
Fits
public Fits()
-
-
Method Details
-
getIdentification
Gets the value of the identification property.- Returns:
- possible object is
IdentificationType
-
setIdentification
Sets the value of the identification property.- Parameters:
value- allowed object isIdentificationType
-
getFileinfo
Gets the value of the fileinfo property.- Returns:
- possible object is
FileInfoType
-
setFileinfo
Sets the value of the fileinfo property.- Parameters:
value- allowed object isFileInfoType
-
getFilestatus
Gets the value of the filestatus property.- Returns:
- possible object is
FileStatusType
-
setFilestatus
Sets the value of the filestatus property.- Parameters:
value- allowed object isFileStatusType
-
getMetadata
Gets the value of the metadata property.- Returns:
- possible object is
MetadataType
-
setMetadata
Sets the value of the metadata property.- Parameters:
value- allowed object isMetadataType
-
getToolOutput
Gets the value of the toolOutput property.- Returns:
- possible object is
ToolOutputType
-
setToolOutput
Sets the value of the toolOutput property.- Parameters:
value- allowed object isToolOutputType
-
getStatistics
Gets the value of the statistics property.- Returns:
- possible object is
StatisticsType
-
setStatistics
Sets the value of the statistics property.- Parameters:
value- allowed object isStatisticsType
-
getVersion
Gets the value of the version property.- Returns:
- possible object is
String
-
setVersion
Sets the value of the version property.- Parameters:
value- allowed object isString
-
getTimestamp
Gets the value of the timestamp property.- Returns:
- possible object is
String
-
setTimestamp
Sets the value of the timestamp property.- Parameters:
value- allowed object isString
-