Class FileStatusType

java.lang.Object
edu.harvard.fits.FileStatusType

public class FileStatusType extends Object

Java class for fileStatusType complex type.

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

 <complexType name="fileStatusType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <group ref="{http://hul.harvard.edu/ois/xml/ns/fits/fits_output}fileStatusElements" maxOccurs="unbounded" minOccurs="0"/>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • fileStatusElements

      protected List<jakarta.xml.bind.JAXBElement<FitsMetadataType>> fileStatusElements
  • Constructor Details

    • FileStatusType

      public FileStatusType()
  • Method Details

    • getFileStatusElements

      public List<jakarta.xml.bind.JAXBElement<FitsMetadataType>> getFileStatusElements()
      Gets the value of the fileStatusElements 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 set method for the fileStatusElements property.

      For example, to add a new item, do as follows:

          getFileStatusElements().add(newItem);
       

      Objects of the following type(s) are allowed in the list JAXBElement<FitsMetadataType> JAXBElement<FitsMetadataType> JAXBElement<FitsMetadataType>