Package org.web3d.x3d.util.x3duom
Class AbstractNodeType
java.lang.Object
org.web3d.x3d.util.x3duom.AbstractNodeType
public class AbstractNodeType
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 InterfaceDefinitioninterfaceDefinitionprotected java.lang.Stringname -
Constructor Summary
Constructors Constructor Description AbstractNodeType() -
Method Summary
Modifier and Type Method Description InterfaceDefinitiongetInterfaceDefinition()Gets the value of the interfaceDefinition property.java.lang.StringgetName()Gets the value of the name property.voidsetInterfaceDefinition(InterfaceDefinition value)Sets the value of the interfaceDefinition property.voidsetName(java.lang.String value)Sets the value of the name property.
-
Field Details
-
interfaceDefinition
-
name
protected java.lang.String name
-
-
Constructor Details
-
AbstractNodeType
public AbstractNodeType()
-
-
Method Details
-
getInterfaceDefinition
Gets the value of the interfaceDefinition property.- Returns:
- possible object is
InterfaceDefinition
-
setInterfaceDefinition
Sets the value of the interfaceDefinition property.- Parameters:
value- allowed object isInterfaceDefinition
-
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 isString
-