org.apache.openejb.jee
Class OrderingOrdering

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

public class OrderingOrdering
extends Object

web-common_3_0.xsd

Java class for ordering-orderingType complex type.

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

 <complexType name="ordering-orderingType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <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"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  List<String> name
           
protected  OrderingOthers others
           
 
Constructor Summary
OrderingOrdering()
           
 
Method Summary
 List<String> getName()
           
 OrderingOthers getOthers()
           
 void setOthers(OrderingOthers value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

protected List<String> name

others

protected OrderingOthers others
Constructor Detail

OrderingOrdering

public OrderingOrdering()
Method Detail

getName

public List<String> getName()

getOthers

public OrderingOthers getOthers()

setOthers

public void setOthers(OrderingOthers value)


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