public abstract class X3DMetadataObject extends Object
Java class for X3DMetadataObject complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="X3DMetadataObject">
<complexContent>
<extension base="{}X3DNode">
<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 String |
containerField |
protected SFString |
name |
protected SFString |
reference |
| Constructor and Description |
|---|
X3DMetadataObject() |
X3DMetadataObject(SFString name,
SFString reference,
String containerField) |
| Modifier and Type | Method and Description |
|---|---|
String |
getContainerField()
Gets the value of the containerField property.
|
SFString |
getName()
Gets the value of the name property.
|
SFString |
getReference()
Gets the value of the reference property.
|
void |
setContainerField(String value)
Sets the value of the containerField property.
|
void |
setName(SFString value)
Sets the value of the name property.
|
void |
setReference(SFString value)
Sets the value of the reference property.
|
protected SFString name
protected SFString reference
protected String containerField
public X3DMetadataObject(SFString name, SFString reference, String containerField)
public X3DMetadataObject()
public SFString getName()
Stringpublic void setName(SFString value)
value - allowed object is
Stringpublic SFString getReference()
Stringpublic void setReference(SFString value)
value - allowed object is
Stringpublic String getContainerField()
String