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.StringgetQuoteResult
-
Constructor Summary
Constructors Constructor Description GetQuoteResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetGetQuoteResult()Gets the value of the getQuoteResult property.voidsetGetQuoteResult(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
-
-
-