Class Fits

java.lang.Object
edu.harvard.fits.Fits

public class Fits 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">
       <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 Details

  • Constructor Details

    • Fits

      public Fits()
  • Method Details

    • getIdentification

      public IdentificationType getIdentification()
      Gets the value of the identification property.
      Returns:
      possible object is IdentificationType
    • setIdentification

      public void setIdentification(IdentificationType value)
      Sets the value of the identification property.
      Parameters:
      value - allowed object is IdentificationType
    • getFileinfo

      public FileInfoType getFileinfo()
      Gets the value of the fileinfo property.
      Returns:
      possible object is FileInfoType
    • setFileinfo

      public void setFileinfo(FileInfoType value)
      Sets the value of the fileinfo property.
      Parameters:
      value - allowed object is FileInfoType
    • getFilestatus

      public FileStatusType getFilestatus()
      Gets the value of the filestatus property.
      Returns:
      possible object is FileStatusType
    • setFilestatus

      public void setFilestatus(FileStatusType value)
      Sets the value of the filestatus property.
      Parameters:
      value - allowed object is FileStatusType
    • getMetadata

      public MetadataType getMetadata()
      Gets the value of the metadata property.
      Returns:
      possible object is MetadataType
    • setMetadata

      public void setMetadata(MetadataType value)
      Sets the value of the metadata property.
      Parameters:
      value - allowed object is MetadataType
    • getToolOutput

      public ToolOutputType getToolOutput()
      Gets the value of the toolOutput property.
      Returns:
      possible object is ToolOutputType
    • setToolOutput

      public void setToolOutput(ToolOutputType value)
      Sets the value of the toolOutput property.
      Parameters:
      value - allowed object is ToolOutputType
    • getStatistics

      public StatisticsType getStatistics()
      Gets the value of the statistics property.
      Returns:
      possible object is StatisticsType
    • setStatistics

      public void setStatistics(StatisticsType value)
      Sets the value of the statistics property.
      Parameters:
      value - allowed object is StatisticsType
    • getVersion

      public String getVersion()
      Gets the value of the version property.
      Returns:
      possible object is String
    • setVersion

      public void setVersion(String value)
      Sets the value of the version property.
      Parameters:
      value - allowed object is String
    • getTimestamp

      public String getTimestamp()
      Gets the value of the timestamp property.
      Returns:
      possible object is String
    • setTimestamp

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