Extra
Inheritance: java.lang.Object, ColladaElement
The COLLADA asset extra. The extra element declares additional information regarding its parent element.
Constructors
| Constructor | Description |
|---|---|
| Extra() |
Methods
| Method | Description |
|---|---|
| getAsset() | Gets or sets the asset. The extra element may contain an asset element. |
| setAsset(Asset value) | Gets or sets the asset. The extra element may contain an asset element. |
| getTechnique() | Gets or sets the technique. This element must contain at least one non-common profile technique. |
| setTechnique(Technique[] value) | Gets or sets the technique. This element must contain at least one non-common profile technique. |
| 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(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() | Gets or sets the name. The name attribute is the text string name of this element. Optional attribute. |
| setName(String value) | Gets or sets the name. The name attribute is the text string name of this element. Optional attribute. |
| 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(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. |
Extra()
public Extra()
getAsset()
public final Asset getAsset()
Gets or sets the asset. The extra element may contain an asset element.
Returns: Asset
setAsset(Asset value)
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.
Returns: Technique[]
setTechnique(Technique[] value)
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
Returns: String
setId(String value)
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.
Returns: String
setName(String value)
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.
Returns: String
setElementType(String value)
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.