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
Fields -
Constructor Summary
Constructors -
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
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
-
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
-
getDefaultValue
Gets the value of the defaultValue property.- Returns:
- possible object is
String
-
setDefaultValue
Sets the value of the defaultValue property.- Parameters:
value
- allowed object isString
-
getRegex
Gets the value of the regex property.- Returns:
- possible object is
String
-
setRegex
Sets the value of the regex property.- Parameters:
value
- allowed object isString
-
getAppinfo
Gets the value of the appinfo property.- Returns:
- possible object is
String
-
setAppinfo
Sets the value of the appinfo property.- Parameters:
value
- allowed object isString
-
getDocumentation
Gets the value of the documentation property.- Returns:
- possible object is
String
-
setDocumentation
Sets the value of the documentation property.- Parameters:
value
- allowed object isString
-