Class EventAdministrationCtype


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

    Java class for event-administration-ctype complex type.

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

     <complexType name="event-administration-ctype">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="activity-start-date" type="{http://www.cienciavitae.pt/ns/common}date-ctype"/>
             <element name="activity-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-type" type="{http://www.cienciavitae.pt/ns/service}event-type-ctype" minOccurs="0"/>
             <element name="administrative-role" type="{http://www.cienciavitae.pt/ns/service}administrative-role-ctype" minOccurs="0"/>
             <element name="event-start-date" type="{http://www.cienciavitae.pt/ns/common}date-ctype"/>
             <element name="event-end-date" type="{http://www.cienciavitae.pt/ns/common}date-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

      • EventAdministrationCtype

        public EventAdministrationCtype()
    • Method Detail

      • getActivityStartDate

        public DateCtype getActivityStartDate()
        Gets the value of the activityStartDate property.
        Returns:
        possible object is DateCtype
      • setActivityStartDate

        public void setActivityStartDate​(DateCtype value)
        Sets the value of the activityStartDate property.
        Parameters:
        value - allowed object is DateCtype
      • getActivityEndDate

        public DateCtype getActivityEndDate()
        Gets the value of the activityEndDate property.
        Returns:
        possible object is DateCtype
      • setActivityEndDate

        public void setActivityEndDate​(DateCtype value)
        Sets the value of the activityEndDate 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
      • setEventType

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

        public DateCtype getEventStartDate()
        Gets the value of the eventStartDate property.
        Returns:
        possible object is DateCtype
      • setEventStartDate

        public void setEventStartDate​(DateCtype value)
        Sets the value of the eventStartDate property.
        Parameters:
        value - allowed object is DateCtype
      • getEventEndDate

        public DateCtype getEventEndDate()
        Gets the value of the eventEndDate property.
        Returns:
        possible object is DateCtype
      • setEventEndDate

        public void setEventEndDate​(DateCtype value)
        Sets the value of the eventEndDate property.
        Parameters:
        value - allowed object is DateCtype
      • 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