org.apache.openejb.jee
Class FacesOrdering

java.lang.Object
  extended by org.apache.openejb.jee.FacesOrdering

public class FacesOrdering
extends Object

web-facesconfig_2_0.xsd

Java 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
protected  FacesOrderingOrdering after
           
protected  FacesOrderingOrdering before
           
 
Constructor Summary
FacesOrdering()
           
 
Method Summary
 FacesOrderingOrdering getAfter()
          Gets the value of the after property.
 FacesOrderingOrdering getBefore()
          Gets the value of the before property.
 void setAfter(FacesOrderingOrdering value)
          Sets the value of the after property.
 void setBefore(FacesOrderingOrdering value)
          Sets the value of the before property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

after

protected FacesOrderingOrdering after

before

protected FacesOrderingOrdering before
Constructor Detail

FacesOrdering

public FacesOrdering()
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 is FacesOrderingOrdering

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 is FacesOrderingOrdering


Copyright © 1999-2013 The Apache Software Foundation. All Rights Reserved.