Package org.apache.openejb.jee
Class OrderingOrdering
- java.lang.Object
-
- org.apache.openejb.jee.OrderingOrdering
-
public class OrderingOrdering extends Object
web-common_3_0.xsdJava 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
Fields Modifier and Type Field Description protected List<String>nameprotected OrderingOthersothers
-
Constructor Summary
Constructors Constructor Description OrderingOrdering()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<String>getName()OrderingOthersgetOthers()voidsetOthers(OrderingOthers value)
-
-
-
Field Detail
-
others
protected OrderingOthers others
-
-
Method Detail
-
getOthers
public OrderingOthers getOthers()
-
setOthers
public void setOthers(OrderingOthers value)
-
-