org.ow2.frascati.examples.sales
Class StockRequest

java.lang.Object
  extended by org.ow2.frascati.examples.sales.StockRequest

public class StockRequest
extends java.lang.Object

Java class for anonymous complex type.

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

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="article" type="{http://frascati.ow2.org/examples/sales}StockItem"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  StockItem article
           
 
Constructor Summary
StockRequest()
           
 
Method Summary
 StockItem getArticle()
          Gets the value of the article property.
 void setArticle(StockItem value)
          Sets the value of the article property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

article

protected StockItem article
Constructor Detail

StockRequest

public StockRequest()
Method Detail

getArticle

public StockItem getArticle()
Gets the value of the article property.

Returns:
possible object is StockItem

setArticle

public void setArticle(StockItem value)
Sets the value of the article property.

Parameters:
value - allowed object is StockItem


Copyright © 2010 OW2 Consortium. All Rights Reserved.