Class GetQuoteResponse
- java.lang.Object
- 
- jadex.webservice.examples.ws.quote.gen.GetQuoteResponse
 
- 
 public class GetQuoteResponse extends java.lang.Object- 
- 
Field SummaryFields Modifier and Type Field Description protected java.lang.StringgetQuoteResult
 - 
Constructor SummaryConstructors Constructor Description GetQuoteResponse()
 - 
Method SummaryAll 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- 
getGetQuoteResultpublic java.lang.String getGetQuoteResult() Gets the value of the getQuoteResult property.- Returns:
- possible object is
     String
 
 - 
setGetQuoteResultpublic void setGetQuoteResult(java.lang.String value) Sets the value of the getQuoteResult property.- Parameters:
- value- allowed object is- String
 
 
- 
 
- 
 
-