Package pt.cienciavitae.ns.common
Class SupervisorCtype
- java.lang.Object
-
- pt.cienciavitae.ns.common.SupervisorCtype
-
public class SupervisorCtype extends Object
Java class for supervisor-ctype complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="supervisor-ctype"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="supervisor-name" type="{http://www.cienciavitae.pt/ns/common}string-120-stype"/> <element name="supervisor-role" type="{http://www.cienciavitae.pt/ns/common}supervisor-role-ctype"/> </sequence> <attribute name="ciencia-id" type="{http://www.cienciavitae.pt/ns/common}string-14-stype" /> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected StringcienciaIdprotected StringsupervisorNameprotected SupervisorRoleCtypesupervisorRole
-
Constructor Summary
Constructors Constructor Description SupervisorCtype()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCienciaId()Gets the value of the cienciaId property.StringgetSupervisorName()Gets the value of the supervisorName property.SupervisorRoleCtypegetSupervisorRole()Gets the value of the supervisorRole property.voidsetCienciaId(String value)Sets the value of the cienciaId property.voidsetSupervisorName(String value)Sets the value of the supervisorName property.voidsetSupervisorRole(SupervisorRoleCtype value)Sets the value of the supervisorRole property.
-
-
-
Field Detail
-
supervisorName
protected String supervisorName
-
supervisorRole
protected SupervisorRoleCtype supervisorRole
-
cienciaId
protected String cienciaId
-
-
Method Detail
-
getSupervisorName
public String getSupervisorName()
Gets the value of the supervisorName property.- Returns:
- possible object is
String
-
setSupervisorName
public void setSupervisorName(String value)
Sets the value of the supervisorName property.- Parameters:
value- allowed object isString
-
getSupervisorRole
public SupervisorRoleCtype getSupervisorRole()
Gets the value of the supervisorRole property.- Returns:
- possible object is
SupervisorRoleCtype
-
setSupervisorRole
public void setSupervisorRole(SupervisorRoleCtype value)
Sets the value of the supervisorRole property.- Parameters:
value- allowed object isSupervisorRoleCtype
-
getCienciaId
public String getCienciaId()
Gets the value of the cienciaId property.- Returns:
- possible object is
String
-
-