#include <src/soapStub.h>
Public Member Functions | |
virtual int | soap_type () const |
virtual void | soap_default (struct soap *) |
virtual void | soap_serialize (struct soap *) const |
virtual int | soap_put (struct soap *, const char *, const char *) const |
virtual int | soap_out (struct soap *, const char *, int, const char *) const |
virtual void * | soap_get (struct soap *, const char *, const char *) |
virtual void * | soap_in (struct soap *, const char *, const char *) |
ns1__DestURIStructType () | |
virtual | ~ns1__DestURIStructType () |
Data Fields | |
std::string | id |
Element id of type xs:string. Required element. | |
std::vector< std::string > | Item |
soap * | soap |
std::vector< std::string > | Item |
Vector of std::string with length 1..unbounded. | |
soap * | soap |
A handle to the soap struct that manages this instance (automatically set). |
ns1__DestURIStructType::ns1__DestURIStructType | ( | ) | [inline] |
virtual ns1__DestURIStructType::~ns1__DestURIStructType | ( | ) | [inline, virtual] |
virtual void ns1__DestURIStructType::soap_default | ( | struct soap * | ) | [virtual] |
virtual void* ns1__DestURIStructType::soap_get | ( | struct soap * | , | |
const char * | , | |||
const char * | ||||
) | [virtual] |
virtual void* ns1__DestURIStructType::soap_in | ( | struct soap * | , | |
const char * | , | |||
const char * | ||||
) | [virtual] |
virtual int ns1__DestURIStructType::soap_out | ( | struct soap * | , | |
const char * | , | |||
int | , | |||
const char * | ||||
) | const [virtual] |
virtual int ns1__DestURIStructType::soap_put | ( | struct soap * | , | |
const char * | , | |||
const char * | ||||
) | const [virtual] |
virtual void ns1__DestURIStructType::soap_serialize | ( | struct soap * | ) | const [virtual] |
virtual int ns1__DestURIStructType::soap_type | ( | ) | const [inline, virtual] |
std::string ns1__DestURIStructType::id |
Element id of type xs:string. Required element.
std::vector<std::string > ns1__DestURIStructType::Item |
Vector of std::string with length 1..unbounded.
std::vector<std::string > ns1__DestURIStructType::Item |
struct soap* ns1__DestURIStructType::soap |
A handle to the soap struct that manages this instance (automatically set).
struct soap* ns1__DestURIStructType::soap |