#include <WsdlInvoker.h>
Public Member Functions | |
Parameter (Schema::Type, std::string, int m, int x, const SchemaParser *s, const std::vector< std::string > &parents) | |
Public Attributes | |
Schema::Type | type_ |
std::string | tag_ |
unsigned int | min_ |
unsigned int | max_ |
int | n_ |
std::vector< std::string > | data_ |
const SchemaParser * | sParser_ |
std::vector< std::string > | parents_ |
Definition at line 32 of file WsdlInvoker.h.
WsdlPull::Parameter::Parameter | ( | Schema::Type | t, | |
std::string | n, | |||
int | m, | |||
int | x, | |||
const SchemaParser * | s, | |||
const std::vector< std::string > & | parents | |||
) | [inline] |
Definition at line 341 of file WsdlInvoker.h.
Definition at line 36 of file WsdlInvoker.h.
std::string WsdlPull::Parameter::tag_ |
Definition at line 37 of file WsdlInvoker.h.
unsigned int WsdlPull::Parameter::min_ |
Definition at line 38 of file WsdlInvoker.h.
unsigned int WsdlPull::Parameter::max_ |
Definition at line 39 of file WsdlInvoker.h.
Definition at line 40 of file WsdlInvoker.h.
std::vector<std::string> WsdlPull::Parameter::data_ |
Definition at line 41 of file WsdlInvoker.h.
Definition at line 43 of file WsdlInvoker.h.
std::vector<std::string> WsdlPull::Parameter::parents_ |
Definition at line 44 of file WsdlInvoker.h.