Class Job


  • public class Job
    extends EntityBaseBean

    Java class for job complex type.

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

     <complexType name="job">
       <complexContent>
         <extension base="{http://icatproject.org}entityBaseBean">
           <sequence>
             <element name="application" type="{http://icatproject.org}application" minOccurs="0"/>
             <element name="arguments" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="inputDataCollection" type="{http://icatproject.org}dataCollection" minOccurs="0"/>
             <element name="outputDataCollection" type="{http://icatproject.org}dataCollection" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • Job

        public Job()
    • Method Detail

      • getApplication

        public Application getApplication()
        Gets the value of the application property.
        Returns:
        possible object is Application
      • setApplication

        public void setApplication​(Application value)
        Sets the value of the application property.
        Parameters:
        value - allowed object is Application
      • getArguments

        public String getArguments()
        Gets the value of the arguments property.
        Returns:
        possible object is String
      • setArguments

        public void setArguments​(String value)
        Sets the value of the arguments property.
        Parameters:
        value - allowed object is String
      • getInputDataCollection

        public DataCollection getInputDataCollection()
        Gets the value of the inputDataCollection property.
        Returns:
        possible object is DataCollection
      • setInputDataCollection

        public void setInputDataCollection​(DataCollection value)
        Sets the value of the inputDataCollection property.
        Parameters:
        value - allowed object is DataCollection
      • getOutputDataCollection

        public DataCollection getOutputDataCollection()
        Gets the value of the outputDataCollection property.
        Returns:
        possible object is DataCollection
      • setOutputDataCollection

        public void setOutputDataCollection​(DataCollection value)
        Sets the value of the outputDataCollection property.
        Parameters:
        value - allowed object is DataCollection