Package pt.cienciavitae.ns.service
Class BroadcastInterviewCtype
- java.lang.Object
-
- pt.cienciavitae.ns.service.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>
-
-
Field Summary
Fields Modifier and Type Field Description protected DateCtypeendDateprotected DateCtypefirstBroadcastDateprotected StringinterviewerNameprotected KeywordsCtypekeywordsprotected Stringproducerprotected Stringprogramprotected ResearchClassificationsCtyperesearchClassificationsprotected Stringthemeprotected Stringurl
-
Constructor Summary
Constructors Constructor Description BroadcastInterviewCtype()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DateCtypegetEndDate()Gets the value of the endDate property.DateCtypegetFirstBroadcastDate()Gets the value of the firstBroadcastDate property.StringgetInterviewerName()Gets the value of the interviewerName property.KeywordsCtypegetKeywords()Gets the value of the keywords property.StringgetProducer()Gets the value of the producer property.StringgetProgram()Gets the value of the program property.ResearchClassificationsCtypegetResearchClassifications()Gets the value of the researchClassifications property.StringgetTheme()Gets the value of the theme property.StringgetUrl()Gets the value of the url property.voidsetEndDate(DateCtype value)Sets the value of the endDate property.voidsetFirstBroadcastDate(DateCtype value)Sets the value of the firstBroadcastDate property.voidsetInterviewerName(String value)Sets the value of the interviewerName property.voidsetKeywords(KeywordsCtype value)Sets the value of the keywords property.voidsetProducer(String value)Sets the value of the producer property.voidsetProgram(String value)Sets the value of the program property.voidsetResearchClassifications(ResearchClassificationsCtype value)Sets the value of the researchClassifications property.voidsetTheme(String value)Sets the value of the theme property.voidsetUrl(String value)Sets the value of the url property.
-
-
-
Field Detail
-
firstBroadcastDate
protected DateCtype firstBroadcastDate
-
endDate
protected DateCtype endDate
-
program
protected String program
-
theme
protected String theme
-
interviewerName
protected String interviewerName
-
producer
protected String producer
-
url
protected String url
-
researchClassifications
protected ResearchClassificationsCtype researchClassifications
-
keywords
protected KeywordsCtype keywords
-
-
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 isDateCtype
-
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 isDateCtype
-
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 isString
-
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 isString
-
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 isString
-
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 isString
-
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 isString
-
getResearchClassifications
public ResearchClassificationsCtype getResearchClassifications()
Gets the value of the researchClassifications property.- Returns:
- possible object is
ResearchClassificationsCtype
-
setResearchClassifications
public void setResearchClassifications(ResearchClassificationsCtype value)
Sets the value of the researchClassifications property.- Parameters:
value- allowed object isResearchClassificationsCtype
-
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 isKeywordsCtype
-
-