org.apache.openejb.jee
Class AbsoluteOrdering

java.lang.Object
  extended by org.apache.openejb.jee.AbsoluteOrdering

public class AbsoluteOrdering
extends Object

web-common_3_0.xsd

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

 <complexType name="absoluteOrderingType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <choice maxOccurs="unbounded" minOccurs="0">
         <element name="name" type="{http://java.sun.com/xml/ns/javaee}java-identifierType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="others" type="{http://java.sun.com/xml/ns/javaee}ordering-othersType" minOccurs="0"/>
       </choice>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  List<Object> nameOrOthers
           
 
Constructor Summary
AbsoluteOrdering()
           
 
Method Summary
 List<Object> getNameOrOthers()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

nameOrOthers

protected List<Object> nameOrOthers
Constructor Detail

AbsoluteOrdering

public AbsoluteOrdering()
Method Detail

getNameOrOthers

public List<Object> getNameOrOthers()


Copyright © 1999-2013 The Apache Software Foundation. All Rights Reserved.