Genivia Home Documentation
SOAP_ENV__Fault Struct Reference

updated Mon Jan 22 2024 by Robert van Engelen
 
SOAP_ENV__Fault Struct Reference

#include <addressStub.h>

Collaboration diagram for SOAP_ENV__Fault:

Public Member Functions

long soap_type () const
 
 SOAP_ENV__Fault ()
 

Public Attributes

char * faultcode
 
char * faultstring
 
char * faultactor
 
struct SOAP_ENV__Detaildetail
 
struct SOAP_ENV__CodeSOAP_ENV__Code
 
struct SOAP_ENV__ReasonSOAP_ENV__Reason
 
char * SOAP_ENV__Node
 
char * SOAP_ENV__Role
 
struct SOAP_ENV__DetailSOAP_ENV__Detail
 

Friends

SOAP_FMAC1 SOAP_ENV__Fault *SOAP_FMAC2 address_instantiate_SOAP_ENV__Fault (struct soap *, int, const char *, const char *, size_t *)
 

Detailed Description

Definition at line 245 of file addressStub.h.

Constructor & Destructor Documentation

◆ SOAP_ENV__Fault()

SOAP_ENV__Fault::SOAP_ENV__Fault ( )
inline

Constructor with member initializations

Definition at line 269 of file addressStub.h.

Member Function Documentation

◆ soap_type()

long SOAP_ENV__Fault::soap_type ( ) const
inline

Return unique type id SOAP_TYPE_SOAP_ENV__Fault

Definition at line 267 of file addressStub.h.

Friends And Related Symbol Documentation

◆ address_instantiate_SOAP_ENV__Fault

SOAP_FMAC1 SOAP_ENV__Fault *SOAP_FMAC2 address_instantiate_SOAP_ENV__Fault ( struct soap * ,
int ,
const char * ,
const char * ,
size_t *  )
friend

Friend allocator

Member Data Documentation

◆ detail

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.

◆ faultactor

char* SOAP_ENV__Fault::faultactor

Optional element 'faultactor' of XML schema type 'xsd:string'

Definition at line 252 of file addressStub.h.

◆ faultcode

char* SOAP_ENV__Fault::faultcode

Optional element 'faultcode' of XML schema type 'xsd:QName'

Definition at line 248 of file addressStub.h.

◆ faultstring

char* SOAP_ENV__Fault::faultstring

Optional element 'faultstring' of XML schema type 'xsd:string'

Definition at line 250 of file addressStub.h.

◆ SOAP_ENV__Code

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.

◆ SOAP_ENV__Detail

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.

◆ SOAP_ENV__Node

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.

◆ SOAP_ENV__Reason

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.

◆ SOAP_ENV__Role

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.


The documentation for this struct was generated from the following file: