|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.ow2.frascati.examples.sales.SalesResponse
public class SalesResponse
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 |
|---|
protected java.lang.String result
protected SalesItem article
| Constructor Detail |
|---|
public SalesResponse()
| Method Detail |
|---|
public java.lang.String getResult()
Stringpublic void setResult(java.lang.String value)
value - allowed object is
Stringpublic SalesItem getArticle()
SalesItempublic void setArticle(SalesItem value)
value - allowed object is
SalesItem
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||