Class X3DUnifiedObjectModel

java.lang.Object
org.web3d.x3d.util.x3duom.X3DUnifiedObjectModel

public class X3DUnifiedObjectModel extends 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 Details

  • Constructor Details

    • X3DUnifiedObjectModel

      public X3DUnifiedObjectModel()
  • Method Details

    • getSimpleTypeEnumerations

      public SimpleTypeEnumerations getSimpleTypeEnumerations()
      Gets the value of the simpleTypeEnumerations property.
      Returns:
      possible object is SimpleTypeEnumerations
    • setSimpleTypeEnumerations

      public void setSimpleTypeEnumerations(SimpleTypeEnumerations value)
      Sets the value of the simpleTypeEnumerations property.
      Parameters:
      value - allowed object is SimpleTypeEnumerations
    • getFieldTypes

      public FieldTypes getFieldTypes()
      Gets the value of the fieldTypes property.
      Returns:
      possible object is FieldTypes
    • setFieldTypes

      public void setFieldTypes(FieldTypes value)
      Sets the value of the fieldTypes property.
      Parameters:
      value - allowed object is FieldTypes
    • getAbstractObjectTypes

      public AbstractObjectTypes getAbstractObjectTypes()
      Gets the value of the abstractObjectTypes property.
      Returns:
      possible object is AbstractObjectTypes
    • setAbstractObjectTypes

      public void setAbstractObjectTypes(AbstractObjectTypes value)
      Sets the value of the abstractObjectTypes property.
      Parameters:
      value - allowed object is AbstractObjectTypes
    • getAbstractNodeTypes

      public AbstractNodeTypes getAbstractNodeTypes()
      Gets the value of the abstractNodeTypes property.
      Returns:
      possible object is AbstractNodeTypes
    • setAbstractNodeTypes

      public void setAbstractNodeTypes(AbstractNodeTypes value)
      Sets the value of the abstractNodeTypes property.
      Parameters:
      value - allowed object is AbstractNodeTypes
    • getConcreteNodes

      public ConcreteNodes getConcreteNodes()
      Gets the value of the concreteNodes property.
      Returns:
      possible object is ConcreteNodes
    • setConcreteNodes

      public void setConcreteNodes(ConcreteNodes value)
      Sets the value of the concreteNodes property.
      Parameters:
      value - allowed object is ConcreteNodes
    • getStatements

      public Statements getStatements()
      Gets the value of the statements property.
      Returns:
      possible object is Statements
    • setStatements

      public void setStatements(Statements value)
      Sets the value of the statements property.
      Parameters:
      value - allowed object is Statements
    • getVersion

      public String getVersion()
      Gets the value of the version property.
      Returns:
      possible object is String
    • setVersion

      public void setVersion(String value)
      Sets the value of the version property.
      Parameters:
      value - allowed object is String