public abstract class X3DScriptNode extends X3DNode
Java class for X3DScriptNode complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="X3DScriptNode">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{}field" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{}IS" minOccurs="0"/>
<group ref="{}ChildContentModelCore" minOccurs="0"/>
</sequence>
<attGroup ref="{}DEF_USE"/>
<attGroup ref="{}globalAttributes"/>
<attribute name="containerField" type="{http://www.w3.org/2001/XMLSchema}NMTOKEN" default="children" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
containerField |
protected List<Field> |
content |
| Constructor and Description |
|---|
X3DScriptNode() |
| Modifier and Type | Method and Description |
|---|---|
String |
getContainerField()
Gets the value of the containerField property.
|
List<Field> |
getContent()
Gets the value of the content property.
|
void |
setContainerField(String value)
Sets the value of the containerField property.
|
getClazz, getDEF, getIS, getMetadataObject, getUSE, setDEF, setIS, setMetadataObject, setUSEpublic List<Field> getContent()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the content property.
For example, to add a new item, do as follows:
getContent().add(newItem);
Objects of the following type(s) are allowed in the list
Field *
public String getContainerField()
String