Package edu.harvard.fits
Class FitsMetadataType
java.lang.Object
edu.harvard.fits.FitsMetadataType
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 Summary
FieldsModifier and TypeFieldDescriptionprotected StatusTypeprotected Stringprotected Stringprotected String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the status property.Gets the value of the toolname property.Gets the value of the toolversion property.getValue()Gets the value of the value property.voidsetStatus(StatusType value) Sets the value of the status property.voidsetToolname(String value) Sets the value of the toolname property.voidsetToolversion(String value) Sets the value of the toolversion property.voidSets the value of the value property.
-
Field Details
-
value
-
status
-
toolname
-
toolversion
-
-
Constructor Details
-
FitsMetadataType
public FitsMetadataType()
-
-
Method Details
-
getValue
Gets the value of the value property.- Returns:
- possible object is
String
-
setValue
Sets the value of the value property.- Parameters:
value- allowed object isString
-
getStatus
Gets the value of the status property.- Returns:
- possible object is
StatusType
-
setStatus
Sets the value of the status property.- Parameters:
value- allowed object isStatusType
-
getToolname
Gets the value of the toolname property.- Returns:
- possible object is
String
-
setToolname
Sets the value of the toolname property.- Parameters:
value- allowed object isString
-
getToolversion
Gets the value of the toolversion property.- Returns:
- possible object is
String
-
setToolversion
Sets the value of the toolversion property.- Parameters:
value- allowed object isString
-