Class GetQuoteResponse
- java.lang.Object
-
- jadex.webservice.examples.ws.quote.gen.GetQuoteResponse
-
public class GetQuoteResponse extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.String
getQuoteResult
-
Constructor Summary
Constructors Constructor Description GetQuoteResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getGetQuoteResult()
Gets the value of the getQuoteResult property.void
setGetQuoteResult(java.lang.String value)
Sets the value of the getQuoteResult property.
-
-
-
Method Detail
-
getGetQuoteResult
public java.lang.String getGetQuoteResult()
Gets the value of the getQuoteResult property.- Returns:
- possible object is
String
-
setGetQuoteResult
public void setGetQuoteResult(java.lang.String value)
Sets the value of the getQuoteResult property.- Parameters:
value
- allowed object isString
-
-
-