net.webservicex
Class GetQuote

java.lang.Object
  extended by net.webservicex.GetQuote

public class GetQuote
extends 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="symbol" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  String symbol
           
 
Constructor Summary
GetQuote()
           
 
Method Summary
 String getSymbol()
          Gets the value of the symbol property.
 void setSymbol(String value)
          Sets the value of the symbol property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

symbol

protected String symbol
Constructor Detail

GetQuote

public GetQuote()
Method Detail

getSymbol

public String getSymbol()
Gets the value of the symbol property.

Returns:
possible object is String

setSymbol

public void setSymbol(String value)
Sets the value of the symbol property.

Parameters:
value - allowed object is String


Copyright © 2003-2012 MuleSoft, Inc.. All Rights Reserved.