Class GetAclResponse

  • All Implemented Interfaces:
    Serializable

    public class GetAclResponse
    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 minOccurs="0">
             <element ref="{http://www.iknowbase.com/ws/iknowbase-2}acl" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Field Detail

      • acl

        protected Acl acl
    • Constructor Detail

      • GetAclResponse

        public GetAclResponse()
        Default no-arg constructor
      • GetAclResponse

        public GetAclResponse​(Acl acl)
        Fully-initialising value constructor
    • Method Detail

      • getAcl

        public Acl getAcl()
        Gets the value of the acl property.
        Returns:
        possible object is Acl
      • setAcl

        public void setAcl​(Acl value)
        Sets the value of the acl property.
        Parameters:
        value - allowed object is Acl