Class ScientificExpeditionCtype


  • public class ScientificExpeditionCtype
    extends Object
    Corresponding to "service:service-category[@code='S112']"

    Java class for scientific-expedition-ctype complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="scientific-expedition-ctype">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="start-date" type="{http://www.cienciavitae.pt/ns/common}date-ctype"/>
             <element name="end-date" type="{http://www.cienciavitae.pt/ns/common}date-ctype" minOccurs="0"/>
             <element name="activity-description" type="{http://www.cienciavitae.pt/ns/common}string-555-stype"/>
             <element name="organizations" type="{http://www.cienciavitae.pt/ns/common}institutions-ctype" minOccurs="0"/>
             <group ref="{http://www.cienciavitae.pt/ns/common}research-classifications-keywords-group"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • ScientificExpeditionCtype

        public ScientificExpeditionCtype()
    • Method Detail

      • 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 is DateCtype
      • 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 is DateCtype
      • getActivityDescription

        public String getActivityDescription()
        Gets the value of the activityDescription property.
        Returns:
        possible object is String
      • setActivityDescription

        public void setActivityDescription​(String value)
        Sets the value of the activityDescription property.
        Parameters:
        value - allowed object is String
      • setOrganizations

        public void setOrganizations​(InstitutionsCtype value)
        Sets the value of the organizations property.
        Parameters:
        value - allowed object is InstitutionsCtype
      • getKeywords

        public KeywordsCtype getKeywords()
        Gets the value of the keywords property.
        Returns:
        possible object is KeywordsCtype
      • setKeywords

        public void setKeywords​(KeywordsCtype value)
        Sets the value of the keywords property.
        Parameters:
        value - allowed object is KeywordsCtype