Class RadioTvProgramCtype


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

    Java class for radio-tv-program-ctype complex type.

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

     <complexType name="radio-tv-program-ctype">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="program-title" type="{http://www.cienciavitae.pt/ns/common}string-400-stype"/>
             <element name="episode-title" type="{http://www.cienciavitae.pt/ns/common}string-400-stype" minOccurs="0"/>
             <element name="number-of-episodes" type="{http://www.cienciavitae.pt/ns/common}int-6-stype" minOccurs="0"/>
             <element name="series-title" type="{http://www.cienciavitae.pt/ns/common}string-400-stype" minOccurs="0"/>
             <element name="broadcast-date" type="{http://www.cienciavitae.pt/ns/common}date-ctype"/>
             <element name="publisher" type="{http://www.cienciavitae.pt/ns/common}string-255-stype" minOccurs="0"/>
             <element name="identifiers" type="{http://www.cienciavitae.pt/ns/output}identifiers-ctype" minOccurs="0"/>
             <element name="creators" type="{http://www.cienciavitae.pt/ns/output}authors-ctype"/>
             <group ref="{http://www.cienciavitae.pt/ns/common}research-classifications-keywords-group"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • RadioTvProgramCtype

        public RadioTvProgramCtype()
    • Method Detail

      • getProgramTitle

        public String getProgramTitle()
        Gets the value of the programTitle property.
        Returns:
        possible object is String
      • setProgramTitle

        public void setProgramTitle​(String value)
        Sets the value of the programTitle property.
        Parameters:
        value - allowed object is String
      • getEpisodeTitle

        public String getEpisodeTitle()
        Gets the value of the episodeTitle property.
        Returns:
        possible object is String
      • setEpisodeTitle

        public void setEpisodeTitle​(String value)
        Sets the value of the episodeTitle property.
        Parameters:
        value - allowed object is String
      • getNumberOfEpisodes

        public Integer getNumberOfEpisodes()
        Gets the value of the numberOfEpisodes property.
        Returns:
        possible object is Integer
      • setNumberOfEpisodes

        public void setNumberOfEpisodes​(Integer value)
        Sets the value of the numberOfEpisodes property.
        Parameters:
        value - allowed object is Integer
      • getSeriesTitle

        public String getSeriesTitle()
        Gets the value of the seriesTitle property.
        Returns:
        possible object is String
      • setSeriesTitle

        public void setSeriesTitle​(String value)
        Sets the value of the seriesTitle property.
        Parameters:
        value - allowed object is String
      • getBroadcastDate

        public DateCtype getBroadcastDate()
        Gets the value of the broadcastDate property.
        Returns:
        possible object is DateCtype
      • setBroadcastDate

        public void setBroadcastDate​(DateCtype value)
        Sets the value of the broadcastDate property.
        Parameters:
        value - allowed object is DateCtype
      • getPublisher

        public String getPublisher()
        Gets the value of the publisher property.
        Returns:
        possible object is String
      • setPublisher

        public void setPublisher​(String value)
        Sets the value of the publisher 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
      • getCreators

        public AuthorsCtype getCreators()
        Gets the value of the creators property.
        Returns:
        possible object is AuthorsCtype
      • setCreators

        public void setCreators​(AuthorsCtype value)
        Sets the value of the creators 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