Package org.web3d.x3d.util.x3duom
Class X3DUnifiedObjectModel
java.lang.Object
org.web3d.x3d.util.x3duom.X3DUnifiedObjectModel
public class X3DUnifiedObjectModel
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="{}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
Fields Modifier and Type Field Description protected AbstractNodeTypesabstractNodeTypesprotected AbstractObjectTypesabstractObjectTypesprotected ConcreteNodesconcreteNodesprotected FieldTypesfieldTypesprotected SimpleTypeEnumerationssimpleTypeEnumerationsprotected Statementsstatementsprotected java.lang.Stringversion -
Constructor Summary
Constructors Constructor Description X3DUnifiedObjectModel() -
Method Summary
Modifier and Type Method Description AbstractNodeTypesgetAbstractNodeTypes()Gets the value of the abstractNodeTypes property.AbstractObjectTypesgetAbstractObjectTypes()Gets the value of the abstractObjectTypes property.ConcreteNodesgetConcreteNodes()Gets the value of the concreteNodes property.FieldTypesgetFieldTypes()Gets the value of the fieldTypes property.SimpleTypeEnumerationsgetSimpleTypeEnumerations()Gets the value of the simpleTypeEnumerations property.StatementsgetStatements()Gets the value of the statements property.java.lang.StringgetVersion()Gets the value of the version property.voidsetAbstractNodeTypes(AbstractNodeTypes value)Sets the value of the abstractNodeTypes property.voidsetAbstractObjectTypes(AbstractObjectTypes value)Sets the value of the abstractObjectTypes property.voidsetConcreteNodes(ConcreteNodes value)Sets the value of the concreteNodes property.voidsetFieldTypes(FieldTypes value)Sets the value of the fieldTypes property.voidsetSimpleTypeEnumerations(SimpleTypeEnumerations value)Sets the value of the simpleTypeEnumerations property.voidsetStatements(Statements value)Sets the value of the statements property.voidsetVersion(java.lang.String value)Sets the value of the version property.
-
Field Details
-
simpleTypeEnumerations
-
fieldTypes
-
abstractObjectTypes
-
abstractNodeTypes
-
concreteNodes
-
statements
-
version
protected java.lang.String 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
public java.lang.String getVersion()Gets the value of the version property.- Returns:
- possible object is
String
-
setVersion
public void setVersion(java.lang.String value)Sets the value of the version property.- Parameters:
value- allowed object isString
-