Package pt.cienciavitae.ns.curriculum
Class Curriculum
- java.lang.Object
-
- pt.cienciavitae.ns.curriculum.Curriculum
-
public class Curriculum 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 ref="{http://www.cienciavitae.pt/ns/identifying-info}identifying-info"/> <element ref="{http://www.cienciavitae.pt/ns/degree}degrees" minOccurs="0"/> <element ref="{http://www.cienciavitae.pt/ns/employment}employments" minOccurs="0"/> <element ref="{http://www.cienciavitae.pt/ns/funding}fundings" minOccurs="0"/> <element ref="{http://www.cienciavitae.pt/ns/output}outputs" minOccurs="0"/> <element ref="{http://www.cienciavitae.pt/ns/service}services" minOccurs="0"/> <element ref="{http://www.cienciavitae.pt/ns/distinction}distinctions" minOccurs="0"/> <element ref="{http://www.cienciavitae.pt/ns/groups}groups" minOccurs="0"/> </sequence> <attribute ref="{http://www.cienciavitae.pt/ns/common}last-modified-date"/> <attribute name="language" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected Degreesdegreesprotected Distinctionsdistinctionsprotected Employmentsemploymentsprotected Fundingsfundingsprotected Groupsgroupsprotected IdentifyingInfoidentifyingInfoprotected Stringlanguageprotected XMLGregorianCalendarlastModifiedDateprotected Outputsoutputsprotected Servicesservices
-
Constructor Summary
Constructors Constructor Description Curriculum()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DegreesgetDegrees()Gets the value of the degrees property.DistinctionsgetDistinctions()Gets the value of the distinctions property.EmploymentsgetEmployments()Gets the value of the employments property.FundingsgetFundings()Gets the value of the fundings property.GroupsgetGroups()Gets the value of the groups property.IdentifyingInfogetIdentifyingInfo()Gets the value of the identifyingInfo property.StringgetLanguage()Gets the value of the language property.XMLGregorianCalendargetLastModifiedDate()Gets the value of the lastModifiedDate property.OutputsgetOutputs()Gets the value of the outputs property.ServicesgetServices()Gets the value of the services property.voidsetDegrees(Degrees value)Sets the value of the degrees property.voidsetDistinctions(Distinctions value)Sets the value of the distinctions property.voidsetEmployments(Employments value)Sets the value of the employments property.voidsetFundings(Fundings value)Sets the value of the fundings property.voidsetGroups(Groups value)Sets the value of the groups property.voidsetIdentifyingInfo(IdentifyingInfo value)Sets the value of the identifyingInfo property.voidsetLanguage(String value)Sets the value of the language property.voidsetLastModifiedDate(XMLGregorianCalendar value)Sets the value of the lastModifiedDate property.voidsetOutputs(Outputs value)Sets the value of the outputs property.voidsetServices(Services value)Sets the value of the services property.
-
-
-
Field Detail
-
identifyingInfo
protected IdentifyingInfo identifyingInfo
-
degrees
protected Degrees degrees
-
employments
protected Employments employments
-
fundings
protected Fundings fundings
-
outputs
protected Outputs outputs
-
services
protected Services services
-
distinctions
protected Distinctions distinctions
-
groups
protected Groups groups
-
lastModifiedDate
protected XMLGregorianCalendar lastModifiedDate
-
language
protected String language
-
-
Method Detail
-
getIdentifyingInfo
public IdentifyingInfo getIdentifyingInfo()
Gets the value of the identifyingInfo property.- Returns:
- possible object is
IdentifyingInfo
-
setIdentifyingInfo
public void setIdentifyingInfo(IdentifyingInfo value)
Sets the value of the identifyingInfo property.- Parameters:
value- allowed object isIdentifyingInfo
-
getDegrees
public Degrees getDegrees()
Gets the value of the degrees property.- Returns:
- possible object is
Degrees
-
setDegrees
public void setDegrees(Degrees value)
Sets the value of the degrees property.- Parameters:
value- allowed object isDegrees
-
getEmployments
public Employments getEmployments()
Gets the value of the employments property.- Returns:
- possible object is
Employments
-
setEmployments
public void setEmployments(Employments value)
Sets the value of the employments property.- Parameters:
value- allowed object isEmployments
-
getFundings
public Fundings getFundings()
Gets the value of the fundings property.- Returns:
- possible object is
Fundings
-
setFundings
public void setFundings(Fundings value)
Sets the value of the fundings property.- Parameters:
value- allowed object isFundings
-
getOutputs
public Outputs getOutputs()
Gets the value of the outputs property.- Returns:
- possible object is
Outputs
-
setOutputs
public void setOutputs(Outputs value)
Sets the value of the outputs property.- Parameters:
value- allowed object isOutputs
-
getServices
public Services getServices()
Gets the value of the services property.- Returns:
- possible object is
Services
-
setServices
public void setServices(Services value)
Sets the value of the services property.- Parameters:
value- allowed object isServices
-
getDistinctions
public Distinctions getDistinctions()
Gets the value of the distinctions property.- Returns:
- possible object is
Distinctions
-
setDistinctions
public void setDistinctions(Distinctions value)
Sets the value of the distinctions property.- Parameters:
value- allowed object isDistinctions
-
getGroups
public Groups getGroups()
Gets the value of the groups property.- Returns:
- possible object is
Groups
-
setGroups
public void setGroups(Groups value)
Sets the value of the groups property.- Parameters:
value- allowed object isGroups
-
getLastModifiedDate
public XMLGregorianCalendar getLastModifiedDate()
Gets the value of the lastModifiedDate property.- Returns:
- possible object is
XMLGregorianCalendar
-
setLastModifiedDate
public void setLastModifiedDate(XMLGregorianCalendar value)
Sets the value of the lastModifiedDate property.- Parameters:
value- allowed object isXMLGregorianCalendar
-
getLanguage
public String getLanguage()
Gets the value of the language property.- Returns:
- possible object is
String
-
-