Package org.apache.openejb.jee
Class FacesOrdering
- java.lang.Object
-
- org.apache.openejb.jee.FacesOrdering
-
public class FacesOrdering extends Object
web-facesconfig_2_0.xsdJava class for faces-config-orderingType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="faces-config-orderingType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="after" type="{http://java.sun.com/xml/ns/javaee}faces-config-ordering-orderingType" minOccurs="0"/> <element name="before" type="{http://java.sun.com/xml/ns/javaee}faces-config-ordering-orderingType" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected FacesOrderingOrderingafterprotected FacesOrderingOrderingbefore
-
Constructor Summary
Constructors Constructor Description FacesOrdering()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FacesOrderingOrderinggetAfter()Gets the value of the after property.FacesOrderingOrderinggetBefore()Gets the value of the before property.voidsetAfter(FacesOrderingOrdering value)Sets the value of the after property.voidsetBefore(FacesOrderingOrdering value)Sets the value of the before property.
-
-
-
Field Detail
-
after
protected FacesOrderingOrdering after
-
before
protected FacesOrderingOrdering before
-
-
Method Detail
-
getAfter
public FacesOrderingOrdering getAfter()
Gets the value of the after property.- Returns:
- possible object is
FacesOrderingOrdering
-
setAfter
public void setAfter(FacesOrderingOrdering value)
Sets the value of the after property.- Parameters:
value- allowed object isFacesOrderingOrdering
-
getBefore
public FacesOrderingOrdering getBefore()
Gets the value of the before property.- Returns:
- possible object is
FacesOrderingOrdering
-
setBefore
public void setBefore(FacesOrderingOrdering value)
Sets the value of the before property.- Parameters:
value- allowed object isFacesOrderingOrdering
-
-