Class PreflightParams

  • All Implemented Interfaces:
    java.io.Serializable

    @Generated(value="com.sun.tools.xjc.Driver",
               comments="JAXB RI v4.0.4",
               date="2024-07-01T15:04:08Z")
    public class PreflightParams
    extends SpecificResource
    implements java.io.Serializable

    Java class for PreflightParams complex type

    .

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

    
     <complexType name="PreflightParams">
       <complexContent>
         <extension base="{http://www.CIP4.org/JDFSchema_2_0}SpecificResource">
           <sequence>
             <element ref="{http://www.CIP4.org/JDFSchema_2_0}FileSpec" minOccurs="0"/>
             <element ref="{http://www.CIP4.org/JDFSchema_2_0}PreflightTest" maxOccurs="unbounded" minOccurs="0"/>
           </sequence>
           <anyAttribute processContents='lax' namespace='##other'/>
         </extension>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Field Detail

      • fileSpec

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.4",
                   date="2024-07-01T15:04:08Z")
        protected FileSpec fileSpec
      • preflightTest

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.4",
                   date="2024-07-01T15:04:08Z")
        protected java.util.List<PreflightTest> preflightTest
    • Constructor Detail

      • PreflightParams

        public PreflightParams()
    • Method Detail

      • getFileSpec

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.4",
                   date="2024-07-01T15:04:08Z")
        public FileSpec getFileSpec()
        Gets the value of the fileSpec property.
        Returns:
        possible object is FileSpec
      • setFileSpec

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.4",
                   date="2024-07-01T15:04:08Z")
        public void setFileSpec​(FileSpec value)
        Sets the value of the fileSpec property.
        Parameters:
        value - allowed object is FileSpec
      • getPreflightTest

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.4",
                   date="2024-07-01T15:04:08Z")
        public java.util.List<PreflightTest> getPreflightTest()
        Gets the value of the preflightTest 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 JAXB object. This is why there is not a set method for the preflightTest property.

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

         getPreflightTest().add(newItem);
         

        Objects of the following type(s) are allowed in the list PreflightTest

        Returns:
        The value of the preflightTest property.