public abstract class X3DGeometryNode extends X3DNode
Java class for X3DGeometryNode complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="X3DGeometryNode"> <complexContent> <extension base="{}X3DNode"> <attribute name="containerField" type="{http://www.w3.org/2001/XMLSchema}NMTOKEN" default="geometry" /> </extension> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
containerField |
Constructor and Description |
---|
X3DGeometryNode() |
Modifier and Type | Method and Description |
---|---|
String |
getContainerField()
Gets the value of the containerField property.
|
void |
setContainerField(String value)
Sets the value of the containerField property.
|
getClazz, getDEF, getIS, getMetadataObject, getUSE, setDEF, setIS, setMetadataObject, setUSE
protected String containerField