Class InvestigationFacilityCycle


  • public class InvestigationFacilityCycle
    extends EntityBaseBean

    Java class for investigationFacilityCycle complex type.

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

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

      • InvestigationFacilityCycle

        public InvestigationFacilityCycle()
    • Method Detail

      • getFacilityCycle

        public FacilityCycle getFacilityCycle()
        Gets the value of the facilityCycle property.
        Returns:
        possible object is FacilityCycle
      • setFacilityCycle

        public void setFacilityCycle​(FacilityCycle value)
        Sets the value of the facilityCycle property.
        Parameters:
        value - allowed object is FacilityCycle
      • 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