Class ApiUser


  • public class ApiUser
    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="name" type="{http://www.cienciavitae.pt/ns/common}string-255-stype"/>
             <element name="privacy-level" type="{http://www.cienciavitae.pt/ns/common}privacy-level-ctype"/>
             <element name="role" type="{http://www.cienciavitae.pt/ns/common}role-ctype"/>
             <element name="url" type="{http://www.cienciavitae.pt/ns/common}string-255-stype"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • ApiUser

        public ApiUser()
    • Method Detail

      • getName

        public String getName()
        Gets the value of the name property.
        Returns:
        possible object is String
      • setName

        public void setName​(String value)
        Sets the value of the name property.
        Parameters:
        value - allowed object is String
      • setPrivacyLevel

        public void setPrivacyLevel​(PrivacyLevelCtype value)
        Sets the value of the privacyLevel property.
        Parameters:
        value - allowed object is PrivacyLevelCtype
      • getRole

        public RoleCtype getRole()
        Gets the value of the role property.
        Returns:
        possible object is RoleCtype
      • setRole

        public void setRole​(RoleCtype value)
        Sets the value of the role property.
        Parameters:
        value - allowed object is RoleCtype
      • getUrl

        public String getUrl()
        Gets the value of the url property.
        Returns:
        possible object is String
      • setUrl

        public void setUrl​(String value)
        Sets the value of the url property.
        Parameters:
        value - allowed object is String