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, setContainerField
getClazz, getDEF, getIS, getMetadataObject, getUSE, setDEF, setIS, setMetadataObject, setUSE
protected SFBool directOutput
protected SFBool mustEvaluate
protected MFString url
public SFBool isDirectOutput()
SFBool
public void setDirectOutput(SFBool value)
value
- allowed object is
SFBool
public SFBool isMustEvaluate()
SFBool
public void setMustEvaluate(SFBool value)
value
- allowed object is
SFBool
public 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