Package pt.cienciavitae.ns.service
Class CourseCodeCtype
- java.lang.Object
-
- pt.cienciavitae.ns.service.CourseCodeCtype
-
public class CourseCodeCtype extends Object
Java class for course-code-ctype complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="course-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 CourseCodeCtype()
-
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
-
-