Package org.web3d.x3d.util.x3duom
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.void
Sets the value of the alias property.void
setAppinfo
(String value) Sets the value of the appinfo property.void
setDefault
(String value) Sets the value of the default property.void
setDescription
(String value) Sets the value of the description property.void
setDocumentation
(String value) Sets the value of the documentation property.void
Sets the value of the index property.void
Sets the value of the loa property.void
Sets the value of the parent property.void
Sets 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
set
method 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
Gets the value of the value property.- Returns:
- possible object is
String
-
setValue
Sets the value of the value 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
-
getIndex
Gets the value of the index property.- Returns:
- possible object is
String
-
setIndex
Sets the value of the index property.- Parameters:
value
- allowed object isString
-
getAlias
Gets the value of the alias property.- Returns:
- possible object is
String
-
setAlias
Sets the value of the alias property.- Parameters:
value
- allowed object isString
-
getLoa
Gets the value of the loa property.- Returns:
- possible object is
String
-
setLoa
Sets the value of the loa property.- Parameters:
value
- allowed object isString
-
getParent
Gets the value of the parent property.- Returns:
- possible object is
String
-
setParent
Sets the value of the parent 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
-
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
-