Class InvestigationGroup


  • public class InvestigationGroup
    extends EntityBaseBean

    Java class for investigationGroup complex type.

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

     <complexType name="investigationGroup">
       <complexContent>
         <extension base="{http://icatproject.org}entityBaseBean">
           <sequence>
             <element name="grouping" type="{http://icatproject.org}grouping" minOccurs="0"/>
             <element name="investigation" type="{http://icatproject.org}investigation" minOccurs="0"/>
             <element name="role" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • InvestigationGroup

        public InvestigationGroup()
    • Method Detail

      • getGrouping

        public Grouping getGrouping()
        Gets the value of the grouping property.
        Returns:
        possible object is Grouping
      • setGrouping

        public void setGrouping​(Grouping value)
        Sets the value of the grouping property.
        Parameters:
        value - allowed object is Grouping
      • 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
      • getRole

        public String getRole()
        Gets the value of the role property.
        Returns:
        possible object is String
      • setRole

        public void setRole​(String value)
        Sets the value of the role property.
        Parameters:
        value - allowed object is String