Package org.web3d.x3d.util.x3duom
Class FieldType
java.lang.Object
org.web3d.x3d.util.x3duom.FieldType
public class FieldType
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="{}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 Summary
Fields Modifier and Type Field Description protected java.lang.StringdefaultValueprotected InterfaceDefinitioninterfaceDefinitionprotected java.lang.StringisArrayprotected java.lang.Stringregexprotected inttupleSizeprotected java.lang.Stringtype -
Constructor Summary
Constructors Constructor Description FieldType() -
Method Summary
Modifier and Type Method Description java.lang.StringgetDefaultValue()Gets the value of the defaultValue property.InterfaceDefinitiongetInterfaceDefinition()Gets the value of the interfaceDefinition property.java.lang.StringgetIsArray()Gets the value of the isArray property.java.lang.StringgetRegex()Gets the value of the regex property.intgetTupleSize()Gets the value of the tupleSize property.java.lang.StringgetType()Gets the value of the type property.voidsetDefaultValue(java.lang.String value)Sets the value of the defaultValue property.voidsetInterfaceDefinition(InterfaceDefinition value)Sets the value of the interfaceDefinition property.voidsetIsArray(java.lang.String value)Sets the value of the isArray property.voidsetRegex(java.lang.String value)Sets the value of the regex property.voidsetTupleSize(int value)Sets the value of the tupleSize property.voidsetType(java.lang.String value)Sets the value of the type property.
-
Field Details
-
interfaceDefinition
-
defaultValue
protected java.lang.String defaultValue -
isArray
protected java.lang.String isArray -
tupleSize
protected int tupleSize -
type
protected java.lang.String type -
regex
protected java.lang.String regex
-
-
Constructor Details
-
FieldType
public FieldType()
-
-
Method Details
-
getInterfaceDefinition
Gets the value of the interfaceDefinition property.- Returns:
- possible object is
InterfaceDefinition
-
setInterfaceDefinition
Sets the value of the interfaceDefinition property.- Parameters:
value- allowed object isInterfaceDefinition
-
getDefaultValue
public java.lang.String getDefaultValue()Gets the value of the defaultValue property.- Returns:
- possible object is
String
-
setDefaultValue
public void setDefaultValue(java.lang.String value)Sets the value of the defaultValue property.- Parameters:
value- allowed object isString
-
getIsArray
public java.lang.String getIsArray()Gets the value of the isArray property.- Returns:
- possible object is
String
-
setIsArray
public void setIsArray(java.lang.String value)Sets the value of the isArray property.- Parameters:
value- allowed object isString
-
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 java.lang.String getType()Gets the value of the type property.- Returns:
- possible object is
String
-
setType
public void setType(java.lang.String value)Sets the value of the type property.- Parameters:
value- allowed object isString
-
getRegex
public java.lang.String getRegex()Gets the value of the regex property.- Returns:
- possible object is
String
-
setRegex
public void setRegex(java.lang.String value)Sets the value of the regex property.- Parameters:
value- allowed object isString
-