#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__VOProxyInfoStructType () | |
virtual | ~ns1__VOProxyInfoStructType () |
Data Fields | |
std::string | User |
Element User of type xs:string. Required element. | |
std::string | UserCA |
Element UserCA of type xs:string. Required element. | |
std::string | Server |
Element Server of type xs:string. Required element. | |
std::string | ServerCA |
Element ServerCA of type xs:string. Required element. | |
std::string | VOName |
Element VOName of type xs:string. Required element. | |
std::string | URI |
Element URI of type xs:string. Required element. | |
std::string | StartTime |
Element StartTime of type xs:string. Required element. | |
std::string | EndTime |
Element EndTime of type xs:string. Required element. | |
std::vector< std::string > | Attribute |
soap * | soap |
std::vector< std::string > | Attribute |
Vector of std::string with length 1..unbounded. | |
soap * | soap |
A handle to the soap struct that manages this instance (automatically set). |
ns1__VOProxyInfoStructType::ns1__VOProxyInfoStructType | ( | ) | [inline] |
virtual ns1__VOProxyInfoStructType::~ns1__VOProxyInfoStructType | ( | ) | [inline, virtual] |
virtual void ns1__VOProxyInfoStructType::soap_default | ( | struct soap * | ) | [virtual] |
virtual void* ns1__VOProxyInfoStructType::soap_get | ( | struct soap * | , | |
const char * | , | |||
const char * | ||||
) | [virtual] |
virtual void* ns1__VOProxyInfoStructType::soap_in | ( | struct soap * | , | |
const char * | , | |||
const char * | ||||
) | [virtual] |
virtual int ns1__VOProxyInfoStructType::soap_out | ( | struct soap * | , | |
const char * | , | |||
int | , | |||
const char * | ||||
) | const [virtual] |
virtual int ns1__VOProxyInfoStructType::soap_put | ( | struct soap * | , | |
const char * | , | |||
const char * | ||||
) | const [virtual] |
virtual void ns1__VOProxyInfoStructType::soap_serialize | ( | struct soap * | ) | const [virtual] |
virtual int ns1__VOProxyInfoStructType::soap_type | ( | ) | const [inline, virtual] |
std::vector<std::string > ns1__VOProxyInfoStructType::Attribute |
Vector of std::string with length 1..unbounded.
std::vector<std::string > ns1__VOProxyInfoStructType::Attribute |
std::string ns1__VOProxyInfoStructType::EndTime |
Element EndTime of type xs:string. Required element.
std::string ns1__VOProxyInfoStructType::Server |
Element Server of type xs:string. Required element.
std::string ns1__VOProxyInfoStructType::ServerCA |
Element ServerCA of type xs:string. Required element.
struct soap* ns1__VOProxyInfoStructType::soap |
A handle to the soap struct that manages this instance (automatically set).
struct soap* ns1__VOProxyInfoStructType::soap |
std::string ns1__VOProxyInfoStructType::StartTime |
Element StartTime of type xs:string. Required element.
std::string ns1__VOProxyInfoStructType::URI |
Element URI of type xs:string. Required element.
std::string ns1__VOProxyInfoStructType::User |
Element User of type xs:string. Required element.
std::string ns1__VOProxyInfoStructType::UserCA |
Element UserCA of type xs:string. Required element.
std::string ns1__VOProxyInfoStructType::VOName |
Element VOName of type xs:string. Required element.