public class OrderingType extends Object
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>
Modifier and Type | Field and Description |
---|---|
protected OrderingOrderingType |
after |
protected OrderingOrderingType |
before |
Constructor and Description |
---|
OrderingType() |
Modifier and Type | Method and Description |
---|---|
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.
|
protected OrderingOrderingType after
protected OrderingOrderingType before
public OrderingOrderingType getAfter()
OrderingOrderingType
public void setAfter(OrderingOrderingType value)
value
- allowed object is
OrderingOrderingType
public OrderingOrderingType getBefore()
OrderingOrderingType
public void setBefore(OrderingOrderingType value)
value
- allowed object is
OrderingOrderingType
Copyright © 2016 buschmais GbR. All rights reserved.