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 and Description |
---|
Source() |
Modifier and Type | Method and Description |
---|---|
Asset |
getAsset()
Gets or sets the asset.
|
String |
getId()
Gets or sets the id.
|
Object |
getItem()
Gets or sets the source item.
|
String |
getName()
Gets or sets the name.
|
Technique[] |
getTechnique()
Gets or sets the technique.
|
TechniqueCommon |
getTechniqueCommon()
Gets or sets the technique common.
|
void |
setAsset(Asset value)
Gets or sets the asset.
|
void |
setId(String value)
Gets or sets the id.
|
void |
setItem(Object value)
Gets or sets the source item.
|
void |
setName(String value)
Gets or sets the name.
|
void |
setTechnique(Technique[] value)
Gets or sets the technique.
|
void |
setTechniqueCommon(TechniqueCommon value)
Gets or sets the technique common.
|
public final Asset getAsset()
Gets or sets the asset.
public final void setAsset(Asset value)
Gets or sets the asset.
public final Object getItem()
Gets or sets the source item.
public final void setItem(Object value)
Gets or sets the source item.
public final TechniqueCommon getTechniqueCommon()
Gets or sets the technique common. The technique common specifies the common method for accessing this source element's data.
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.
public final Technique[] getTechnique()
Gets or sets the technique. This element may contain any number of non-common profile techniques.
public final void setTechnique(Technique[] value)
Gets or sets the technique. This element may contain any number of non-common profile techniques.
public final String getId()
Gets or sets the id.
public final void setId(String value)
Gets or sets the id.
public final String getName()
Gets or sets the name.
public final void setName(String value)
Gets or sets the name.