Class BroadcastInterviewCtype


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

    Java class for broadcast-interview-ctype complex type.

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

     <complexType name="broadcast-interview-ctype">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="first-broadcast-date" type="{http://www.cienciavitae.pt/ns/common}date-ctype"/>
             <element name="end-date" type="{http://www.cienciavitae.pt/ns/common}date-ctype" minOccurs="0"/>
             <element name="program" type="{http://www.cienciavitae.pt/ns/common}string-555-stype"/>
             <element name="theme" 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="producer" type="{http://www.cienciavitae.pt/ns/common}string-255-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

      • BroadcastInterviewCtype

        public BroadcastInterviewCtype()
    • Method Detail

      • getFirstBroadcastDate

        public DateCtype getFirstBroadcastDate()
        Gets the value of the firstBroadcastDate property.
        Returns:
        possible object is DateCtype
      • setFirstBroadcastDate

        public void setFirstBroadcastDate​(DateCtype value)
        Sets the value of the firstBroadcastDate property.
        Parameters:
        value - allowed object is DateCtype
      • getEndDate

        public DateCtype getEndDate()
        Gets the value of the endDate property.
        Returns:
        possible object is DateCtype
      • setEndDate

        public void setEndDate​(DateCtype value)
        Sets the value of the endDate property.
        Parameters:
        value - allowed object is DateCtype
      • getProgram

        public String getProgram()
        Gets the value of the program property.
        Returns:
        possible object is String
      • setProgram

        public void setProgram​(String value)
        Sets the value of the program property.
        Parameters:
        value - allowed object is String
      • getTheme

        public String getTheme()
        Gets the value of the theme property.
        Returns:
        possible object is String
      • setTheme

        public void setTheme​(String value)
        Sets the value of the theme 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
      • getProducer

        public String getProducer()
        Gets the value of the producer property.
        Returns:
        possible object is String
      • setProducer

        public void setProducer​(String value)
        Sets the value of the producer 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