public class Extra extends ColladaElement
The COLLADA asset extra. The extra element declares additional information regarding its parent element.
Constructor and Description |
---|
Extra() |
Modifier and Type | Method and Description |
---|---|
Asset |
getAsset()
Gets or sets the asset.
|
String |
getElementType()
Gets or sets the element type.
|
String |
getId()
Gets or sets the id.
|
String |
getName()
Gets or sets the name.
|
Technique[] |
getTechnique()
Gets or sets the technique.
|
void |
setAsset(Asset value)
Gets or sets the asset.
|
void |
setElementType(String value)
Gets or sets the element type.
|
void |
setId(String value)
Gets or sets the id.
|
void |
setName(String value)
Gets or sets the name.
|
void |
setTechnique(Technique[] value)
Gets or sets the technique.
|
public final Asset getAsset()
Gets or sets the asset. The extra element may contain an asset element.
public final void setAsset(Asset value)
Gets or sets the asset. The extra element may contain an asset element.
public final Technique[] getTechnique()
Gets or sets the technique. This element must contain at least one non-common profile technique.
public final void setTechnique(Technique[] value)
Gets or sets the technique. This element must contain at least one non-common profile technique.
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
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
public final String getName()
Gets or sets the name. The name attribute is the text string name of this element. Optional attribute.
public final void setName(String value)
Gets or sets the name. The name attribute is the text string name of this element. Optional attribute.
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.
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.