Class ContainerField

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

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

  • Constructor Details

    • ContainerField

      public ContainerField()
  • 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

    • 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
    • getType

      public String getType()
      Gets the value of the type property.
      Returns:
      possible object is String
    • setType

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