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 33 of file WsdlInvoker.h.