Package pt.cienciavitae.ns.degree
Class DegreeCodeCtype
- java.lang.Object
-
- pt.cienciavitae.ns.degree.DegreeCodeCtype
-
public class DegreeCodeCtype extends Object
Java class for degree-code-ctype complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="degree-code-ctype"> <simpleContent> <extension base="<http://www.w3.org/2001/XMLSchema>string"> <attribute name="speciality-code" type="{http://www.cienciavitae.pt/ns/common}string-15-stype" /> </extension> </simpleContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected StringspecialityCodeprotected Stringvalue
-
Constructor Summary
Constructors Constructor Description DegreeCodeCtype()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetSpecialityCode()Gets the value of the specialityCode property.StringgetValue()Gets the value of the value property.voidsetSpecialityCode(String value)Sets the value of the specialityCode 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
-
getSpecialityCode
public String getSpecialityCode()
Gets the value of the specialityCode property.- Returns:
- possible object is
String
-
-