Package pt.cienciavitae.ns.output
Class MusicalCompositionCtype
- java.lang.Object
-
- pt.cienciavitae.ns.output.MusicalCompositionCtype
-
public class MusicalCompositionCtype extends Object
Corresponding to "output:output-type[@code='P304']"Java class for musical-composition-ctype complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="musical-composition-ctype"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="title" type="{http://www.cienciavitae.pt/ns/common}string-400-stype"/> <element name="instrumentation" type="{http://www.cienciavitae.pt/ns/common}string-150-stype" minOccurs="0"/> <element name="number-of-pages" type="{http://www.cienciavitae.pt/ns/common}int-6-stype" minOccurs="0"/> <element name="duration" type="{http://www.cienciavitae.pt/ns/common}string-20-stype" minOccurs="0"/> <element name="composition-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="composers" 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 AuthorsCtypecomposersprotected DateCtypecompositionDateprotected Stringdurationprotected IdentifiersCtypeidentifiersprotected Stringinstrumentationprotected KeywordsCtypekeywordsprotected IntegernumberOfPagesprotected Stringpublisherprotected ResearchClassificationsCtyperesearchClassificationsprotected Stringtitle
-
Constructor Summary
Constructors Constructor Description MusicalCompositionCtype()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AuthorsCtypegetComposers()Gets the value of the composers property.DateCtypegetCompositionDate()Gets the value of the compositionDate property.StringgetDuration()Gets the value of the duration property.IdentifiersCtypegetIdentifiers()Gets the value of the identifiers property.StringgetInstrumentation()Gets the value of the instrumentation property.KeywordsCtypegetKeywords()Gets the value of the keywords property.IntegergetNumberOfPages()Gets the value of the numberOfPages property.StringgetPublisher()Gets the value of the publisher property.ResearchClassificationsCtypegetResearchClassifications()Gets the value of the researchClassifications property.StringgetTitle()Gets the value of the title property.voidsetComposers(AuthorsCtype value)Sets the value of the composers property.voidsetCompositionDate(DateCtype value)Sets the value of the compositionDate property.voidsetDuration(String value)Sets the value of the duration property.voidsetIdentifiers(IdentifiersCtype value)Sets the value of the identifiers property.voidsetInstrumentation(String value)Sets the value of the instrumentation property.voidsetKeywords(KeywordsCtype value)Sets the value of the keywords property.voidsetNumberOfPages(Integer value)Sets the value of the numberOfPages property.voidsetPublisher(String value)Sets the value of the publisher property.voidsetResearchClassifications(ResearchClassificationsCtype value)Sets the value of the researchClassifications property.voidsetTitle(String value)Sets the value of the title property.
-
-
-
Field Detail
-
title
protected String title
-
instrumentation
protected String instrumentation
-
numberOfPages
protected Integer numberOfPages
-
duration
protected String duration
-
compositionDate
protected DateCtype compositionDate
-
publisher
protected String publisher
-
identifiers
protected IdentifiersCtype identifiers
-
composers
protected AuthorsCtype composers
-
researchClassifications
protected ResearchClassificationsCtype researchClassifications
-
keywords
protected KeywordsCtype keywords
-
-
Method Detail
-
getTitle
public String getTitle()
Gets the value of the title property.- Returns:
- possible object is
String
-
setTitle
public void setTitle(String value)
Sets the value of the title property.- Parameters:
value- allowed object isString
-
getInstrumentation
public String getInstrumentation()
Gets the value of the instrumentation property.- Returns:
- possible object is
String
-
setInstrumentation
public void setInstrumentation(String value)
Sets the value of the instrumentation property.- Parameters:
value- allowed object isString
-
getNumberOfPages
public Integer getNumberOfPages()
Gets the value of the numberOfPages property.- Returns:
- possible object is
Integer
-
setNumberOfPages
public void setNumberOfPages(Integer value)
Sets the value of the numberOfPages property.- Parameters:
value- allowed object isInteger
-
getDuration
public String getDuration()
Gets the value of the duration property.- Returns:
- possible object is
String
-
setDuration
public void setDuration(String value)
Sets the value of the duration property.- Parameters:
value- allowed object isString
-
getCompositionDate
public DateCtype getCompositionDate()
Gets the value of the compositionDate property.- Returns:
- possible object is
DateCtype
-
setCompositionDate
public void setCompositionDate(DateCtype value)
Sets the value of the compositionDate 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
-
getComposers
public AuthorsCtype getComposers()
Gets the value of the composers property.- Returns:
- possible object is
AuthorsCtype
-
setComposers
public void setComposers(AuthorsCtype value)
Sets the value of the composers 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
-
-