Class Acl

  • All Implemented Interfaces:
    Serializable

    public class Acl
    extends Object
    implements Serializable

    Java class for anonymous complex type.

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

     <complexType>
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="aclReference" type="{http://www.iknowbase.com/ws/iknowbase-2}objectReference"/>
             <element name="subsystemReference" type="{http://www.iknowbase.com/ws/iknowbase-2}objectReference"/>
             <element name="ownerReference" type="{http://www.iknowbase.com/ws/iknowbase-2}userReference"/>
             <element name="visible" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
             <element name="aclMembers" minOccurs="0">
               <complexType>
                 <complexContent>
                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                     <sequence>
                       <element name="aclMember" type="{http://www.iknowbase.com/ws/iknowbase-2}aclMember" maxOccurs="unbounded" minOccurs="0"/>
                     </sequence>
                   </restriction>
                 </complexContent>
               </complexType>
             </element>
             <element name="prompts" type="{http://www.iknowbase.com/ws/iknowbase-2}prompts" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Method Detail

      • setAclReference

        public void setAclReference​(ObjectReference value)
        Sets the value of the aclReference property.
        Parameters:
        value - allowed object is ObjectReference
      • getSubsystemReference

        public ObjectReference getSubsystemReference()
        Gets the value of the subsystemReference property.
        Returns:
        possible object is ObjectReference
      • setSubsystemReference

        public void setSubsystemReference​(ObjectReference value)
        Sets the value of the subsystemReference property.
        Parameters:
        value - allowed object is ObjectReference
      • getOwnerReference

        public UserReference getOwnerReference()
        Gets the value of the ownerReference property.
        Returns:
        possible object is UserReference
      • setOwnerReference

        public void setOwnerReference​(UserReference value)
        Sets the value of the ownerReference property.
        Parameters:
        value - allowed object is UserReference
      • isVisible

        public boolean isVisible()
        Gets the value of the visible property.
      • setVisible

        public void setVisible​(boolean value)
        Sets the value of the visible property.
      • getAclMembers

        public Acl.AclMembers getAclMembers()
        Gets the value of the aclMembers property.
        Returns:
        possible object is Acl.AclMembers
      • setAclMembers

        public void setAclMembers​(Acl.AclMembers value)
        Sets the value of the aclMembers property.
        Parameters:
        value - allowed object is Acl.AclMembers
      • getPrompts

        public Prompts getPrompts()
        Gets the value of the prompts property.
        Returns:
        possible object is Prompts
      • setPrompts

        public void setPrompts​(Prompts value)
        Sets the value of the prompts property.
        Parameters:
        value - allowed object is Prompts
      • withVisible

        public Acl withVisible​(boolean value)
      • withPrompts

        public Acl withPrompts​(Prompts value)
      • withSubsystemReference

        public Acl withSubsystemReference​(String externalKey)
      • withPrompt

        public Acl withPrompt​(String languageReference,
                              String value)