Packages

 

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

Classes

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

Class SidRefArray

  • All Implemented Interfaces:
    com.aspose.cad_internal.fileformats.collada.fileparser.elements.interfaces.ISourceTextArray


    public class SidRefArray
    extends ColladaElement
    implements com.aspose.cad_internal.fileformats.collada.fileparser.elements.interfaces.ISourceTextArray

    The sid ref array. The SIDREF_array element declares the storage for a homogenous array of SID reference values.

    • Constructor Detail

      • SidRefArray

        public SidRefArray()
    • Method Detail

      • 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.

      • getCount

        public final long getCount()

        Gets or sets the count. The count attribute indicates the number of values in the array. Required attribute.

        Specified by:
        getCount in interface com.aspose.cad_internal.fileformats.collada.fileparser.elements.interfaces.ISourceTextArray
      • setCount

        public final void setCount(long value)

        Gets or sets the count. The count attribute indicates the number of values in the array. Required attribute.

        Specified by:
        setCount in interface com.aspose.cad_internal.fileformats.collada.fileparser.elements.interfaces.ISourceTextArray
      • getText

        public final String getText()

        Gets or sets the value as text.

        Specified by:
        getText in interface com.aspose.cad_internal.fileformats.collada.fileparser.elements.interfaces.ISourceTextArray
      • setText

        public final void setText(String value)

        Gets or sets the value as text.

        Specified by:
        setText in interface com.aspose.cad_internal.fileformats.collada.fileparser.elements.interfaces.ISourceTextArray