org.glassfish.grizzly.servlet.ver30
Class OrderingType

java.lang.Object
  extended by org.glassfish.grizzly.servlet.ver30.OrderingType

public class OrderingType
extends java.lang.Object

Please see section 8.2.2 of the specification for details.

Java class for orderingType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="orderingType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="after" type="{http://java.sun.com/xml/ns/javaee}ordering-orderingType" minOccurs="0"/>
         <element name="before" type="{http://java.sun.com/xml/ns/javaee}ordering-orderingType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  OrderingOrderingType after
           
protected  OrderingOrderingType before
           
 
Constructor Summary
OrderingType()
           
 
Method Summary
 OrderingOrderingType getAfter()
          Gets the value of the after property.
 OrderingOrderingType getBefore()
          Gets the value of the before property.
 void setAfter(OrderingOrderingType value)
          Sets the value of the after property.
 void setBefore(OrderingOrderingType 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 OrderingOrderingType after

before

protected OrderingOrderingType before
Constructor Detail

OrderingType

public OrderingType()
Method Detail

getAfter

public OrderingOrderingType getAfter()
Gets the value of the after property.

Returns:
possible object is OrderingOrderingType

setAfter

public void setAfter(OrderingOrderingType value)
Sets the value of the after property.

Parameters:
value - allowed object is OrderingOrderingType

getBefore

public OrderingOrderingType getBefore()
Gets the value of the before property.

Returns:
possible object is OrderingOrderingType

setBefore

public void setBefore(OrderingOrderingType value)
Sets the value of the before property.

Parameters:
value - allowed object is OrderingOrderingType


Copyright © 2011 Oracle Corpration. All Rights Reserved.