org.apache.openejb.jee
Class OrderingOthers

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

public class OrderingOthers
extends Object

web-common_3_0.xsd

Java class for ordering-othersType complex type.

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

 <complexType name="ordering-othersType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  String id
           
 
Constructor Summary
OrderingOthers()
           
 
Method Summary
 String getId()
           
 void setId(String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

id

protected String id
Constructor Detail

OrderingOthers

public OrderingOthers()
Method Detail

getId

public String getId()

setId

public void setId(String value)


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