Package org.web3d.x3d.util.x3duom
Class ContainerField
java.lang.Object
org.web3d.x3d.util.x3duom.ContainerField
public class ContainerField
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="{}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 Summary
Fields Modifier and Type Field Description protected java.lang.String
_default
protected java.util.List<Enumeration>
enumeration
protected java.lang.String
type
-
Constructor Summary
Constructors Constructor Description ContainerField()
-
Method Summary
Modifier and Type Method Description java.lang.String
getDefault()
Gets the value of the default property.java.util.List<Enumeration>
getEnumeration()
Gets the value of the enumeration property.java.lang.String
getType()
Gets the value of the type property.void
setDefault(java.lang.String value)
Sets the value of the default property.void
setType(java.lang.String value)
Sets the value of the type property.
-
Field Details
-
enumeration
-
_default
protected java.lang.String _default -
type
protected java.lang.String type
-
-
Constructor Details
-
ContainerField
public ContainerField()
-
-
Method Details
-
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 java.lang.String getDefault()Gets the value of the default property.- Returns:
- possible object is
String
-
setDefault
public void setDefault(java.lang.String value)Sets the value of the default property.- Parameters:
value
- allowed object isString
-
getType
public java.lang.String getType()Gets the value of the type property.- Returns:
- possible object is
String
-
setType
public void setType(java.lang.String value)Sets the value of the type property.- Parameters:
value
- allowed object isString
-