Class Ordering


  • public class Ordering
    extends Object
    web-common_3_0.xsd

    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>