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 name="acl" type="{http://www.iknowbase.com/ws/iknowbase-1}aclType" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Constructor Detail

      • GetAclResponse

        public GetAclResponse()
        Default no-arg constructor
      • GetAclResponse

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

      • getAcl

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

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