Class Field
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="description" 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="simpleType" type="{http://www.w3.org/2001/XMLSchema}token" default="" /> <attribute name="synonym" 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
FieldsModifier and TypeFieldDescriptionprotected String
protected String
protected AccessTypeValues
protected Boolean
protected String
protected List
<ComponentInfo> protected BigInteger
protected String
protected List
<Enumeration> protected String
protected String
protected String
protected String
protected String
protected String
protected String
protected String
protected String
protected FieldTypeValues
protected String
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the acceptableNodeTypes property.Gets the value of the accessType property.Gets the value of the baseType property.Gets the value of the componentInfo property.Gets the value of the componentLevel property.Gets the value of the default property.Gets the value of the description property.Gets the value of the enumeration property.Gets the value of the inheritedFrom property.Gets the value of the initialX3DVersion property.Gets the value of the maxExclusive property.Gets the value of the maxInclusive property.Gets the value of the minExclusive property.Gets the value of the minInclusive property.getName()
Gets the value of the name property.Gets the value of the simpleType property.Gets the value of the synonym property.getType()
Gets the value of the type property.getUse()
Gets the value of the use property.boolean
Gets the value of the additionalEnumerationValuesAllowed property.void
setAcceptableNodeTypes
(String value) Sets the value of the acceptableNodeTypes property.void
setAccessType
(AccessTypeValues value) Sets the value of the accessType property.void
Sets the value of the additionalEnumerationValuesAllowed property.void
setBaseType
(String value) Sets the value of the baseType property.void
setComponentLevel
(BigInteger value) Sets the value of the componentLevel property.void
setDefault
(String value) Sets the value of the default property.void
setDescription
(String value) Sets the value of the description property.void
setInheritedFrom
(String value) Sets the value of the inheritedFrom property.void
setInitialX3DVersion
(String value) Sets the value of the initialX3DVersion property.void
setMaxExclusive
(String value) Sets the value of the maxExclusive property.void
setMaxInclusive
(String value) Sets the value of the maxInclusive property.void
setMinExclusive
(String value) Sets the value of the minExclusive property.void
setMinInclusive
(String value) Sets the value of the minInclusive property.void
Sets the value of the name property.void
setSimpleType
(String value) Sets the value of the simpleType property.void
setSynonym
(String value) Sets the value of the synonym property.void
setType
(FieldTypeValues value) Sets the value of the type property.void
Sets the value of the use property.
-
Field Details
-
enumeration
-
componentInfo
-
acceptableNodeTypes
-
accessType
-
additionalEnumerationValuesAllowed
-
baseType
-
componentLevel
-
_default
-
description
-
inheritedFrom
-
initialX3DVersion
-
maxExclusive
-
maxInclusive
-
minExclusive
-
minInclusive
-
name
-
simpleType
-
synonym
-
type
-
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
set
method 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
set
method 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
Gets the value of the acceptableNodeTypes property.- Returns:
- possible object is
String
-
setAcceptableNodeTypes
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
Sets the value of the additionalEnumerationValuesAllowed property.- Parameters:
value
- allowed object isBoolean
-
getBaseType
Gets the value of the baseType property.- Returns:
- possible object is
String
-
setBaseType
Sets the value of the baseType property.- Parameters:
value
- allowed object isString
-
getComponentLevel
Gets the value of the componentLevel property.- Returns:
- possible object is
BigInteger
-
setComponentLevel
Sets the value of the componentLevel property.- Parameters:
value
- allowed object isBigInteger
-
getDefault
Gets the value of the default property.- Returns:
- possible object is
String
-
setDefault
Sets the value of the default property.- Parameters:
value
- allowed object isString
-
getDescription
Gets the value of the description property.- Returns:
- possible object is
String
-
setDescription
Sets the value of the description property.- Parameters:
value
- allowed object isString
-
getInheritedFrom
Gets the value of the inheritedFrom property.- Returns:
- possible object is
String
-
setInheritedFrom
Sets the value of the inheritedFrom property.- Parameters:
value
- allowed object isString
-
getInitialX3DVersion
Gets the value of the initialX3DVersion property.- Returns:
- possible object is
String
-
setInitialX3DVersion
Sets the value of the initialX3DVersion property.- Parameters:
value
- allowed object isString
-
getMaxExclusive
Gets the value of the maxExclusive property.- Returns:
- possible object is
String
-
setMaxExclusive
Sets the value of the maxExclusive property.- Parameters:
value
- allowed object isString
-
getMaxInclusive
Gets the value of the maxInclusive property.- Returns:
- possible object is
String
-
setMaxInclusive
Sets the value of the maxInclusive property.- Parameters:
value
- allowed object isString
-
getMinExclusive
Gets the value of the minExclusive property.- Returns:
- possible object is
String
-
setMinExclusive
Sets the value of the minExclusive property.- Parameters:
value
- allowed object isString
-
getMinInclusive
Gets the value of the minInclusive property.- Returns:
- possible object is
String
-
setMinInclusive
Sets the value of the minInclusive property.- Parameters:
value
- allowed object isString
-
getName
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
Sets the value of the name property.- Parameters:
value
- allowed object isString
-
getSimpleType
Gets the value of the simpleType property.- Returns:
- possible object is
String
-
setSimpleType
Sets the value of the simpleType property.- Parameters:
value
- allowed object isString
-
getSynonym
Gets the value of the synonym property.- Returns:
- possible object is
String
-
setSynonym
Sets the value of the synonym 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
Gets the value of the use property.- Returns:
- possible object is
String
-
setUse
Sets the value of the use property.- Parameters:
value
- allowed object isString
-