Packages

 

com.aspose.cad.fileformats.collada.fileparser.elements

Classes

com.aspose.cad.fileformats.collada.fileparser.elements

Class Extra



  • public class Extra
    extends ColladaElement

    The COLLADA asset extra. The extra element declares additional information regarding its parent element.

    • Constructor Detail

      • Extra

        public Extra()
    • Method Detail

      • getAsset

        public final Asset getAsset()

        Gets or sets the asset. The extra element may contain an asset element.

      • setAsset

        public final void setAsset(Asset value)

        Gets or sets the asset. The extra element may contain an asset element.

      • getTechnique

        public final Technique[] getTechnique()

        Gets or sets the technique. This element must contain at least one non-common profile technique.

      • setTechnique

        public final void setTechnique(Technique[] value)

        Gets or sets the technique. This element must contain at least one non-common profile technique.

      • getId

        public final String getId()

        Gets or sets the id. The id attribute is a text string containing the unique identifier of this element. This value must be unique within the instance document. Optional attribute

      • setId

        public final void setId(String value)

        Gets or sets the id. The id attribute is a text string containing the unique identifier of this element. This value must be unique within the instance document. Optional attribute

      • getName

        public final String getName()

        Gets or sets the name. The name attribute is the text string name of this element. Optional attribute.

      • setName

        public final void setName(String value)

        Gets or sets the name. The name attribute is the text string name of this element. Optional attribute.

      • getElementType

        public final String getElementType()

        Gets or sets the element type. The type attribute indicates the type of the value data. This text string must be understood by the application. Optional attribute.

      • setElementType

        public final void setElementType(String value)

        Gets or sets the element type. The type attribute indicates the type of the value data. This text string must be understood by the application. Optional attribute.