Package org.web3d.x3d.util.x3duom
Class X3DUnifiedObjectModel
java.lang.Object
org.web3d.x3d.util.x3duom.X3DUnifiedObjectModel
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="{}SimpleTypeEnumerations" minOccurs="0"/> <element ref="{}FieldTypes" minOccurs="0"/> <element ref="{}AbstractObjectTypes" minOccurs="0"/> <element ref="{}AbstractNodeTypes" minOccurs="0"/> <element ref="{}ConcreteNodes" minOccurs="0"/> <element ref="{}Statements" minOccurs="0"/> </sequence> <attribute name="version" type="{}versionValues" default="3.3" /> </restriction> </complexContent> </complexType>
-
Field Summary
Modifier and TypeFieldDescriptionprotected AbstractNodeTypes
protected AbstractObjectTypes
protected ConcreteNodes
protected FieldTypes
protected SimpleTypeEnumerations
protected Statements
protected String
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the abstractNodeTypes property.Gets the value of the abstractObjectTypes property.Gets the value of the concreteNodes property.Gets the value of the fieldTypes property.Gets the value of the simpleTypeEnumerations property.Gets the value of the statements property.Gets the value of the version property.void
Sets the value of the abstractNodeTypes property.void
Sets the value of the abstractObjectTypes property.void
setConcreteNodes
(ConcreteNodes value) Sets the value of the concreteNodes property.void
setFieldTypes
(FieldTypes value) Sets the value of the fieldTypes property.void
Sets the value of the simpleTypeEnumerations property.void
setStatements
(Statements value) Sets the value of the statements property.void
setVersion
(String value) Sets the value of the version property.
-
Field Details
-
simpleTypeEnumerations
-
fieldTypes
-
abstractObjectTypes
-
abstractNodeTypes
-
concreteNodes
-
statements
-
version
-
-
Constructor Details
-
X3DUnifiedObjectModel
public X3DUnifiedObjectModel()
-
-
Method Details
-
getSimpleTypeEnumerations
Gets the value of the simpleTypeEnumerations property.- Returns:
- possible object is
SimpleTypeEnumerations
-
setSimpleTypeEnumerations
Sets the value of the simpleTypeEnumerations property.- Parameters:
value
- allowed object isSimpleTypeEnumerations
-
getFieldTypes
Gets the value of the fieldTypes property.- Returns:
- possible object is
FieldTypes
-
setFieldTypes
Sets the value of the fieldTypes property.- Parameters:
value
- allowed object isFieldTypes
-
getAbstractObjectTypes
Gets the value of the abstractObjectTypes property.- Returns:
- possible object is
AbstractObjectTypes
-
setAbstractObjectTypes
Sets the value of the abstractObjectTypes property.- Parameters:
value
- allowed object isAbstractObjectTypes
-
getAbstractNodeTypes
Gets the value of the abstractNodeTypes property.- Returns:
- possible object is
AbstractNodeTypes
-
setAbstractNodeTypes
Sets the value of the abstractNodeTypes property.- Parameters:
value
- allowed object isAbstractNodeTypes
-
getConcreteNodes
Gets the value of the concreteNodes property.- Returns:
- possible object is
ConcreteNodes
-
setConcreteNodes
Sets the value of the concreteNodes property.- Parameters:
value
- allowed object isConcreteNodes
-
getStatements
Gets the value of the statements property.- Returns:
- possible object is
Statements
-
setStatements
Sets the value of the statements property.- Parameters:
value
- allowed object isStatements
-
getVersion
-
setVersion
-