public class Anchor extends X3DGroupingNode
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<extension base="{}X3DGroupingNode">
<attribute name="description" type="{}SFString" />
<attribute name="parameter" type="{}MFString" />
<attribute name="url" type="{}MFString" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected SFString |
description |
protected MFString |
parameter |
protected MFString |
url |
bboxCenter, bboxSize, childObjectscontainerField| Constructor and Description |
|---|
Anchor() |
| Modifier and Type | Method and Description |
|---|---|
SFString |
getDescription()
Gets the value of the description property.
|
MFString |
getParameter()
Gets the value of the parameter property.
|
MFString |
getUrl()
Gets the value of the url property.
|
void |
setDescription(SFString value)
Sets the value of the description property.
|
getBboxCenter, getBboxSize, getChildObjects, setBboxCenter, setBboxSizegetContainerField, setContainerFieldgetClazz, getDEF, getIS, getMetadataObject, getUSE, setDEF, setIS, setMetadataObject, setUSEprotected SFString description
protected MFString parameter
protected MFString url
public SFString getDescription()
SFStringpublic void setDescription(SFString value)
value - allowed object is
SFStringpublic MFString getParameter()
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 parameter property.
For example, to add a new item, do as follows:
getParameter().add(newItem);
Objects of the following type(s) are allowed in the list
MFString
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
MFString