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 SummaryFieldsModifier and TypeFieldDescriptionprotected AbstractNodeTypesprotected AbstractObjectTypesprotected ConcreteNodesprotected FieldTypesprotected SimpleTypeEnumerationsprotected Statementsprotected String
- 
Constructor SummaryConstructors
- 
Method SummaryModifier 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.voidSets the value of the abstractNodeTypes property.voidSets 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.voidSets the value of the simpleTypeEnumerations property.voidsetStatements(Statements value) Sets the value of the statements property.voidsetVersion(String value) Sets the value of the version property.
- 
Field Details- 
simpleTypeEnumerations
- 
fieldTypes
- 
abstractObjectTypes
- 
abstractNodeTypes
- 
concreteNodes
- 
statements
- 
version
 
- 
- 
Constructor Details- 
X3DUnifiedObjectModelpublic X3DUnifiedObjectModel()
 
- 
- 
Method Details- 
getSimpleTypeEnumerationsGets the value of the simpleTypeEnumerations property.- Returns:
- possible object is
     SimpleTypeEnumerations
 
- 
setSimpleTypeEnumerationsSets the value of the simpleTypeEnumerations property.- Parameters:
- value- allowed object is- SimpleTypeEnumerations
 
- 
getFieldTypesGets the value of the fieldTypes property.- Returns:
- possible object is
     FieldTypes
 
- 
setFieldTypesSets the value of the fieldTypes property.- Parameters:
- value- allowed object is- FieldTypes
 
- 
getAbstractObjectTypesGets the value of the abstractObjectTypes property.- Returns:
- possible object is
     AbstractObjectTypes
 
- 
setAbstractObjectTypesSets the value of the abstractObjectTypes property.- Parameters:
- value- allowed object is- AbstractObjectTypes
 
- 
getAbstractNodeTypesGets the value of the abstractNodeTypes property.- Returns:
- possible object is
     AbstractNodeTypes
 
- 
setAbstractNodeTypesSets the value of the abstractNodeTypes property.- Parameters:
- value- allowed object is- AbstractNodeTypes
 
- 
getConcreteNodesGets the value of the concreteNodes property.- Returns:
- possible object is
     ConcreteNodes
 
- 
setConcreteNodesSets the value of the concreteNodes property.- Parameters:
- value- allowed object is- ConcreteNodes
 
- 
getStatementsGets the value of the statements property.- Returns:
- possible object is
     Statements
 
- 
setStatementsSets the value of the statements property.- Parameters:
- value- allowed object is- Statements
 
- 
getVersion
- 
setVersion
 
-