public abstract class X3DChildNode extends X3DNode
Java class for X3DChildNode complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="X3DChildNode">
<complexContent>
<extension base="{}X3DNode">
<attribute name="containerField" type="{http://www.w3.org/2001/XMLSchema}NMTOKEN" default="children" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
containerField |
| Constructor and Description |
|---|
X3DChildNode() |
| 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, setUSEprotected String containerField