Class 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>
     
    • Constructor Detail

      • Privilege

        public Privilege()
    • 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 is String
      • 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 is PrivacyLevelCtype
      • getEffectiveRole

        public RoleCtype getEffectiveRole()
        Gets the value of the effectiveRole property.
        Returns:
        possible object is RoleCtype
      • setEffectiveRole

        public void setEffectiveRole​(RoleCtype value)
        Sets the value of the effectiveRole property.
        Parameters:
        value - allowed object is RoleCtype