Class Field
public class Field
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="{}enumeration" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{}componentInfo" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="acceptableNodeTypes" type="{http://www.w3.org/2001/XMLSchema}string" default="" />
<attribute name="accessType" type="{}accessTypeValues" default="inputOutput" />
<attribute name="additionalEnumerationValuesAllowed" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="baseType" type="{http://www.w3.org/2001/XMLSchema}token" default="" />
<attribute name="componentLevel" type="{http://www.w3.org/2001/XMLSchema}integer" default="1" />
<attribute name="default" type="{http://www.w3.org/2001/XMLSchema}string" default="" />
<attribute name="inheritedFrom" type="{http://www.w3.org/2001/XMLSchema}token" default="" />
<attribute name="initialX3dVersion" type="{}versionValues" />
<attribute name="maxExclusive" type="{http://www.w3.org/2001/XMLSchema}token" default="" />
<attribute name="maxInclusive" type="{http://www.w3.org/2001/XMLSchema}token" default="" />
<attribute name="minExclusive" type="{http://www.w3.org/2001/XMLSchema}token" default="" />
<attribute name="minInclusive" type="{http://www.w3.org/2001/XMLSchema}token" default="" />
<attribute name="name" type="{http://www.w3.org/2001/XMLSchema}token" default="" />
<attribute name="type" type="{}fieldTypeValues" default="SFBool" />
<attribute name="use" default="optional">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="optional"/>
<enumeration value="required"/>
</restriction>
</simpleType>
</attribute>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.String_defaultprotected java.lang.StringacceptableNodeTypesprotected AccessTypeValuesaccessTypeprotected java.lang.BooleanadditionalEnumerationValuesAllowedprotected java.lang.StringbaseTypeprotected java.util.List<ComponentInfo>componentInfoprotected java.math.BigIntegercomponentLevelprotected java.util.List<Enumeration>enumerationprotected java.lang.StringinheritedFromprotected java.lang.StringinitialX3DVersionprotected java.lang.StringmaxExclusiveprotected java.lang.StringmaxInclusiveprotected java.lang.StringminExclusiveprotected java.lang.StringminInclusiveprotected java.lang.Stringnameprotected FieldTypeValuestypeprotected java.lang.Stringuse -
Constructor Summary
Constructors Constructor Description Field() -
Method Summary
Modifier and Type Method Description java.lang.StringgetAcceptableNodeTypes()Gets the value of the acceptableNodeTypes property.AccessTypeValuesgetAccessType()Gets the value of the accessType property.java.lang.StringgetBaseType()Gets the value of the baseType property.java.util.List<ComponentInfo>getComponentInfo()Gets the value of the componentInfo property.java.math.BigIntegergetComponentLevel()Gets the value of the componentLevel property.java.lang.StringgetDefault()Gets the value of the default property.java.util.List<Enumeration>getEnumeration()Gets the value of the enumeration property.java.lang.StringgetInheritedFrom()Gets the value of the inheritedFrom property.java.lang.StringgetInitialX3DVersion()Gets the value of the initialX3DVersion property.java.lang.StringgetMaxExclusive()Gets the value of the maxExclusive property.java.lang.StringgetMaxInclusive()Gets the value of the maxInclusive property.java.lang.StringgetMinExclusive()Gets the value of the minExclusive property.java.lang.StringgetMinInclusive()Gets the value of the minInclusive property.java.lang.StringgetName()Gets the value of the name property.FieldTypeValuesgetType()Gets the value of the type property.java.lang.StringgetUse()Gets the value of the use property.booleanisAdditionalEnumerationValuesAllowed()Gets the value of the additionalEnumerationValuesAllowed property.voidsetAcceptableNodeTypes(java.lang.String value)Sets the value of the acceptableNodeTypes property.voidsetAccessType(AccessTypeValues value)Sets the value of the accessType property.voidsetAdditionalEnumerationValuesAllowed(java.lang.Boolean value)Sets the value of the additionalEnumerationValuesAllowed property.voidsetBaseType(java.lang.String value)Sets the value of the baseType property.voidsetComponentLevel(java.math.BigInteger value)Sets the value of the componentLevel property.voidsetDefault(java.lang.String value)Sets the value of the default property.voidsetInheritedFrom(java.lang.String value)Sets the value of the inheritedFrom property.voidsetInitialX3DVersion(java.lang.String value)Sets the value of the initialX3DVersion property.voidsetMaxExclusive(java.lang.String value)Sets the value of the maxExclusive property.voidsetMaxInclusive(java.lang.String value)Sets the value of the maxInclusive property.voidsetMinExclusive(java.lang.String value)Sets the value of the minExclusive property.voidsetMinInclusive(java.lang.String value)Sets the value of the minInclusive property.voidsetName(java.lang.String value)Sets the value of the name property.voidsetType(FieldTypeValues value)Sets the value of the type property.voidsetUse(java.lang.String value)Sets the value of the use property.
-
Field Details
-
enumeration
-
componentInfo
-
acceptableNodeTypes
protected java.lang.String acceptableNodeTypes -
accessType
-
additionalEnumerationValuesAllowed
protected java.lang.Boolean additionalEnumerationValuesAllowed -
baseType
protected java.lang.String baseType -
componentLevel
protected java.math.BigInteger componentLevel -
_default
protected java.lang.String _default -
inheritedFrom
protected java.lang.String inheritedFrom -
initialX3DVersion
protected java.lang.String initialX3DVersion -
maxExclusive
protected java.lang.String maxExclusive -
maxInclusive
protected java.lang.String maxInclusive -
minExclusive
protected java.lang.String minExclusive -
minInclusive
protected java.lang.String minInclusive -
name
protected java.lang.String name -
type
-
use
protected java.lang.String use
-
-
Constructor Details
-
Field
public Field()
-
-
Method Details
-
getEnumeration
Gets the value of the enumeration property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
setmethod for the enumeration property.For example, to add a new item, do as follows:
getEnumeration().add(newItem);Objects of the following type(s) are allowed in the list
Enumeration -
getComponentInfo
Gets the value of the componentInfo property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
setmethod for the componentInfo property.For example, to add a new item, do as follows:
getComponentInfo().add(newItem);Objects of the following type(s) are allowed in the list
ComponentInfo -
getAcceptableNodeTypes
public java.lang.String getAcceptableNodeTypes()Gets the value of the acceptableNodeTypes property.- Returns:
- possible object is
String
-
setAcceptableNodeTypes
public void setAcceptableNodeTypes(java.lang.String value)Sets the value of the acceptableNodeTypes property.- Parameters:
value- allowed object isString
-
getAccessType
Gets the value of the accessType property.- Returns:
- possible object is
AccessTypeValues
-
setAccessType
Sets the value of the accessType property.- Parameters:
value- allowed object isAccessTypeValues
-
isAdditionalEnumerationValuesAllowed
public boolean isAdditionalEnumerationValuesAllowed()Gets the value of the additionalEnumerationValuesAllowed property.- Returns:
- possible object is
Boolean
-
setAdditionalEnumerationValuesAllowed
public void setAdditionalEnumerationValuesAllowed(java.lang.Boolean value)Sets the value of the additionalEnumerationValuesAllowed property.- Parameters:
value- allowed object isBoolean
-
getBaseType
public java.lang.String getBaseType()Gets the value of the baseType property.- Returns:
- possible object is
String
-
setBaseType
public void setBaseType(java.lang.String value)Sets the value of the baseType property.- Parameters:
value- allowed object isString
-
getComponentLevel
public java.math.BigInteger getComponentLevel()Gets the value of the componentLevel property.- Returns:
- possible object is
BigInteger
-
setComponentLevel
public void setComponentLevel(java.math.BigInteger value)Sets the value of the componentLevel property.- Parameters:
value- allowed object isBigInteger
-
getDefault
public java.lang.String getDefault()Gets the value of the default property.- Returns:
- possible object is
String
-
setDefault
public void setDefault(java.lang.String value)Sets the value of the default property.- Parameters:
value- allowed object isString
-
getInheritedFrom
public java.lang.String getInheritedFrom()Gets the value of the inheritedFrom property.- Returns:
- possible object is
String
-
setInheritedFrom
public void setInheritedFrom(java.lang.String value)Sets the value of the inheritedFrom property.- Parameters:
value- allowed object isString
-
getInitialX3DVersion
public java.lang.String getInitialX3DVersion()Gets the value of the initialX3DVersion property.- Returns:
- possible object is
String
-
setInitialX3DVersion
public void setInitialX3DVersion(java.lang.String value)Sets the value of the initialX3DVersion property.- Parameters:
value- allowed object isString
-
getMaxExclusive
public java.lang.String getMaxExclusive()Gets the value of the maxExclusive property.- Returns:
- possible object is
String
-
setMaxExclusive
public void setMaxExclusive(java.lang.String value)Sets the value of the maxExclusive property.- Parameters:
value- allowed object isString
-
getMaxInclusive
public java.lang.String getMaxInclusive()Gets the value of the maxInclusive property.- Returns:
- possible object is
String
-
setMaxInclusive
public void setMaxInclusive(java.lang.String value)Sets the value of the maxInclusive property.- Parameters:
value- allowed object isString
-
getMinExclusive
public java.lang.String getMinExclusive()Gets the value of the minExclusive property.- Returns:
- possible object is
String
-
setMinExclusive
public void setMinExclusive(java.lang.String value)Sets the value of the minExclusive property.- Parameters:
value- allowed object isString
-
getMinInclusive
public java.lang.String getMinInclusive()Gets the value of the minInclusive property.- Returns:
- possible object is
String
-
setMinInclusive
public void setMinInclusive(java.lang.String value)Sets the value of the minInclusive property.- Parameters:
value- allowed object isString
-
getName
public java.lang.String getName()Gets the value of the name property.- Returns:
- possible object is
String
-
setName
public void setName(java.lang.String value)Sets the value of the name property.- Parameters:
value- allowed object isString
-
getType
Gets the value of the type property.- Returns:
- possible object is
FieldTypeValues
-
setType
Sets the value of the type property.- Parameters:
value- allowed object isFieldTypeValues
-
getUse
public java.lang.String getUse()Gets the value of the use property.- Returns:
- possible object is
String
-
setUse
public void setUse(java.lang.String value)Sets the value of the use property.- Parameters:
value- allowed object isString
-