"http://glite.org/wms/wmproxy":BaseFaultType is a complexType. More...
#include <src/wm.h>
Data Fields | |
std::string | methodName |
Element methodName of type xs:string. | |
time_t | Timestamp |
Element Timestamp of type xs:dateTime. | |
std::string * | ErrorCode |
Element ErrorCode of type xs:string. | |
std::string * | Description |
Element Description of type xs:string. | |
std::vector< std::string > | FaultCause |
Vector of std::string with length 0..unbounded. | |
struct soap * | soap |
A handle to the soap struct that manages this instance (automatically set). |
"http://glite.org/wms/wmproxy":BaseFaultType is a complexType.
std::string* ns1__BaseFaultType::Description |
Element Description of type xs:string.
Optional element.
std::string* ns1__BaseFaultType::ErrorCode |
Element ErrorCode of type xs:string.
Optional element.
std::vector<std::string > ns1__BaseFaultType::FaultCause |
Vector of std::string with length 0..unbounded.
std::string ns1__BaseFaultType::methodName |
Element methodName of type xs:string.
Required element.
struct soap* ns1__BaseFaultType::soap [read] |
A handle to the soap struct that manages this instance (automatically set).
Element Timestamp of type xs:dateTime.
Required element.