Class InvestigationParameter


  • public class InvestigationParameter
    extends Parameter

    Java class for investigationParameter complex type.

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

     <complexType name="investigationParameter">
       <complexContent>
         <extension base="{http://icatproject.org}parameter">
           <sequence>
             <element name="investigation" type="{http://icatproject.org}investigation" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • InvestigationParameter

        public InvestigationParameter()
    • Method Detail

      • getInvestigation

        public Investigation getInvestigation()
        Gets the value of the investigation property.
        Returns:
        possible object is Investigation
      • setInvestigation

        public void setInvestigation​(Investigation value)
        Sets the value of the investigation property.
        Parameters:
        value - allowed object is Investigation