Class FitsMetadataType

java.lang.Object
edu.harvard.fits.FitsMetadataType

public class FitsMetadataType extends Object

Java class for fitsMetadataType complex type.

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

 <complexType name="fitsMetadataType">
   <simpleContent>
     <extension base="<http://www.w3.org/2001/XMLSchema>string">
       <attGroup ref="{http://hul.harvard.edu/ois/xml/ns/fits/fits_output}nameVersionStatusAttrGrp"/>
     </extension>
   </simpleContent>
 </complexType>
 
  • Field Details

    • value

      protected String value
    • status

      protected StatusType status
    • toolname

      protected String toolname
    • toolversion

      protected String toolversion
  • Constructor Details

    • FitsMetadataType

      public FitsMetadataType()
  • Method Details

    • getValue

      public String getValue()
      Gets the value of the value property.
      Returns:
      possible object is String
    • setValue

      public void setValue(String value)
      Sets the value of the value property.
      Parameters:
      value - allowed object is String
    • getStatus

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

      public void setStatus(StatusType value)
      Sets the value of the status property.
      Parameters:
      value - allowed object is StatusType
    • 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