ProfileCommonTechnique

Inheritance: java.lang.Object, ColladaElement

The profile common technique. Holds a description of the textures, samplers, SHADERS, parameters, and passes necessary for rendering this effect using one method.

Constructors

ConstructorDescription
ProfileCommonTechnique()

Methods

MethodDescription
getAsset()Gets or sets the asset. The technique element may contain an asset element.
setAsset(Asset value)Gets or sets the asset. The technique element may contain an asset element.
getItem()Gets or sets the item.
setItem(Object value)Gets or sets the item.
getExtra()Gets or sets the extra. The extra element may appear any number of times.
setExtra(Extra[] value)Gets or sets the extra. The extra element may appear any number of times.
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.
getSid()Gets or sets the sid. The sid attribute is a text string value containing the sub-identifier of this element. This value must be unique within the scope of the parent element. Optional attribute.
setSid(String value)Gets or sets the sid. The sid attribute is a text string value containing the sub-identifier of this element. This value must be unique within the scope of the parent element. Optional attribute.

ProfileCommonTechnique()

public ProfileCommonTechnique()

getAsset()

public final Asset getAsset()

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

Returns: Asset

setAsset(Asset value)

public final void setAsset(Asset value)

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

getItem()

public final Object getItem()

Gets or sets the item.

Returns: Object

setItem(Object value)

public final void setItem(Object value)

Gets or sets the item.

getExtra()

public final Extra[] getExtra()

Gets or sets the extra. The extra element may appear any number of times.

Returns: Extra[]

setExtra(Extra[] value)

public final void setExtra(Extra[] value)

Gets or sets the extra. The extra element may appear any number of times.

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.

getSid()

public final String getSid()

Gets or sets the sid. The sid attribute is a text string value containing the sub-identifier of this element. This value must be unique within the scope of the parent element. Optional attribute.

Returns: String

setSid(String value)

public final void setSid(String value)

Gets or sets the sid. The sid attribute is a text string value containing the sub-identifier of this element. This value must be unique within the scope of the parent element. Optional attribute.