public class X3DDocument extends SceneGraphStructureNode
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="{}head" minOccurs="0"/> <element ref="{}Scene"/> </sequence> <attribute name="version" use="required" type="{}x3dVersion" /> <attribute name="profile" use="required" type="{}profileNames" /> </extension> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected Head |
head |
protected ProfileNames |
profile |
protected Scene |
scene |
protected X3DVersion |
version |
Constructor and Description |
---|
X3DDocument() |
Modifier and Type | Method and Description |
---|---|
Head |
getHead()
Gets the value of the head property.
|
ProfileNames |
getProfile()
Gets the value of the profile property.
|
Scene |
getScene()
Gets the value of the scene property.
|
X3DVersion |
getVersion()
Gets the value of the version property.
|
void |
setHead(Head value)
Sets the value of the head property.
|
void |
setProfile(ProfileNames value)
Sets the value of the profile property.
|
void |
setScene(Scene value)
Sets the value of the scene property.
|
void |
setVersion(X3DVersion value)
Sets the value of the version property.
|
protected Head head
protected Scene scene
protected X3DVersion version
protected ProfileNames profile
public void setHead(Head value)
value
- allowed object is
Head
public Scene getScene()
Scene
public void setScene(Scene value)
value
- allowed object is
Scene
public X3DVersion getVersion()
String
public void setVersion(X3DVersion value)
value
- allowed object is
String
public ProfileNames getProfile()
ProfileNames
public void setProfile(ProfileNames value)
value
- allowed object is
ProfileNames