Packages

 

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

Classes

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

Class Source



  • public class Source
    extends ColladaElement

    The source. The source element declares a data repository that provides values according to the semantics of an input element that refers to it.

    • Constructor Detail

      • Source

        public Source()
    • Method Detail

      • getAsset

        public final Asset getAsset()

        Gets or sets the asset.

      • setAsset

        public final void setAsset(Asset value)

        Gets or sets the asset.

      • getItem

        public final Object getItem()

        Gets or sets the source item.

      • setItem

        public final void setItem(Object value)

        Gets or sets the source item.

      • getTechniqueCommon

        public final TechniqueCommon getTechniqueCommon()

        Gets or sets the technique common. The technique common specifies the common method for accessing this source element's data.

      • setTechniqueCommon

        public final void setTechniqueCommon(TechniqueCommon value)

        Gets or sets the technique common. The technique common specifies the common method for accessing this source element's data.

      • getTechnique

        public final Technique[] getTechnique()

        Gets or sets the technique. This element may contain any number of non-common profile techniques.

      • setTechnique

        public final void setTechnique(Technique[] value)

        Gets or sets the technique. This element may contain any number of non-common profile techniques.

      • getId

        public final String getId()

        Gets or sets the id.

      • setId

        public final void setId(String value)

        Gets or sets the id.

      • getName

        public final String getName()

        Gets or sets the name.

      • setName

        public final void setName(String value)

        Gets or sets the name.