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