Package org.web3d.x3d.util.x3duom
Class SimpleType
java.lang.Object
org.web3d.x3d.util.x3duom.SimpleType
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"/> </sequence> <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}token" default="" /> <attribute name="baseType" type="{http://www.w3.org/2001/XMLSchema}token" default="" /> <attribute name="defaultValue" type="{http://www.w3.org/2001/XMLSchema}string" default="" /> <attribute name="regex" type="{http://www.w3.org/2001/XMLSchema}string" default="" /> <attribute name="appinfo" type="{http://www.w3.org/2001/XMLSchema}string" default="" /> <attribute name="documentation" type="{http://www.w3.org/2001/XMLSchema}string" default="" /> </restriction> </complexContent> </complexType>
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the appinfo property.Gets the value of the baseType property.Gets the value of the defaultValue property.Gets the value of the documentation property.Gets the value of the enumeration property.getName()
Gets the value of the name property.getRegex()
Gets the value of the regex property.void
setAppinfo
(String value) Sets the value of the appinfo property.void
setBaseType
(String value) Sets the value of the baseType property.void
setDefaultValue
(String value) Sets the value of the defaultValue property.void
setDocumentation
(String value) Sets the value of the documentation property.void
Sets the value of the name property.void
Sets the value of the regex property.
-
Field Details
-
enumeration
-
name
-
baseType
-
defaultValue
-
regex
-
appinfo
-
documentation
-
-
Constructor Details
-
SimpleType
public SimpleType()
-
-
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
-
getName
-
setName
-
getBaseType
-
setBaseType
-
getDefaultValue
-
setDefaultValue
-
getRegex
-
setRegex
-
getAppinfo
-
setAppinfo
-
getDocumentation
-
setDocumentation
-