Main Page   Class Hierarchy   Compound List   File List   Compound Members   Examples  

DivByZeroStruct.h

00001 /*
00002  *This file is automatically generated by the Axis C++ Wrapper Class Generator
00003  *Web service wrapper class's implementation generated by Axis WCG
00004  *Parameters and wrapper methos to manipulate DivByZeroStruct
00005  */
00006 
00007 #if !defined(__DIVBYZEROSTRUCT_PARAM_H__INCLUDED_)
00008 #define __DIVBYZEROSTRUCT_PARAM_H__INCLUDED_
00009 
00010 #include <axis/server/AxisUserAPI.h>
00011 
00012 /*Local name and the URI for the type*/
00013 static const char* Axis_URI_DivByZeroStruct = "http://soapinterop.org/types";
00014 static const char* Axis_TypeName_DivByZeroStruct = "DivByZeroStruct";
00015 
00016 class DivByZeroStruct
00017 {
00018 public:
00019         xsd__string varString;
00020         int varInt;
00021         float varFloat;
00022         DivByZeroStruct();
00023         virtual ~DivByZeroStruct();
00024 };
00025 
00026 #endif /* !defined(__DIVBYZEROSTRUCT_PARAM_H__INCLUDED_)*/

Generated on Tue Jun 15 19:13:23 2004 for axiscpp by doxygen1.2.18