public class Mesh
extends java.lang.Object
implements java.io.Serializable
Java class for Mesh complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Mesh"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Heightmap" type="{}Heightmap"/> <element name="Boxes" type="{}Boxes"/> <element name="GeneralMeshes" type="{}GeneralMeshes"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected Boxes |
boxes |
protected GeneralMeshes |
generalMeshes |
protected Heightmap |
heightmap |
Constructor and Description |
---|
Mesh() |
Modifier and Type | Method and Description |
---|---|
Boxes |
getBoxes()
Gets the value of the boxes property.
|
GeneralMeshes |
getGeneralMeshes()
Gets the value of the generalMeshes property.
|
Heightmap |
getHeightmap()
Gets the value of the heightmap property.
|
void |
setBoxes(Boxes value)
Sets the value of the boxes property.
|
void |
setGeneralMeshes(GeneralMeshes value)
Sets the value of the generalMeshes property.
|
void |
setHeightmap(Heightmap value)
Sets the value of the heightmap property.
|
protected Heightmap heightmap
protected Boxes boxes
protected GeneralMeshes generalMeshes
public Heightmap getHeightmap()
Heightmap
public void setHeightmap(Heightmap value)
value
- allowed object is
Heightmap
public Boxes getBoxes()
Boxes
public void setBoxes(Boxes value)
value
- allowed object is
Boxes
public GeneralMeshes getGeneralMeshes()
GeneralMeshes
public void setGeneralMeshes(GeneralMeshes value)
value
- allowed object is
GeneralMeshes