public class Component 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"> <attribute name="name" use="required" type="{}componentNames" /> <attribute name="level" use="required"> <simpleType> <restriction base="{}SFInt32"> <minInclusive value="1"/> <maxInclusive value="5"/> </restriction> </simpleType> </attribute> </extension> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected SFInt32 |
level |
protected ComponentNames |
name |
Constructor and Description |
---|
Component() |
Modifier and Type | Method and Description |
---|---|
SFInt32 |
getLevel()
Gets the value of the level property.
|
ComponentNames |
getName()
Gets the value of the name property.
|
void |
setLevel(SFInt32 value)
Sets the value of the level property.
|
void |
setName(ComponentNames value)
Sets the value of the name property.
|
protected ComponentNames name
protected SFInt32 level
public ComponentNames getName()
ComponentNames
public void setName(ComponentNames value)
value
- allowed object is
ComponentNames
public SFInt32 getLevel()
public void setLevel(SFInt32 value)