![]() |
Home | Documentation |
SOAP_ENV__Fault Struct Reference
updated Wed Oct 30 2024 by Robert van Engelen
|
#include <addressStub.h>
Public Member Functions | |
long | soap_type () const |
SOAP_ENV__Fault () | |
Public Attributes | |
char * | faultcode |
char * | faultstring |
char * | faultactor |
struct SOAP_ENV__Detail * | detail |
struct SOAP_ENV__Code * | SOAP_ENV__Code |
struct SOAP_ENV__Reason * | SOAP_ENV__Reason |
char * | SOAP_ENV__Node |
char * | SOAP_ENV__Role |
struct SOAP_ENV__Detail * | SOAP_ENV__Detail |
Friends | |
SOAP_FMAC1 SOAP_ENV__Fault *SOAP_FMAC2 | address_instantiate_SOAP_ENV__Fault (struct soap *, int, const char *, const char *, size_t *) |
Definition at line 245 of file addressStub.h.
|
inline |
Constructor with member initializations
Definition at line 269 of file addressStub.h.
|
inline |
Return unique type id SOAP_TYPE_SOAP_ENV__Fault
Definition at line 267 of file addressStub.h.
|
friend |
Friend allocator
struct SOAP_ENV__Detail* SOAP_ENV__Fault::detail |
Optional element 'detail' of XML schema type 'SOAP-ENV:Detail'
Definition at line 254 of file addressStub.h.
char* SOAP_ENV__Fault::faultactor |
Optional element 'faultactor' of XML schema type 'xsd:string'
Definition at line 252 of file addressStub.h.
char* SOAP_ENV__Fault::faultcode |
Optional element 'faultcode' of XML schema type 'xsd:QName'
Definition at line 248 of file addressStub.h.
char* SOAP_ENV__Fault::faultstring |
Optional element 'faultstring' of XML schema type 'xsd:string'
Definition at line 250 of file addressStub.h.
struct SOAP_ENV__Code* SOAP_ENV__Fault::SOAP_ENV__Code |
Optional element 'SOAP-ENV:Code' of XML schema type 'SOAP-ENV:Code'
Definition at line 256 of file addressStub.h.
struct SOAP_ENV__Detail* SOAP_ENV__Fault::SOAP_ENV__Detail |
Optional element 'SOAP-ENV:Detail' of XML schema type 'SOAP-ENV:Detail'
Definition at line 264 of file addressStub.h.
char* SOAP_ENV__Fault::SOAP_ENV__Node |
Optional element 'SOAP-ENV:Node' of XML schema type 'xsd:string'
Definition at line 260 of file addressStub.h.
struct SOAP_ENV__Reason* SOAP_ENV__Fault::SOAP_ENV__Reason |
Optional element 'SOAP-ENV:Reason' of XML schema type 'SOAP-ENV:Reason'
Definition at line 258 of file addressStub.h.
char* SOAP_ENV__Fault::SOAP_ENV__Role |
Optional element 'SOAP-ENV:Role' of XML schema type 'xsd:string'
Definition at line 262 of file addressStub.h.