org.ow2.frascati.examples.sales
Class StockRequest
java.lang.Object
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>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
article
protected StockItem article
StockRequest
public StockRequest()
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.