Class Inheritance

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

public class Inheritance
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="baseType" type="{http://www.w3.org/2001/XMLSchema}token" default="" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Summary

    Fields 
    Modifier and Type Field Description
    protected java.lang.String baseType  
  • Constructor Summary

    Constructors 
    Constructor Description
    Inheritance()  
  • Method Summary

    Modifier and Type Method Description
    java.lang.String getBaseType()
    Gets the value of the baseType property.
    void setBaseType​(java.lang.String value)
    Sets the value of the baseType property.

    Methods inherited from class java.lang.Object

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

    • baseType

      protected java.lang.String baseType
  • Constructor Details

  • Method Details

    • getBaseType

      public java.lang.String getBaseType()
      Gets the value of the baseType property.
      Returns:
      possible object is String
    • setBaseType

      public void setBaseType​(java.lang.String value)
      Sets the value of the baseType property.
      Parameters:
      value - allowed object is String