Class Privilege
- java.lang.Object
-
- pt.cienciavitae.ns.access_privileges.Privilege
-
public class Privilege 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 name="ciencia-id" type="{http://www.cienciavitae.pt/ns/common}string-15-stype"/> <element name="effective-privacy-level" type="{http://www.cienciavitae.pt/ns/common}privacy-level-ctype"/> <element name="effective-role" type="{http://www.cienciavitae.pt/ns/common}role-ctype"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected StringcienciaIdprotected PrivacyLevelCtypeeffectivePrivacyLevelprotected RoleCtypeeffectiveRole
-
Constructor Summary
Constructors Constructor Description Privilege()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCienciaId()Gets the value of the cienciaId property.PrivacyLevelCtypegetEffectivePrivacyLevel()Gets the value of the effectivePrivacyLevel property.RoleCtypegetEffectiveRole()Gets the value of the effectiveRole property.voidsetCienciaId(String value)Sets the value of the cienciaId property.voidsetEffectivePrivacyLevel(PrivacyLevelCtype value)Sets the value of the effectivePrivacyLevel property.voidsetEffectiveRole(RoleCtype value)Sets the value of the effectiveRole property.
-
-
-
Field Detail
-
cienciaId
protected String cienciaId
-
effectivePrivacyLevel
protected PrivacyLevelCtype effectivePrivacyLevel
-
effectiveRole
protected RoleCtype effectiveRole
-
-
Method Detail
-
getCienciaId
public String getCienciaId()
Gets the value of the cienciaId property.- Returns:
- possible object is
String
-
setCienciaId
public void setCienciaId(String value)
Sets the value of the cienciaId property.- Parameters:
value- allowed object isString
-
getEffectivePrivacyLevel
public PrivacyLevelCtype getEffectivePrivacyLevel()
Gets the value of the effectivePrivacyLevel property.- Returns:
- possible object is
PrivacyLevelCtype
-
setEffectivePrivacyLevel
public void setEffectivePrivacyLevel(PrivacyLevelCtype value)
Sets the value of the effectivePrivacyLevel property.- Parameters:
value- allowed object isPrivacyLevelCtype
-
getEffectiveRole
public RoleCtype getEffectiveRole()
Gets the value of the effectiveRole property.- Returns:
- possible object is
RoleCtype
-
-