Package pt.cienciavitae.ns.output
Class CuratorialMuseumExhibitionCtype
- java.lang.Object
-
- pt.cienciavitae.ns.output.CuratorialMuseumExhibitionCtype
-
public class CuratorialMuseumExhibitionCtype extends Object
Corresponding to "output:output-type[@code='P316']"Java class for curatorial-museum-exhibition-ctype complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="curatorial-museum-exhibition-ctype"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="exhibition-title" type="{http://www.cienciavitae.pt/ns/common}string-400-stype"/> <element name="exhibition-catalogue-title" type="{http://www.cienciavitae.pt/ns/common}string-400-stype" minOccurs="0"/> <element name="date" 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="artists" 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-exhibitions" 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 AuthorsCtypeartistsprotected AuthorsCtypeauthorsprotected DateCtypedateprotected DatesCtypedatesOfSubsequentExhibitionsprotected StringexhibitionCatalogueTitleprotected StringexhibitionTitleprotected IdentifiersCtypeidentifiersprotected KeywordsCtypekeywordsprotected ResearchClassificationsCtyperesearchClassificationsprotected VenuesCtypevenues
-
Constructor Summary
Constructors Constructor Description CuratorialMuseumExhibitionCtype()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AuthorsCtypegetArtists()Gets the value of the artists property.AuthorsCtypegetAuthors()Gets the value of the authors property.DateCtypegetDate()Gets the value of the date property.DatesCtypegetDatesOfSubsequentExhibitions()Gets the value of the datesOfSubsequentExhibitions property.StringgetExhibitionCatalogueTitle()Gets the value of the exhibitionCatalogueTitle property.StringgetExhibitionTitle()Gets the value of the exhibitionTitle property.IdentifiersCtypegetIdentifiers()Gets the value of the identifiers property.KeywordsCtypegetKeywords()Gets the value of the keywords property.ResearchClassificationsCtypegetResearchClassifications()Gets the value of the researchClassifications property.VenuesCtypegetVenues()Gets the value of the venues property.voidsetArtists(AuthorsCtype value)Sets the value of the artists property.voidsetAuthors(AuthorsCtype value)Sets the value of the authors property.voidsetDate(DateCtype value)Sets the value of the date property.voidsetDatesOfSubsequentExhibitions(DatesCtype value)Sets the value of the datesOfSubsequentExhibitions property.voidsetExhibitionCatalogueTitle(String value)Sets the value of the exhibitionCatalogueTitle property.voidsetExhibitionTitle(String value)Sets the value of the exhibitionTitle property.voidsetIdentifiers(IdentifiersCtype value)Sets the value of the identifiers property.voidsetKeywords(KeywordsCtype value)Sets the value of the keywords property.voidsetResearchClassifications(ResearchClassificationsCtype value)Sets the value of the researchClassifications property.voidsetVenues(VenuesCtype value)Sets the value of the venues property.
-
-
-
Field Detail
-
exhibitionTitle
protected String exhibitionTitle
-
exhibitionCatalogueTitle
protected String exhibitionCatalogueTitle
-
date
protected DateCtype date
-
identifiers
protected IdentifiersCtype identifiers
-
authors
protected AuthorsCtype authors
-
artists
protected AuthorsCtype artists
-
venues
protected VenuesCtype venues
-
datesOfSubsequentExhibitions
protected DatesCtype datesOfSubsequentExhibitions
-
researchClassifications
protected ResearchClassificationsCtype researchClassifications
-
keywords
protected KeywordsCtype keywords
-
-
Method Detail
-
getExhibitionTitle
public String getExhibitionTitle()
Gets the value of the exhibitionTitle property.- Returns:
- possible object is
String
-
setExhibitionTitle
public void setExhibitionTitle(String value)
Sets the value of the exhibitionTitle property.- Parameters:
value- allowed object isString
-
getExhibitionCatalogueTitle
public String getExhibitionCatalogueTitle()
Gets the value of the exhibitionCatalogueTitle property.- Returns:
- possible object is
String
-
setExhibitionCatalogueTitle
public void setExhibitionCatalogueTitle(String value)
Sets the value of the exhibitionCatalogueTitle property.- Parameters:
value- allowed object isString
-
getDate
public DateCtype getDate()
Gets the value of the date property.- Returns:
- possible object is
DateCtype
-
setDate
public void setDate(DateCtype value)
Sets the value of the date 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
-
getArtists
public AuthorsCtype getArtists()
Gets the value of the artists property.- Returns:
- possible object is
AuthorsCtype
-
setArtists
public void setArtists(AuthorsCtype value)
Sets the value of the artists 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
-
getDatesOfSubsequentExhibitions
public DatesCtype getDatesOfSubsequentExhibitions()
Gets the value of the datesOfSubsequentExhibitions property.- Returns:
- possible object is
DatesCtype
-
setDatesOfSubsequentExhibitions
public void setDatesOfSubsequentExhibitions(DatesCtype value)
Sets the value of the datesOfSubsequentExhibitions 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
-
-