Class FieldType

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

public class FieldType 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="{}InterfaceDefinition"/>
       </sequence>
       <attribute name="defaultValue" type="{http://www.w3.org/2001/XMLSchema}string" default="" />
       <attribute name="isArray" use="required" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
       <attribute name="tupleSize" use="required">
         <simpleType>
           <restriction base="{http://www.w3.org/2001/XMLSchema}int">
             <minInclusive value="1"/>
             <maxInclusive value="16"/>
           </restriction>
         </simpleType>
       </attribute>
       <attribute name="type" use="required" type="{http://www.w3.org/2001/XMLSchema}token" />
       <attribute name="regex" type="{http://www.w3.org/2001/XMLSchema}string" default="" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • interfaceDefinition

      protected InterfaceDefinition interfaceDefinition
    • defaultValue

      protected String defaultValue
    • isArray

      protected String isArray
    • tupleSize

      protected int tupleSize
    • type

      protected String type
    • regex

      protected String regex
  • Constructor Details

    • FieldType

      public FieldType()
  • Method Details

    • getInterfaceDefinition

      public InterfaceDefinition getInterfaceDefinition()
      Gets the value of the interfaceDefinition property.
      Returns:
      possible object is InterfaceDefinition
    • setInterfaceDefinition

      public void setInterfaceDefinition(InterfaceDefinition value)
      Sets the value of the interfaceDefinition property.
      Parameters:
      value - allowed object is InterfaceDefinition
    • getDefaultValue

      public String getDefaultValue()
      Gets the value of the defaultValue property.
      Returns:
      possible object is String
    • setDefaultValue

      public void setDefaultValue(String value)
      Sets the value of the defaultValue property.
      Parameters:
      value - allowed object is String
    • getIsArray

      public String getIsArray()
      Gets the value of the isArray property.
      Returns:
      possible object is String
    • setIsArray

      public void setIsArray(String value)
      Sets the value of the isArray property.
      Parameters:
      value - allowed object is String
    • getTupleSize

      public int getTupleSize()
      Gets the value of the tupleSize property.
    • setTupleSize

      public void setTupleSize(int value)
      Sets the value of the tupleSize property.
    • getType

      public String getType()
      Gets the value of the type property.
      Returns:
      possible object is String
    • setType

      public void setType(String value)
      Sets the value of the type property.
      Parameters:
      value - allowed object is String
    • getRegex

      public String getRegex()
      Gets the value of the regex property.
      Returns:
      possible object is String
    • setRegex

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