Interface DocumentRoot

    • Method Detail

      • getMixed

        FeatureMap getMixed()
        Returns the value of the 'Mixed' attribute list. The list contents are of type FeatureMap.Entry.

        If the meaning of the 'Mixed' attribute list isn't clear, there really should be more of a description here...

        Returns:
        the value of the 'Mixed' attribute list.
        See Also:
        Smil20Package.getDocumentRoot_Mixed()
      • getXMLNSPrefixMap

        EMap<String,​String> getXMLNSPrefixMap()
        Returns the value of the 'XMLNS Prefix Map' map. The key is of type String, and the value is of type String,

        If the meaning of the 'XMLNS Prefix Map' map isn't clear, there really should be more of a description here...

        Returns:
        the value of the 'XMLNS Prefix Map' map.
        See Also:
        Smil20Package.getDocumentRoot_XMLNSPrefixMap()
      • getXSISchemaLocation

        EMap<String,​String> getXSISchemaLocation()
        Returns the value of the 'XSI Schema Location' map. The key is of type String, and the value is of type String,

        If the meaning of the 'XSI Schema Location' map isn't clear, there really should be more of a description here...

        Returns:
        the value of the 'XSI Schema Location' map.
        See Also:
        Smil20Package.getDocumentRoot_XSISchemaLocation()
      • setAnimate

        void setAnimate​(AnimateType value)
        Sets the value of the 'Animate' containment reference.
        Parameters:
        value - the new value of the 'Animate' containment reference.
        See Also:
        getAnimate()
      • setAnimateColor

        void setAnimateColor​(AnimateColorType value)
        Sets the value of the 'Animate Color' containment reference.
        Parameters:
        value - the new value of the 'Animate Color' containment reference.
        See Also:
        getAnimateColor()
      • getSet

        SetType getSet()
        Returns the value of the 'Set' containment reference.

        If the meaning of the 'Set' containment reference isn't clear, there really should be more of a description here...

        Returns:
        the value of the 'Set' containment reference.
        See Also:
        setSet(SetType), Smil20Package.getDocumentRoot_Set()
      • setSet

        void setSet​(SetType value)
        Sets the value of the 'Set' containment reference.
        Parameters:
        value - the new value of the 'Set' containment reference.
        See Also:
        getSet()