|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.openejb.jee.FacesOrderingOrdering
public class FacesOrderingOrdering
web-facesconfig_2_0.xsd
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>
| Field Summary | |
|---|---|
protected List<String> |
name
|
protected FacesOrderingOthers |
others
|
| Constructor Summary | |
|---|---|
FacesOrderingOrdering()
|
|
| Method Summary | |
|---|---|
List<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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected List<String> name
protected FacesOrderingOthers others
| Constructor Detail |
|---|
public FacesOrderingOrdering()
| Method Detail |
|---|
public List<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
String
public FacesOrderingOthers getOthers()
FacesOrderingOtherspublic void setOthers(FacesOrderingOthers value)
value - allowed object is
FacesOrderingOthers
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||