Package pt.cienciavitae.ns.api_user
Class ApiUser
- java.lang.Object
-
- pt.cienciavitae.ns.api_user.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>
-
-
Field Summary
Fields Modifier and Type Field Description protected Stringnameprotected PrivacyLevelCtypeprivacyLevelprotected RoleCtyperoleprotected Stringurl
-
Constructor Summary
Constructors Constructor Description ApiUser()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetName()Gets the value of the name property.PrivacyLevelCtypegetPrivacyLevel()Gets the value of the privacyLevel property.RoleCtypegetRole()Gets the value of the role property.StringgetUrl()Gets the value of the url property.voidsetName(String value)Sets the value of the name property.voidsetPrivacyLevel(PrivacyLevelCtype value)Sets the value of the privacyLevel property.voidsetRole(RoleCtype value)Sets the value of the role property.voidsetUrl(String value)Sets the value of the url property.
-
-
-
Field Detail
-
name
protected String name
-
privacyLevel
protected PrivacyLevelCtype privacyLevel
-
role
protected RoleCtype role
-
url
protected String url
-
-
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 isString
-
getPrivacyLevel
public PrivacyLevelCtype getPrivacyLevel()
Gets the value of the privacyLevel property.- Returns:
- possible object is
PrivacyLevelCtype
-
setPrivacyLevel
public void setPrivacyLevel(PrivacyLevelCtype value)
Sets the value of the privacyLevel property.- Parameters:
value- allowed object isPrivacyLevelCtype
-
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 isRoleCtype
-
getUrl
public String getUrl()
Gets the value of the url property.- Returns:
- possible object is
String
-
-