Class Enumeration
java.lang.Object
org.web3d.x3d.util.x3duom.Enumeration
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="{}allowedElement" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="value" 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="" />
<attribute name="index" type="{http://www.w3.org/2001/XMLSchema}string" default="" />
<attribute name="alias" type="{http://www.w3.org/2001/XMLSchema}string" default="" />
<attribute name="loa" type="{http://www.w3.org/2001/XMLSchema}string" default="" />
<attribute name="parent" type="{http://www.w3.org/2001/XMLSchema}string" default="" />
<attribute name="description" type="{http://www.w3.org/2001/XMLSchema}string" default="" />
<attribute name="default" type="{http://www.w3.org/2001/XMLSchema}string" default="" />
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetAlias()Gets the value of the alias property.Gets the value of the allowedElement property.Gets the value of the appinfo property.Gets the value of the default property.Gets the value of the description property.Gets the value of the documentation property.getIndex()Gets the value of the index property.getLoa()Gets the value of the loa property.Gets the value of the parent property.getValue()Gets the value of the value property.voidSets the value of the alias property.voidsetAppinfo(String value) Sets the value of the appinfo property.voidsetDefault(String value) Sets the value of the default property.voidsetDescription(String value) Sets the value of the description property.voidsetDocumentation(String value) Sets the value of the documentation property.voidSets the value of the index property.voidSets the value of the loa property.voidSets the value of the parent property.voidSets the value of the value property.
-
Field Details
-
allowedElement
-
value
-
appinfo
-
documentation
-
index
-
alias
-
loa
-
parent
-
description
-
_default
-
-
Constructor Details
-
Enumeration
public Enumeration()
-
-
Method Details
-
getAllowedElement
Gets the value of the allowedElement 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 allowedElement property.For example, to add a new item, do as follows:
getAllowedElement().add(newItem);Objects of the following type(s) are allowed in the list
Object -
getValue
-
setValue
-
getAppinfo
-
setAppinfo
-
getDocumentation
-
setDocumentation
-
getIndex
-
setIndex
-
getAlias
-
setAlias
-
getLoa
-
setLoa
-
getParent
-
setParent
-
getDescription
-
setDescription
-
getDefault
-
setDefault
-