Package org.web3d.x3d.util.x3duom
Class Enumeration
java.lang.Object
org.web3d.x3d.util.x3duom.Enumeration
public class Enumeration
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="{}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="" />
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.Stringaliasprotected java.util.List<java.lang.Object>allowedElementprotected java.lang.Stringappinfoprotected java.lang.Stringdescriptionprotected java.lang.Stringdocumentationprotected java.lang.Stringindexprotected java.lang.Stringloaprotected java.lang.Stringparentprotected java.lang.Stringvalue -
Constructor Summary
Constructors Constructor Description Enumeration() -
Method Summary
Modifier and Type Method Description java.lang.StringgetAlias()Gets the value of the alias property.java.util.List<java.lang.Object>getAllowedElement()Gets the value of the allowedElement property.java.lang.StringgetAppinfo()Gets the value of the appinfo property.java.lang.StringgetDescription()Gets the value of the description property.java.lang.StringgetDocumentation()Gets the value of the documentation property.java.lang.StringgetIndex()Gets the value of the index property.java.lang.StringgetLoa()Gets the value of the loa property.java.lang.StringgetParent()Gets the value of the parent property.java.lang.StringgetValue()Gets the value of the value property.voidsetAlias(java.lang.String value)Sets the value of the alias property.voidsetAppinfo(java.lang.String value)Sets the value of the appinfo property.voidsetDescription(java.lang.String value)Sets the value of the description property.voidsetDocumentation(java.lang.String value)Sets the value of the documentation property.voidsetIndex(java.lang.String value)Sets the value of the index property.voidsetLoa(java.lang.String value)Sets the value of the loa property.voidsetParent(java.lang.String value)Sets the value of the parent property.voidsetValue(java.lang.String value)Sets the value of the value property.
-
Field Details
-
allowedElement
protected java.util.List<java.lang.Object> allowedElement -
value
protected java.lang.String value -
appinfo
protected java.lang.String appinfo -
documentation
protected java.lang.String documentation -
index
protected java.lang.String index -
alias
protected java.lang.String alias -
loa
protected java.lang.String loa -
parent
protected java.lang.String parent -
description
protected java.lang.String description
-
-
Constructor Details
-
Enumeration
public Enumeration()
-
-
Method Details
-
getAllowedElement
public java.util.List<java.lang.Object> 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
public java.lang.String getValue()Gets the value of the value property.- Returns:
- possible object is
String
-
setValue
public void setValue(java.lang.String value)Sets the value of the value 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
-
getIndex
public java.lang.String getIndex()Gets the value of the index property.- Returns:
- possible object is
String
-
setIndex
public void setIndex(java.lang.String value)Sets the value of the index property.- Parameters:
value- allowed object isString
-
getAlias
public java.lang.String getAlias()Gets the value of the alias property.- Returns:
- possible object is
String
-
setAlias
public void setAlias(java.lang.String value)Sets the value of the alias property.- Parameters:
value- allowed object isString
-
getLoa
public java.lang.String getLoa()Gets the value of the loa property.- Returns:
- possible object is
String
-
setLoa
public void setLoa(java.lang.String value)Sets the value of the loa property.- Parameters:
value- allowed object isString
-
getParent
public java.lang.String getParent()Gets the value of the parent property.- Returns:
- possible object is
String
-
setParent
public void setParent(java.lang.String value)Sets the value of the parent property.- Parameters:
value- allowed object isString
-
getDescription
public java.lang.String getDescription()Gets the value of the description property.- Returns:
- possible object is
String
-
setDescription
public void setDescription(java.lang.String value)Sets the value of the description property.- Parameters:
value- allowed object isString
-