Class UserGroup


  • public class UserGroup
    extends EntityBaseBean

    Java class for userGroup complex type.

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

     <complexType name="userGroup">
       <complexContent>
         <extension base="{http://icatproject.org}entityBaseBean">
           <sequence>
             <element name="grouping" type="{http://icatproject.org}grouping" minOccurs="0"/>
             <element name="user" type="{http://icatproject.org}user" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    • Field Detail

      • user

        protected User user
    • Constructor Detail

      • UserGroup

        public UserGroup()
    • 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
      • getUser

        public User getUser()
        Gets the value of the user property.
        Returns:
        possible object is User
      • setUser

        public void setUser​(User value)
        Sets the value of the user property.
        Parameters:
        value - allowed object is User