Class StudyInvestigation


  • public class StudyInvestigation
    extends EntityBaseBean

    Java class for studyInvestigation complex type.

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

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

      • StudyInvestigation

        public StudyInvestigation()
    • 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
      • getStudy

        public Study getStudy()
        Gets the value of the study property.
        Returns:
        possible object is Study
      • setStudy

        public void setStudy​(Study value)
        Sets the value of the study property.
        Parameters:
        value - allowed object is Study