@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:23:54+01:00", comments="JAXB RI v2.2.7") 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.
|
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:23:54+01:00", comments="JAXB RI v2.2.7") protected OrderingOrderingType after
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:23:54+01:00", comments="JAXB RI v2.2.7") protected OrderingOrderingType before
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:23:54+01:00", comments="JAXB RI v2.2.7") public OrderingOrderingType getAfter()
OrderingOrderingType
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:23:54+01:00", comments="JAXB RI v2.2.7") public void setAfter(OrderingOrderingType value)
value
- allowed object is
OrderingOrderingType
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:23:54+01:00", comments="JAXB RI v2.2.7") public OrderingOrderingType getBefore()
OrderingOrderingType
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:23:54+01:00", comments="JAXB RI v2.2.7") public void setBefore(OrderingOrderingType value)
value
- allowed object is
OrderingOrderingType
Copyright © 2016 buschmais GbR. All rights reserved.