public class MetadataSet extends X3DMetadataObject
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <extension base="{}SceneGraphStructureNodeType"> <sequence> <element ref="{}IS" minOccurs="0"/> <group ref="{}ChildContentModelCore" maxOccurs="unbounded" minOccurs="0"/> </sequence> <attGroup ref="{}globalAttributes"/> <attGroup ref="{}DEF_USE"/> <attribute name="name" type="{}SFString" /> <attribute name="reference" type="{}SFString" /> <attribute name="containerField" type="{http://www.w3.org/2001/XMLSchema}NMTOKEN" default="metadata" /> </extension> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected List<X3DMetadataObject> |
metadataObjects |
containerField, name, reference
Constructor and Description |
---|
MetadataSet() |
Modifier and Type | Method and Description |
---|---|
List<X3DMetadataObject> |
getMetadataObjects()
Gets the value of the metadataObjects property.
|
getContainerField, getName, getReference, setContainerField, setName, setReference
protected List<X3DMetadataObject> metadataObjects
public List<X3DMetadataObject> getMetadataObjects()
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 metadataObjects property.
For example, to add a new item, do as follows:
getMetadataObjects().add(newItem);
Objects of the following type(s) are allowed in the list
MetadataDouble
MetadataFloat
MetadataInteger
MetadataSet
MetadataString