public class FacesOrderingOrdering
extends java.lang.Object
Java class for faces-config-ordering-orderingType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="faces-config-ordering-orderingType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<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"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<java.lang.String> |
name |
protected FacesOrderingOthers |
others |
| Constructor and Description |
|---|
FacesOrderingOrdering() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<java.lang.String> |
getName()
Gets the value of the name property.
|
FacesOrderingOthers |
getOthers()
Gets the value of the others property.
|
void |
setOthers(FacesOrderingOthers value)
Sets the value of the others property.
|
protected java.util.List<java.lang.String> name
protected FacesOrderingOthers others
public java.util.List<java.lang.String> getName()
set method for the name property.
For example, to add a new item, do as follows:
getName().add(newItem);
Objects of the following type(s) are allowed in the list
Stringpublic FacesOrderingOthers getOthers()
FacesOrderingOtherspublic void setOthers(FacesOrderingOthers value)
value - allowed object is
FacesOrderingOthers