Class ConferencePaperCtype


  • public class ConferencePaperCtype
    extends Object
    Corresponding to "output:output-type[@code='P122']"

    Java class for conference-paper-ctype complex type.

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

     <complexType name="conference-paper-ctype">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="paper-title" type="{http://www.cienciavitae.pt/ns/common}string-400-stype"/>
             <element name="conference-name" type="{http://www.cienciavitae.pt/ns/common}string-400-stype" minOccurs="0"/>
             <element name="presentation-date" type="{http://www.cienciavitae.pt/ns/common}date-ctype" minOccurs="0"/>
             <element name="conference-date" type="{http://www.cienciavitae.pt/ns/common}date-ctype"/>
             <element name="conference-location" type="{http://www.cienciavitae.pt/ns/output}publication-location-ctype" minOccurs="0"/>
             <element name="proceedings-title" type="{http://www.cienciavitae.pt/ns/common}string-400-stype" minOccurs="0"/>
             <element name="page-range-from" type="{http://www.cienciavitae.pt/ns/common}string-20-stype" minOccurs="0"/>
             <element name="page-range-to" type="{http://www.cienciavitae.pt/ns/common}string-20-stype" minOccurs="0"/>
             <element name="publication-status" type="{http://www.cienciavitae.pt/ns/output}publication-status-ctype" minOccurs="0"/>
             <element name="publication-location" type="{http://www.cienciavitae.pt/ns/output}publication-location-ctype" minOccurs="0"/>
             <element name="proceedings-publisher" type="{http://www.cienciavitae.pt/ns/common}string-255-stype" minOccurs="0"/>
             <element name="authoring-role" type="{http://www.cienciavitae.pt/ns/output}publication-role-ctype" minOccurs="0"/>
             <element name="identifiers" type="{http://www.cienciavitae.pt/ns/output}identifiers-ctype" minOccurs="0"/>
             <element name="authors" type="{http://www.cienciavitae.pt/ns/output}authors-ctype"/>
             <element name="presenters" type="{http://www.cienciavitae.pt/ns/output}authors-ctype" minOccurs="0"/>
             <element name="proceedings-editors" type="{http://www.cienciavitae.pt/ns/output}authors-ctype" minOccurs="0"/>
             <group ref="{http://www.cienciavitae.pt/ns/common}research-classifications-keywords-group"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • ConferencePaperCtype

        public ConferencePaperCtype()
    • Method Detail

      • getPaperTitle

        public String getPaperTitle()
        Gets the value of the paperTitle property.
        Returns:
        possible object is String
      • setPaperTitle

        public void setPaperTitle​(String value)
        Sets the value of the paperTitle property.
        Parameters:
        value - allowed object is String
      • getConferenceName

        public String getConferenceName()
        Gets the value of the conferenceName property.
        Returns:
        possible object is String
      • setConferenceName

        public void setConferenceName​(String value)
        Sets the value of the conferenceName property.
        Parameters:
        value - allowed object is String
      • 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
      • getConferenceDate

        public DateCtype getConferenceDate()
        Gets the value of the conferenceDate property.
        Returns:
        possible object is DateCtype
      • setConferenceDate

        public void setConferenceDate​(DateCtype value)
        Sets the value of the conferenceDate property.
        Parameters:
        value - allowed object is DateCtype
      • getProceedingsTitle

        public String getProceedingsTitle()
        Gets the value of the proceedingsTitle property.
        Returns:
        possible object is String
      • setProceedingsTitle

        public void setProceedingsTitle​(String value)
        Sets the value of the proceedingsTitle property.
        Parameters:
        value - allowed object is String
      • getPageRangeFrom

        public String getPageRangeFrom()
        Gets the value of the pageRangeFrom property.
        Returns:
        possible object is String
      • setPageRangeFrom

        public void setPageRangeFrom​(String value)
        Sets the value of the pageRangeFrom property.
        Parameters:
        value - allowed object is String
      • getPageRangeTo

        public String getPageRangeTo()
        Gets the value of the pageRangeTo property.
        Returns:
        possible object is String
      • setPageRangeTo

        public void setPageRangeTo​(String value)
        Sets the value of the pageRangeTo property.
        Parameters:
        value - allowed object is String
      • getProceedingsPublisher

        public String getProceedingsPublisher()
        Gets the value of the proceedingsPublisher property.
        Returns:
        possible object is String
      • setProceedingsPublisher

        public void setProceedingsPublisher​(String value)
        Sets the value of the proceedingsPublisher property.
        Parameters:
        value - allowed object is String
      • setIdentifiers

        public void setIdentifiers​(IdentifiersCtype value)
        Sets the value of the identifiers property.
        Parameters:
        value - allowed object is IdentifiersCtype
      • 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
      • getProceedingsEditors

        public AuthorsCtype getProceedingsEditors()
        Gets the value of the proceedingsEditors property.
        Returns:
        possible object is AuthorsCtype
      • setProceedingsEditors

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