Package pt.cienciavitae.ns.funding
Class InvestigatorCtype
- java.lang.Object
-
- pt.cienciavitae.ns.funding.InvestigatorCtype
-
public class InvestigatorCtype extends Object
Java class for investigator-ctype complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="investigator-ctype"> <simpleContent> <extension base="<http://www.cienciavitae.pt/ns/common>string-120-stype"> <attribute name="ciencia-id" type="{http://www.cienciavitae.pt/ns/common}string-14-stype" /> </extension> </simpleContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description InvestigatorCtype()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCienciaId()Gets the value of the cienciaId property.StringgetValue()Gets the value of the value property.voidsetCienciaId(String value)Sets the value of the cienciaId property.voidsetValue(String value)Sets the value of the value property.
-
-
-
Method Detail
-
getValue
public String getValue()
Gets the value of the value property.- Returns:
- possible object is
String
-
setValue
public void setValue(String value)
Sets the value of the value property.- Parameters:
value- allowed object isString
-
getCienciaId
public String getCienciaId()
Gets the value of the cienciaId property.- Returns:
- possible object is
String
-
-