public class FacesAbsoluteOrdering
extends java.lang.Object
Java class for faces-config-absoluteOrderingType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="faces-config-absoluteOrderingType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice maxOccurs="unbounded" minOccurs="0">
<element name="name" type="{http://java.sun.com/xml/ns/javaee}java-identifierType" maxOccurs="unbounded" minOccurs="0"/>
<element name="others" type="{http://java.sun.com/xml/ns/javaee}faces-config-ordering-othersType" minOccurs="0"/>
</choice>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<java.lang.Object> |
nameOrOthers |
| Constructor and Description |
|---|
FacesAbsoluteOrdering() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<java.lang.Object> |
getNameOrOthers()
Gets the value of the nameOrOthers property.
|
public java.util.List<java.lang.Object> getNameOrOthers()
set method for the nameOrOthers property.
For example, to add a new item, do as follows:
getNameOrOthers().add(newItem);
Objects of the following type(s) are allowed in the list
FacesOrderingOthers
String