Class AbstractObjectType

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

public class AbstractObjectType
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">
       <sequence>
         <element ref="{}InterfaceDefinition"/>
       </sequence>
       <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}token" default="" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Summary

    Fields 
    Modifier and Type Field Description
    protected InterfaceDefinition interfaceDefinition  
    protected java.lang.String name  
  • Constructor Summary

    Constructors 
    Constructor Description
    AbstractObjectType()  
  • Method Summary

    Modifier and Type Method Description
    InterfaceDefinition getInterfaceDefinition()
    Gets the value of the interfaceDefinition property.
    java.lang.String getName()
    Gets the value of the name property.
    void setInterfaceDefinition​(InterfaceDefinition value)
    Sets the value of the interfaceDefinition 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