Package org.web3d.x3d.util.x3duom
Class ContainerField
java.lang.Object
org.web3d.x3d.util.x3duom.ContainerField
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 -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the default property.Gets the value of the enumeration property.getType()
Gets the value of the type property.void
setDefault
(String value) Sets the value of the default property.void
Sets the value of the type property.
-
Field Details
-
enumeration
-
_default
-
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
Gets the value of the default property.- Returns:
- possible object is
String
-
setDefault
Sets the value of the default property.- Parameters:
value
- allowed object isString
-
getType
Gets the value of the type property.- Returns:
- possible object is
String
-
setType
Sets the value of the type property.- Parameters:
value
- allowed object isString
-