public class Script extends X3DScriptNode
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<extension base="{}X3DScriptNode">
<attribute name="directOutput" type="{}SFBool" default="false" />
<attribute name="mustEvaluate" type="{}SFBool" default="false" />
<attribute name="url" type="{}MFString" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected SFBool |
directOutput |
protected SFBool |
mustEvaluate |
protected MFString |
url |
containerField, content| Constructor and Description |
|---|
Script() |
| Modifier and Type | Method and Description |
|---|---|
MFString |
getUrl()
Gets the value of the url property.
|
SFBool |
isDirectOutput()
Gets the value of the directOutput property.
|
SFBool |
isMustEvaluate()
Gets the value of the mustEvaluate property.
|
void |
setDirectOutput(SFBool value)
Sets the value of the directOutput property.
|
void |
setMustEvaluate(SFBool value)
Sets the value of the mustEvaluate property.
|
getContainerField, getContent, setContainerFieldgetClazz, getDEF, getIS, getMetadataObject, getUSE, setDEF, setIS, setMetadataObject, setUSEprotected SFBool directOutput
protected SFBool mustEvaluate
protected MFString url
public SFBool isDirectOutput()
SFBoolpublic void setDirectOutput(SFBool value)
value - allowed object is
SFBoolpublic SFBool isMustEvaluate()
SFBoolpublic void setMustEvaluate(SFBool value)
value - allowed object is
SFBoolpublic MFString getUrl()
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 url property.
For example, to add a new item, do as follows:
getUrl().add(newItem);
Objects of the following type(s) are allowed in the list
SFString