Class 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>
     
    • Constructor Detail

      • Curriculum

        public Curriculum()
    • 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 is IdentifyingInfo
      • 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 is Degrees
      • 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 is Employments
      • 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 is Fundings
      • 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 is Outputs
      • 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 is Services
      • 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 is Distinctions
      • 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 is Groups
      • getLanguage

        public String getLanguage()
        Gets the value of the language property.
        Returns:
        possible object is String
      • setLanguage

        public void setLanguage​(String value)
        Sets the value of the language property.
        Parameters:
        value - allowed object is String