Class Enumeration

java.lang.Object
org.web3d.x3d.util.x3duom.Enumeration

public class Enumeration extends 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="" />
       <attribute name="default" type="{http://www.w3.org/2001/XMLSchema}string" default="" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • allowedElement

      protected List<Object> allowedElement
    • value

      protected String value
    • appinfo

      protected String appinfo
    • documentation

      protected String documentation
    • index

      protected String index
    • alias

      protected String alias
    • loa

      protected String loa
    • parent

      protected String parent
    • description

      protected String description
    • _default

      protected String _default
  • Constructor Details

    • Enumeration

      public Enumeration()
  • Method Details

    • getAllowedElement

      public List<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 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

      public String getValue()
      Gets the value of the value property.
      Returns:
      possible object is String
    • setValue

      public void setValue(String value)
      Sets the value of the value property.
      Parameters:
      value - allowed object is String
    • getAppinfo

      public String getAppinfo()
      Gets the value of the appinfo property.
      Returns:
      possible object is String
    • setAppinfo

      public void setAppinfo(String value)
      Sets the value of the appinfo property.
      Parameters:
      value - allowed object is String
    • getDocumentation

      public String getDocumentation()
      Gets the value of the documentation property.
      Returns:
      possible object is String
    • setDocumentation

      public void setDocumentation(String value)
      Sets the value of the documentation property.
      Parameters:
      value - allowed object is String
    • getIndex

      public String getIndex()
      Gets the value of the index property.
      Returns:
      possible object is String
    • setIndex

      public void setIndex(String value)
      Sets the value of the index property.
      Parameters:
      value - allowed object is String
    • getAlias

      public String getAlias()
      Gets the value of the alias property.
      Returns:
      possible object is String
    • setAlias

      public void setAlias(String value)
      Sets the value of the alias property.
      Parameters:
      value - allowed object is String
    • getLoa

      public String getLoa()
      Gets the value of the loa property.
      Returns:
      possible object is String
    • setLoa

      public void setLoa(String value)
      Sets the value of the loa property.
      Parameters:
      value - allowed object is String
    • getParent

      public String getParent()
      Gets the value of the parent property.
      Returns:
      possible object is String
    • setParent

      public void setParent(String value)
      Sets the value of the parent property.
      Parameters:
      value - allowed object is String
    • getDescription

      public String getDescription()
      Gets the value of the description property.
      Returns:
      possible object is String
    • setDescription

      public void setDescription(String value)
      Sets the value of the description property.
      Parameters:
      value - allowed object is String
    • getDefault

      public String getDefault()
      Gets the value of the default property.
      Returns:
      possible object is String
    • setDefault

      public void setDefault(String value)
      Sets the value of the default property.
      Parameters:
      value - allowed object is String