Package org.web3d.x3d.util.x3duom
Class ComponentInfo
java.lang.Object
org.web3d.x3d.util.x3duom.ComponentInfo
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}token" default="" /> <attribute name="level" default="1"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}integer"> <minInclusive value="1"/> </restriction> </simpleType> </attribute> </restriction> </complexContent> </complexType>
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetLevel()
Gets the value of the level property.getName()
Gets the value of the name property.void
setLevel
(BigInteger value) Sets the value of the level property.void
Sets the value of the name property.
-
Field Details
-
name
-
level
-
-
Constructor Details
-
ComponentInfo
public ComponentInfo()
-
-
Method Details
-
getName
-
setName
-
getLevel
Gets the value of the level property.- Returns:
- possible object is
BigInteger
-
setLevel
Sets the value of the level property.- Parameters:
value
- allowed object isBigInteger
-