Class ComponentInfo

java.lang.Object
org.web3d.x3d.util.x3duom.ComponentInfo

public class ComponentInfo
extends java.lang.Object

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

    Fields 
    Modifier and Type Field Description
    protected java.math.BigInteger level  
    protected java.lang.String name  
  • Constructor Summary

    Constructors 
    Constructor Description
    ComponentInfo()  
  • Method Summary

    Modifier and Type Method Description
    java.math.BigInteger getLevel()
    Gets the value of the level property.
    java.lang.String getName()
    Gets the value of the name property.
    void setLevel​(java.math.BigInteger value)
    Sets the value of the level property.
    void setName​(java.lang.String value)
    Sets the value of the name property.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • name

      protected java.lang.String name
    • level

      protected java.math.BigInteger level
  • Constructor Details

  • Method Details

    • getName

      public java.lang.String getName()
      Gets the value of the name property.
      Returns:
      possible object is String
    • setName

      public void setName​(java.lang.String value)
      Sets the value of the name property.
      Parameters:
      value - allowed object is String
    • getLevel

      public java.math.BigInteger getLevel()
      Gets the value of the level property.
      Returns:
      possible object is BigInteger
    • setLevel

      public void setLevel​(java.math.BigInteger value)
      Sets the value of the level property.
      Parameters:
      value - allowed object is BigInteger