Package pt.cienciavitae.ns.output
Class TheatricCtype
- java.lang.Object
-
- pt.cienciavitae.ns.output.TheatricCtype
-
public class TheatricCtype extends Object
Corresponding to "output:output-type[@code='P309']"Java class for theatric-ctype complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="theatric-ctype"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="the-title-of-work" type="{http://www.cienciavitae.pt/ns/common}string-400-stype"/> <element name="producer" type="{http://www.cienciavitae.pt/ns/common}string-255-stype" minOccurs="0"/> <element name="date-of-first-performance" type="{http://www.cienciavitae.pt/ns/common}date-ctype"/> <element name="identifiers" type="{http://www.cienciavitae.pt/ns/output}identifiers-ctype" minOccurs="0"/> <element name="authors" type="{http://www.cienciavitae.pt/ns/output}authors-ctype"/> <element name="collaborators" type="{http://www.cienciavitae.pt/ns/output}authors-ctype" minOccurs="0"/> <element name="venues" type="{http://www.cienciavitae.pt/ns/output}venues-ctype" minOccurs="0"/> <element name="dates-of-subsequent-performances" type="{http://www.cienciavitae.pt/ns/output}dates-ctype" 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 AuthorsCtypeauthorsprotected AuthorsCtypecollaboratorsprotected DateCtypedateOfFirstPerformanceprotected DatesCtypedatesOfSubsequentPerformancesprotected IdentifiersCtypeidentifiersprotected KeywordsCtypekeywordsprotected Stringproducerprotected ResearchClassificationsCtyperesearchClassificationsprotected StringtheTitleOfWorkprotected VenuesCtypevenues
-
Constructor Summary
Constructors Constructor Description TheatricCtype()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AuthorsCtypegetAuthors()Gets the value of the authors property.AuthorsCtypegetCollaborators()Gets the value of the collaborators property.DateCtypegetDateOfFirstPerformance()Gets the value of the dateOfFirstPerformance property.DatesCtypegetDatesOfSubsequentPerformances()Gets the value of the datesOfSubsequentPerformances property.IdentifiersCtypegetIdentifiers()Gets the value of the identifiers property.KeywordsCtypegetKeywords()Gets the value of the keywords property.StringgetProducer()Gets the value of the producer property.ResearchClassificationsCtypegetResearchClassifications()Gets the value of the researchClassifications property.StringgetTheTitleOfWork()Gets the value of the theTitleOfWork property.VenuesCtypegetVenues()Gets the value of the venues property.voidsetAuthors(AuthorsCtype value)Sets the value of the authors property.voidsetCollaborators(AuthorsCtype value)Sets the value of the collaborators property.voidsetDateOfFirstPerformance(DateCtype value)Sets the value of the dateOfFirstPerformance property.voidsetDatesOfSubsequentPerformances(DatesCtype value)Sets the value of the datesOfSubsequentPerformances property.voidsetIdentifiers(IdentifiersCtype value)Sets the value of the identifiers property.voidsetKeywords(KeywordsCtype value)Sets the value of the keywords property.voidsetProducer(String value)Sets the value of the producer property.voidsetResearchClassifications(ResearchClassificationsCtype value)Sets the value of the researchClassifications property.voidsetTheTitleOfWork(String value)Sets the value of the theTitleOfWork property.voidsetVenues(VenuesCtype value)Sets the value of the venues property.
-
-
-
Field Detail
-
theTitleOfWork
protected String theTitleOfWork
-
producer
protected String producer
-
dateOfFirstPerformance
protected DateCtype dateOfFirstPerformance
-
identifiers
protected IdentifiersCtype identifiers
-
authors
protected AuthorsCtype authors
-
collaborators
protected AuthorsCtype collaborators
-
venues
protected VenuesCtype venues
-
datesOfSubsequentPerformances
protected DatesCtype datesOfSubsequentPerformances
-
researchClassifications
protected ResearchClassificationsCtype researchClassifications
-
keywords
protected KeywordsCtype keywords
-
-
Method Detail
-
getTheTitleOfWork
public String getTheTitleOfWork()
Gets the value of the theTitleOfWork property.- Returns:
- possible object is
String
-
setTheTitleOfWork
public void setTheTitleOfWork(String value)
Sets the value of the theTitleOfWork 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
-
getDateOfFirstPerformance
public DateCtype getDateOfFirstPerformance()
Gets the value of the dateOfFirstPerformance property.- Returns:
- possible object is
DateCtype
-
setDateOfFirstPerformance
public void setDateOfFirstPerformance(DateCtype value)
Sets the value of the dateOfFirstPerformance property.- Parameters:
value- allowed object isDateCtype
-
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
-
getAuthors
public AuthorsCtype getAuthors()
Gets the value of the authors property.- Returns:
- possible object is
AuthorsCtype
-
setAuthors
public void setAuthors(AuthorsCtype value)
Sets the value of the authors property.- Parameters:
value- allowed object isAuthorsCtype
-
getCollaborators
public AuthorsCtype getCollaborators()
Gets the value of the collaborators property.- Returns:
- possible object is
AuthorsCtype
-
setCollaborators
public void setCollaborators(AuthorsCtype value)
Sets the value of the collaborators property.- Parameters:
value- allowed object isAuthorsCtype
-
getVenues
public VenuesCtype getVenues()
Gets the value of the venues property.- Returns:
- possible object is
VenuesCtype
-
setVenues
public void setVenues(VenuesCtype value)
Sets the value of the venues property.- Parameters:
value- allowed object isVenuesCtype
-
getDatesOfSubsequentPerformances
public DatesCtype getDatesOfSubsequentPerformances()
Gets the value of the datesOfSubsequentPerformances property.- Returns:
- possible object is
DatesCtype
-
setDatesOfSubsequentPerformances
public void setDatesOfSubsequentPerformances(DatesCtype value)
Sets the value of the datesOfSubsequentPerformances property.- Parameters:
value- allowed object isDatesCtype
-
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
-
-