Class AccessPrivileges
- java.lang.Object
-
- pt.cienciavitae.ns.access_privileges.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 Summary
Constructors Constructor Description AccessPrivileges()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ApiUsergetApiUser()Gets the value of the apiUser property.PrivilegegetPrivilege()Gets the value of the privilege property.voidsetApiUser(ApiUser value)Sets the value of the apiUser property.voidsetPrivilege(Privilege value)Sets the value of the privilege property.
-
-
-
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 isApiUser
-
getPrivilege
public Privilege getPrivilege()
Gets the value of the privilege property.- Returns:
- possible object is
Privilege
-
-