Class MusicalPerformanceCtype


  • public class MusicalPerformanceCtype
    extends Object
    Corresponding to "output:output-type[@code='P305']"

    Java class for musical-performance-ctype complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="musical-performance-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="date-of-first-performance" type="{http://www.cienciavitae.pt/ns/common}date-ctype"/>
             <element name="performance-role" type="{http://www.cienciavitae.pt/ns/output}artistic-role-ctype" minOccurs="0"/>
             <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>
     
    • Constructor Detail

      • MusicalPerformanceCtype

        public MusicalPerformanceCtype()
    • 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 is String
      • 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 is DateCtype
      • setPerformanceRole

        public void setPerformanceRole​(ArtisticRoleCtype value)
        Sets the value of the performanceRole property.
        Parameters:
        value - allowed object is ArtisticRoleCtype
      • setIdentifiers

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