Class NonResearchPresentationCtype


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

    Java class for non-research-presentation-ctype complex type.

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

     <complexType name="non-research-presentation-ctype">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="presentation-date" type="{http://www.cienciavitae.pt/ns/common}date-ctype"/>
             <element name="title" type="{http://www.cienciavitae.pt/ns/common}string-555-stype"/>
             <element name="conference-event" type="{http://www.cienciavitae.pt/ns/common}string-555-stype" minOccurs="0"/>
             <element name="organization-presented-to" type="{http://www.cienciavitae.pt/ns/common}string-255-stype" minOccurs="0"/>
             <element name="conference-event-location" type="{http://www.cienciavitae.pt/ns/service}conference-event-location-ctype" minOccurs="0"/>
             <element name="invited" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
             <element name="keynote" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
             <element name="competitive" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
             <element name="authors" type="{http://www.cienciavitae.pt/ns/common}authors-ctype" minOccurs="0"/>
             <element name="presenters" type="{http://www.cienciavitae.pt/ns/common}authors-ctype" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • NonResearchPresentationCtype

        public NonResearchPresentationCtype()
    • Method Detail

      • getPresentationDate

        public DateCtype getPresentationDate()
        Gets the value of the presentationDate property.
        Returns:
        possible object is DateCtype
      • setPresentationDate

        public void setPresentationDate​(DateCtype value)
        Sets the value of the presentationDate property.
        Parameters:
        value - allowed object is DateCtype
      • getTitle

        public String getTitle()
        Gets the value of the title property.
        Returns:
        possible object is String
      • setTitle

        public void setTitle​(String value)
        Sets the value of the title property.
        Parameters:
        value - allowed object is String
      • getConferenceEvent

        public String getConferenceEvent()
        Gets the value of the conferenceEvent property.
        Returns:
        possible object is String
      • setConferenceEvent

        public void setConferenceEvent​(String value)
        Sets the value of the conferenceEvent property.
        Parameters:
        value - allowed object is String
      • getOrganizationPresentedTo

        public String getOrganizationPresentedTo()
        Gets the value of the organizationPresentedTo property.
        Returns:
        possible object is String
      • setOrganizationPresentedTo

        public void setOrganizationPresentedTo​(String value)
        Sets the value of the organizationPresentedTo property.
        Parameters:
        value - allowed object is String
      • isInvited

        public Boolean isInvited()
        Gets the value of the invited property.
        Returns:
        possible object is Boolean
      • setInvited

        public void setInvited​(Boolean value)
        Sets the value of the invited property.
        Parameters:
        value - allowed object is Boolean
      • isKeynote

        public Boolean isKeynote()
        Gets the value of the keynote property.
        Returns:
        possible object is Boolean
      • setKeynote

        public void setKeynote​(Boolean value)
        Sets the value of the keynote property.
        Parameters:
        value - allowed object is Boolean
      • isCompetitive

        public Boolean isCompetitive()
        Gets the value of the competitive property.
        Returns:
        possible object is Boolean
      • setCompetitive

        public void setCompetitive​(Boolean value)
        Sets the value of the competitive property.
        Parameters:
        value - allowed object is Boolean
      • getAuthors

        public AuthorsCtype getAuthors()
        Gets the value of the authors property.
        Returns:
        possible object is AuthorsCtype
      • setAuthors

        public void setAuthors​(AuthorsCtype value)
        Sets the value of the authors property.
        Parameters:
        value - allowed object is AuthorsCtype
      • getPresenters

        public AuthorsCtype getPresenters()
        Gets the value of the presenters property.
        Returns:
        possible object is AuthorsCtype
      • setPresenters

        public void setPresenters​(AuthorsCtype value)
        Sets the value of the presenters property.
        Parameters:
        value - allowed object is AuthorsCtype