Package pt.cienciavitae.ns.groups
Class EmploymentServiceCtype.Service
- java.lang.Object
-
- pt.cienciavitae.ns.groups.EmploymentServiceCtype.Service
-
- Enclosing class:
- EmploymentServiceCtype
public static class EmploymentServiceCtype.Service 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="description" type="{http://www.cienciavitae.pt/ns/common}string-555-stype" minOccurs="0"/> <element name="start-date" type="{http://www.cienciavitae.pt/ns/common}date-ctype" minOccurs="0"/> <element name="end-date" type="{http://www.cienciavitae.pt/ns/common}date-ctype" minOccurs="0"/> </sequence> <attribute name="id" use="required" type="{http://www.cienciavitae.pt/ns/common}id-stype" /> </restriction> </complexContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description Service()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDescription()Gets the value of the description property.DateCtypegetEndDate()Gets the value of the endDate property.intgetId()Gets the value of the id property.DateCtypegetStartDate()Gets the value of the startDate property.voidsetDescription(String value)Sets the value of the description property.voidsetEndDate(DateCtype value)Sets the value of the endDate property.voidsetId(int value)Sets the value of the id property.voidsetStartDate(DateCtype value)Sets the value of the startDate property.
-
-
-
Method Detail
-
getDescription
public String getDescription()
Gets the value of the description property.- Returns:
- possible object is
String
-
setDescription
public void setDescription(String value)
Sets the value of the description property.- Parameters:
value- allowed object isString
-
getStartDate
public DateCtype getStartDate()
Gets the value of the startDate property.- Returns:
- possible object is
DateCtype
-
setStartDate
public void setStartDate(DateCtype value)
Sets the value of the startDate property.- Parameters:
value- allowed object isDateCtype
-
getEndDate
public DateCtype getEndDate()
Gets the value of the endDate property.- Returns:
- possible object is
DateCtype
-
setEndDate
public void setEndDate(DateCtype value)
Sets the value of the endDate property.- Parameters:
value- allowed object isDateCtype
-
getId
public int getId()
Gets the value of the id property.
-
setId
public void setId(int value)
Sets the value of the id property.
-
-