Class PermissionSet


  • public class PermissionSet
    extends java.lang.Object

    Java class for PermissionSet complex type.

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

     <complexType name="PermissionSet">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="permissionSetHandle" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="permissionArray" type="{http://www.scene7.com/IpsApi/xsd/2021-04-26-beta}PermissionArray" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • PermissionSet

        public PermissionSet()
    • Method Detail

      • getPermissionSetHandle

        public java.lang.String getPermissionSetHandle()
        Gets the value of the permissionSetHandle property.
        Returns:
        possible object is String
      • setPermissionSetHandle

        public void setPermissionSetHandle​(java.lang.String value)
        Sets the value of the permissionSetHandle property.
        Parameters:
        value - allowed object is String
      • getPermissionArray

        public PermissionArray getPermissionArray()
        Gets the value of the permissionArray property.
        Returns:
        possible object is PermissionArray
      • setPermissionArray

        public void setPermissionArray​(PermissionArray value)
        Sets the value of the permissionArray property.
        Parameters:
        value - allowed object is PermissionArray