|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.glassfish.grizzly.servlet.ver30.OrderingType
public class OrderingType
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 |
|---|
protected OrderingOrderingType after
protected OrderingOrderingType before
| Constructor Detail |
|---|
public OrderingType()
| Method Detail |
|---|
public OrderingOrderingType getAfter()
OrderingOrderingTypepublic void setAfter(OrderingOrderingType value)
value - allowed object is
OrderingOrderingTypepublic OrderingOrderingType getBefore()
OrderingOrderingTypepublic void setBefore(OrderingOrderingType value)
value - allowed object is
OrderingOrderingType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||