Class FieldType
java.lang.Object
org.web3d.x3d.util.x3duom.FieldType
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 SummaryFieldsModifier and TypeFieldDescriptionprotected Stringprotected InterfaceDefinitionprotected Stringprotected Stringprotected intprotected String
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionGets the value of the defaultValue property.Gets the value of the interfaceDefinition property.Gets the value of the isArray property.getRegex()Gets the value of the regex property.intGets the value of the tupleSize property.getType()Gets the value of the type property.voidsetDefaultValue(String value) Sets the value of the defaultValue property.voidSets the value of the interfaceDefinition property.voidsetIsArray(String value) Sets the value of the isArray property.voidSets the value of the regex property.voidsetTupleSize(int value) Sets the value of the tupleSize property.voidSets the value of the type property.
- 
Field Details- 
interfaceDefinition
- 
defaultValue
- 
isArray
- 
tupleSizeprotected int tupleSize
- 
type
- 
regex
 
- 
- 
Constructor Details- 
FieldTypepublic FieldType()
 
- 
- 
Method Details- 
getInterfaceDefinitionGets the value of the interfaceDefinition property.- Returns:
- possible object is
     InterfaceDefinition
 
- 
setInterfaceDefinitionSets the value of the interfaceDefinition property.- Parameters:
- value- allowed object is- InterfaceDefinition
 
- 
getDefaultValue
- 
setDefaultValue
- 
getIsArray
- 
setIsArray
- 
getTupleSizepublic int getTupleSize()Gets the value of the tupleSize property.
- 
setTupleSizepublic void setTupleSize(int value) Sets the value of the tupleSize property.
- 
getType
- 
setType
- 
getRegex
- 
setRegex
 
-