Class SimpleType

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

public class SimpleType 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="{}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 Details

    • enumeration

      protected List<Enumeration> enumeration
    • name

      protected String name
    • baseType

      protected String baseType
    • defaultValue

      protected String defaultValue
    • regex

      protected String regex
    • appinfo

      protected String appinfo
    • documentation

      protected String documentation
  • Constructor Details

    • SimpleType

      public SimpleType()
  • Method Details

    • getEnumeration

      public List<Enumeration> 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 set method 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 String getName()
      Gets the value of the name property.
      Returns:
      possible object is String
    • setName

      public void setName(String value)
      Sets the value of the name property.
      Parameters:
      value - allowed object is String
    • getBaseType

      public String getBaseType()
      Gets the value of the baseType property.
      Returns:
      possible object is String
    • setBaseType

      public void setBaseType(String value)
      Sets the value of the baseType property.
      Parameters:
      value - allowed object is String
    • getDefaultValue

      public String getDefaultValue()
      Gets the value of the defaultValue property.
      Returns:
      possible object is String
    • setDefaultValue

      public void setDefaultValue(String value)
      Sets the value of the defaultValue property.
      Parameters:
      value - allowed object is String
    • getRegex

      public String getRegex()
      Gets the value of the regex property.
      Returns:
      possible object is String
    • setRegex

      public void setRegex(String value)
      Sets the value of the regex 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