public class MetadataString extends X3DMetadataObject
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <extension base="{}X3DMetadataObject"> <attribute name="value" type="{}MFString" /> </extension> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected MFString |
value |
containerField, name, reference
Constructor and Description |
---|
MetadataString() |
Modifier and Type | Method and Description |
---|---|
MFString |
getValue()
Gets the value of the value property.
|
getContainerField, getName, getReference, setContainerField, setName, setReference
protected MFString value
public MFString getValue()
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 value property.
For example, to add a new item, do as follows:
getValue().add(newItem);
Objects of the following type(s) are allowed in the list
String