org.ow2.frascati.examples.sales
Class SalesRequest

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

public class SalesRequest
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}SalesItem"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  SalesItem article
           
 
Constructor Summary
SalesRequest()
           
 
Method Summary
 SalesItem getArticle()
          Gets the value of the article property.
 void setArticle(SalesItem 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 SalesItem article
Constructor Detail

SalesRequest

public SalesRequest()
Method Detail

getArticle

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

Returns:
possible object is SalesItem

setArticle

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

Parameters:
value - allowed object is SalesItem


Copyright © 2010 OW2 Consortium. All Rights Reserved.