public class LibraryGeometries extends ColladaElement
The library geometries. The library_geometries element declares a module of geometry elements.
Constructor and Description |
---|
LibraryGeometries() |
Modifier and Type | Method and Description |
---|---|
Asset |
getAsset()
Gets or sets the asset.
|
Extra[] |
getExtra()
Gets or sets the extra.
|
Geometry[] |
getGeometry()
Gets or sets the geometry.
|
String |
getId()
Gets or sets the id.
|
String |
getName()
Gets or sets the name.
|
void |
setAsset(Asset value)
Gets or sets the asset.
|
void |
setExtra(Extra[] value)
Gets or sets the extra.
|
void |
setGeometry(Geometry[] value)
Gets or sets the geometry.
|
void |
setId(String value)
Gets or sets the id.
|
void |
setName(String value)
Gets or sets the name.
|
public final Asset getAsset()
Gets or sets the asset. The library_geometries element may contain an asset element.
public final void setAsset(Asset value)
Gets or sets the asset. The library_geometries element may contain an asset element.
public final Geometry[] getGeometry()
Gets or sets the geometry. There must be at least one geometry element.
public final void setGeometry(Geometry[] value)
Gets or sets the geometry. There must be at least one geometry element.
public final Extra[] getExtra()
Gets or sets the extra. The extra element may appear any number of times.
public final void setExtra(Extra[] value)
Gets or sets the extra. The extra element may appear any number of times.
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.