Class TextInterviewCtype


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

    Java class for text-interview-ctype complex type.

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

     <complexType name="text-interview-ctype">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="publication-date" type="{http://www.cienciavitae.pt/ns/common}date-ctype"/>
             <element name="topic" type="{http://www.cienciavitae.pt/ns/common}string-555-stype"/>
             <element name="forum" type="{http://www.cienciavitae.pt/ns/common}string-255-stype" minOccurs="0"/>
             <element name="interviewer-name" type="{http://www.cienciavitae.pt/ns/common}string-120-stype" minOccurs="0"/>
             <element name="url" type="{http://www.cienciavitae.pt/ns/common}string-uri-stype" minOccurs="0"/>
             <group ref="{http://www.cienciavitae.pt/ns/common}research-classifications-keywords-group"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • TextInterviewCtype

        public TextInterviewCtype()
    • Method Detail

      • getPublicationDate

        public DateCtype getPublicationDate()
        Gets the value of the publicationDate property.
        Returns:
        possible object is DateCtype
      • setPublicationDate

        public void setPublicationDate​(DateCtype value)
        Sets the value of the publicationDate property.
        Parameters:
        value - allowed object is DateCtype
      • getTopic

        public String getTopic()
        Gets the value of the topic property.
        Returns:
        possible object is String
      • setTopic

        public void setTopic​(String value)
        Sets the value of the topic property.
        Parameters:
        value - allowed object is String
      • getForum

        public String getForum()
        Gets the value of the forum property.
        Returns:
        possible object is String
      • setForum

        public void setForum​(String value)
        Sets the value of the forum property.
        Parameters:
        value - allowed object is String
      • getInterviewerName

        public String getInterviewerName()
        Gets the value of the interviewerName property.
        Returns:
        possible object is String
      • setInterviewerName

        public void setInterviewerName​(String value)
        Sets the value of the interviewerName property.
        Parameters:
        value - allowed object is String
      • getUrl

        public String getUrl()
        Gets the value of the url property.
        Returns:
        possible object is String
      • setUrl

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