Package pt.cienciavitae.ns.output
Class RadioTvProgramCtype
- java.lang.Object
-
- pt.cienciavitae.ns.output.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>
-
-
Field Summary
Fields Modifier and Type Field Description protected DateCtypebroadcastDateprotected AuthorsCtypecreatorsprotected StringepisodeTitleprotected IdentifiersCtypeidentifiersprotected KeywordsCtypekeywordsprotected IntegernumberOfEpisodesprotected StringprogramTitleprotected Stringpublisherprotected ResearchClassificationsCtyperesearchClassificationsprotected StringseriesTitle
-
Constructor Summary
Constructors Constructor Description RadioTvProgramCtype()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DateCtypegetBroadcastDate()Gets the value of the broadcastDate property.AuthorsCtypegetCreators()Gets the value of the creators property.StringgetEpisodeTitle()Gets the value of the episodeTitle property.IdentifiersCtypegetIdentifiers()Gets the value of the identifiers property.KeywordsCtypegetKeywords()Gets the value of the keywords property.IntegergetNumberOfEpisodes()Gets the value of the numberOfEpisodes property.StringgetProgramTitle()Gets the value of the programTitle property.StringgetPublisher()Gets the value of the publisher property.ResearchClassificationsCtypegetResearchClassifications()Gets the value of the researchClassifications property.StringgetSeriesTitle()Gets the value of the seriesTitle property.voidsetBroadcastDate(DateCtype value)Sets the value of the broadcastDate property.voidsetCreators(AuthorsCtype value)Sets the value of the creators property.voidsetEpisodeTitle(String value)Sets the value of the episodeTitle property.voidsetIdentifiers(IdentifiersCtype value)Sets the value of the identifiers property.voidsetKeywords(KeywordsCtype value)Sets the value of the keywords property.voidsetNumberOfEpisodes(Integer value)Sets the value of the numberOfEpisodes property.voidsetProgramTitle(String value)Sets the value of the programTitle property.voidsetPublisher(String value)Sets the value of the publisher property.voidsetResearchClassifications(ResearchClassificationsCtype value)Sets the value of the researchClassifications property.voidsetSeriesTitle(String value)Sets the value of the seriesTitle property.
-
-
-
Field Detail
-
programTitle
protected String programTitle
-
episodeTitle
protected String episodeTitle
-
numberOfEpisodes
protected Integer numberOfEpisodes
-
seriesTitle
protected String seriesTitle
-
broadcastDate
protected DateCtype broadcastDate
-
publisher
protected String publisher
-
identifiers
protected IdentifiersCtype identifiers
-
creators
protected AuthorsCtype creators
-
researchClassifications
protected ResearchClassificationsCtype researchClassifications
-
keywords
protected KeywordsCtype keywords
-
-
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 isString
-
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 isString
-
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 isInteger
-
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 isString
-
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 isDateCtype
-
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 isString
-
getIdentifiers
public IdentifiersCtype getIdentifiers()
Gets the value of the identifiers property.- Returns:
- possible object is
IdentifiersCtype
-
setIdentifiers
public void setIdentifiers(IdentifiersCtype value)
Sets the value of the identifiers property.- Parameters:
value- allowed object isIdentifiersCtype
-
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 isAuthorsCtype
-
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
-
-