Class PermissionUpdate


  • public class PermissionUpdate
    extends java.lang.Object

    Java class for PermissionUpdate complex type.

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

     <complexType name="PermissionUpdate">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="groupHandle" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="permissionType" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="isAllowed" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
             <element name="isOverride" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getGroupHandle()
      Gets the value of the groupHandle property.
      java.lang.String getPermissionType()
      Gets the value of the permissionType property.
      boolean isIsAllowed()
      Gets the value of the isAllowed property.
      boolean isIsOverride()
      Gets the value of the isOverride property.
      void setGroupHandle​(java.lang.String value)
      Sets the value of the groupHandle property.
      void setIsAllowed​(boolean value)
      Sets the value of the isAllowed property.
      void setIsOverride​(boolean value)
      Sets the value of the isOverride property.
      void setPermissionType​(java.lang.String value)
      Sets the value of the permissionType property.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • PermissionUpdate

        public PermissionUpdate()
    • Method Detail

      • getGroupHandle

        public java.lang.String getGroupHandle()
        Gets the value of the groupHandle property.
        Returns:
        possible object is String
      • setGroupHandle

        public void setGroupHandle​(java.lang.String value)
        Sets the value of the groupHandle property.
        Parameters:
        value - allowed object is String
      • getPermissionType

        public java.lang.String getPermissionType()
        Gets the value of the permissionType property.
        Returns:
        possible object is String
      • setPermissionType

        public void setPermissionType​(java.lang.String value)
        Sets the value of the permissionType property.
        Parameters:
        value - allowed object is String
      • isIsAllowed

        public boolean isIsAllowed()
        Gets the value of the isAllowed property.
      • setIsAllowed

        public void setIsAllowed​(boolean value)
        Sets the value of the isAllowed property.
      • isIsOverride

        public boolean isIsOverride()
        Gets the value of the isOverride property.
      • setIsOverride

        public void setIsOverride​(boolean value)
        Sets the value of the isOverride property.