Package org.web3d.x3d.util.x3duom
Class SimpleType
java.lang.Object
org.web3d.x3d.util.x3duom.SimpleType
public class SimpleType
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"/>
</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 Modifier and Type Field Description protected java.lang.Stringappinfoprotected java.lang.StringbaseTypeprotected java.lang.StringdefaultValueprotected java.lang.Stringdocumentationprotected java.util.List<Enumeration>enumerationprotected java.lang.Stringnameprotected java.lang.Stringregex -
Constructor Summary
Constructors Constructor Description SimpleType() -
Method Summary
Modifier and Type Method Description java.lang.StringgetAppinfo()Gets the value of the appinfo property.java.lang.StringgetBaseType()Gets the value of the baseType property.java.lang.StringgetDefaultValue()Gets the value of the defaultValue property.java.lang.StringgetDocumentation()Gets the value of the documentation property.java.util.List<Enumeration>getEnumeration()Gets the value of the enumeration property.java.lang.StringgetName()Gets the value of the name property.java.lang.StringgetRegex()Gets the value of the regex property.voidsetAppinfo(java.lang.String value)Sets the value of the appinfo property.voidsetBaseType(java.lang.String value)Sets the value of the baseType property.voidsetDefaultValue(java.lang.String value)Sets the value of the defaultValue property.voidsetDocumentation(java.lang.String value)Sets the value of the documentation property.voidsetName(java.lang.String value)Sets the value of the name property.voidsetRegex(java.lang.String value)Sets the value of the regex property.
-
Field Details
-
enumeration
-
name
protected java.lang.String name -
baseType
protected java.lang.String baseType -
defaultValue
protected java.lang.String defaultValue -
regex
protected java.lang.String regex -
appinfo
protected java.lang.String appinfo -
documentation
protected java.lang.String 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
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 -
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
-
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
-
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
-
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
-
getAppinfo
public java.lang.String getAppinfo()Gets the value of the appinfo property.- Returns:
- possible object is
String
-
setAppinfo
public void setAppinfo(java.lang.String value)Sets the value of the appinfo property.- Parameters:
value- allowed object isString
-
getDocumentation
public java.lang.String getDocumentation()Gets the value of the documentation property.- Returns:
- possible object is
String
-
setDocumentation
public void setDocumentation(java.lang.String value)Sets the value of the documentation property.- Parameters:
value- allowed object isString
-