org.ow2.frascati.examples.sales
Class SalesResponse

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

public class SalesResponse
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="result" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="article" type="{http://frascati.ow2.org/examples/sales}SalesItem"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


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

Field Detail

result

protected java.lang.String result

article

protected SalesItem article
Constructor Detail

SalesResponse

public SalesResponse()
Method Detail

getResult

public java.lang.String getResult()
Gets the value of the result property.

Returns:
possible object is String

setResult

public void setResult(java.lang.String value)
Sets the value of the result property.

Parameters:
value - allowed object is String

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.