Class 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>
     
    • Constructor Detail

      • MusicalCompositionCtype

        public MusicalCompositionCtype()
    • 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 is String
      • 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 is String
      • 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 is Integer
      • 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 is String
      • 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 is DateCtype
      • 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 is String
      • setIdentifiers

        public void setIdentifiers​(IdentifiersCtype value)
        Sets the value of the identifiers property.
        Parameters:
        value - allowed object is IdentifiersCtype
      • 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 is AuthorsCtype
      • 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 is KeywordsCtype