Class AccessPrivileges


  • public class AccessPrivileges
    extends Object

    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 ref="{http://www.cienciavitae.pt/ns/api-user}api-user"/>
             <element ref="{http://www.cienciavitae.pt/ns/access-privileges}privilege"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • AccessPrivileges

        public AccessPrivileges()
    • Method Detail

      • getApiUser

        public ApiUser getApiUser()
        Gets the value of the apiUser property.
        Returns:
        possible object is ApiUser
      • setApiUser

        public void setApiUser​(ApiUser value)
        Sets the value of the apiUser property.
        Parameters:
        value - allowed object is ApiUser
      • getPrivilege

        public Privilege getPrivilege()
        Gets the value of the privilege property.
        Returns:
        possible object is Privilege
      • setPrivilege

        public void setPrivilege​(Privilege value)
        Sets the value of the privilege property.
        Parameters:
        value - allowed object is Privilege