public class WorldInfo extends X3DInfoNode
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <extension base="{}X3DInfoNode"> <attribute name="info" type="{}MFString" /> <attribute name="title" type="{}SFString" /> </extension> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected MFString |
info |
protected SFString |
title |
containerField
Constructor and Description |
---|
WorldInfo() |
Modifier and Type | Method and Description |
---|---|
MFString |
getInfo()
Gets the value of the info property.
|
SFString |
getTitle()
Gets the value of the title property.
|
void |
setTitle(SFString value)
Sets the value of the title property.
|
void |
setTitle(String value)
Sets the value of the title property.
|
getContainerField, setContainerField
getClazz, getDEF, getIS, getMetadataObject, getUSE, setDEF, setIS, setMetadataObject, setUSE
public MFString getInfo()
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 info property.
For example, to add a new item, do as follows:
getInfo().add(newItem);
Objects of the following type(s) are allowed in the list SFString
public SFString getTitle()
SFString
public void setTitle(SFString value)
value
- allowed object is SFString