com.ibm.websphere.samples.webservices.stock
Class GetQuote

java.lang.Object
  extended by com.ibm.websphere.samples.webservices.stock.GetQuote

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


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

Field Detail

arg00

protected java.lang.String arg00
Constructor Detail

GetQuote

public GetQuote()
Method Detail

getArg00

public java.lang.String getArg00()
Gets the value of the arg00 property.

Returns:
possible object is String

setArg00

public void setArg00(java.lang.String value)
Sets the value of the arg00 property.

Parameters:
value - allowed object is String