Package org.web3d.x3d.util.x3duom
Class Inheritance
java.lang.Object
org.web3d.x3d.util.x3duom.Inheritance
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="" /> <attribute name="x3dType" type="{http://www.w3.org/2001/XMLSchema}token" default="" /> </restriction> </complexContent> </complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the baseType property.Gets the value of the x3DType property.void
setBaseType
(String value) Sets the value of the baseType property.void
setX3DType
(String value) Sets the value of the x3DType property.
-
Field Details
-
baseType
-
x3DType
-
-
Constructor Details
-
Inheritance
public Inheritance()
-
-
Method Details
-
getBaseType
Gets the value of the baseType property.- Returns:
- possible object is
String
-
setBaseType
Sets the value of the baseType property.- Parameters:
value
- allowed object isString
-
getX3DType
Gets the value of the x3DType property.- Returns:
- possible object is
String
-
setX3DType
Sets the value of the x3DType property.- Parameters:
value
- allowed object isString
-