Class EventParticipationCtype


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

    Java class for event-participation-ctype complex type.

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

     <complexType name="event-participation-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="event-description" type="{http://www.cienciavitae.pt/ns/common}string-555-stype"/>
             <element name="event-name" type="{http://www.cienciavitae.pt/ns/common}string-555-stype" minOccurs="0"/>
             <element name="event-type" type="{http://www.cienciavitae.pt/ns/service}event-type-ctype" minOccurs="0"/>
             <element ref="{http://www.cienciavitae.pt/ns/common}institutions" minOccurs="0"/>
             <group ref="{http://www.cienciavitae.pt/ns/common}research-classifications-keywords-group"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • EventParticipationCtype

        public EventParticipationCtype()
    • 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
      • getEventDescription

        public String getEventDescription()
        Gets the value of the eventDescription property.
        Returns:
        possible object is String
      • setEventDescription

        public void setEventDescription​(String value)
        Sets the value of the eventDescription property.
        Parameters:
        value - allowed object is String
      • getEventName

        public String getEventName()
        Gets the value of the eventName property.
        Returns:
        possible object is String
      • setEventName

        public void setEventName​(String value)
        Sets the value of the eventName property.
        Parameters:
        value - allowed object is String
      • setEventType

        public void setEventType​(EventTypeCtype value)
        Sets the value of the eventType property.
        Parameters:
        value - allowed object is EventTypeCtype
      • setInstitutions

        public void setInstitutions​(InstitutionsCtype value)
        Sets the value of the institutions 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