public abstract class X3DNode extends Object
Java class for X3DNode complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="X3DNode"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{}IS" minOccurs="0"/> <group ref="{}ChildContentModelCore" minOccurs="0"/> </sequence> <attGroup ref="{}globalAttributes"/> <attGroup ref="{}DEF_USE"/> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected List<String> |
clazz |
protected String |
def |
protected IS |
is |
protected X3DMetadataObject |
metadataObject |
protected X3DNode |
use |
Constructor and Description |
---|
X3DNode() |
Modifier and Type | Method and Description |
---|---|
List<String> |
getClazz()
Gets the value of the clazz property.
|
String |
getDEF()
Gets the value of the def property.
|
IS |
getIS()
Gets the value of the is property.
|
X3DMetadataObject |
getMetadataObject()
Gets the value of the metadataObject property.
|
X3DNode |
getUSE()
Gets the value of the use property.
|
void |
setDEF(String value)
Sets the value of the def property.
|
void |
setIS(IS value)
Sets the value of the is property.
|
void |
setMetadataObject(X3DMetadataObject value)
Sets the value of the metadataObject property.
|
void |
setUSE(X3DNode value)
Sets the value of the use property.
|
protected IS is
protected X3DMetadataObject metadataObject
protected String def
protected X3DNode use
public void setIS(IS value)
value
- allowed object is IS
public X3DMetadataObject getMetadataObject()
MetadataDouble
public void setMetadataObject(X3DMetadataObject value)
value
- allowed object is X3DMetadataObject
public List<String> getClazz()
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 clazz property.
For example, to add a new item, do as follows:
getClazz().add(newItem);
Objects of the following type(s) are allowed in the list String
public void setDEF(String value)
value
- allowed object is String
public X3DNode getUSE()
X3DNode