#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__ProxyInfoStructType () | |
virtual | ~ns1__ProxyInfoStructType () |
Data Fields | |
std::string | Subject |
Element Subject of type xs:string. Required element. | |
std::string | Issuer |
Element Issuer of type xs:string. Required element. | |
std::string | Identity |
Element Identity of type xs:string. Required element. | |
std::string | Type |
Element Type of type xs:string. Required element. | |
std::string | Strength |
Element Strength 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< ns1__VOProxyInfoStructType * > | VOsInfo |
soap * | soap |
std::vector< ns1__VOProxyInfoStructType * > | VOsInfo |
Vector of ns1__VOProxyInfoStructType* with length 0..unbounded. | |
soap * | soap |
A handle to the soap struct that manages this instance (automatically set). |
ns1__ProxyInfoStructType::ns1__ProxyInfoStructType | ( | ) | [inline] |
virtual ns1__ProxyInfoStructType::~ns1__ProxyInfoStructType | ( | ) | [inline, virtual] |
virtual void ns1__ProxyInfoStructType::soap_default | ( | struct soap * | ) | [virtual] |
virtual void* ns1__ProxyInfoStructType::soap_get | ( | struct soap * | , | |
const char * | , | |||
const char * | ||||
) | [virtual] |
virtual void* ns1__ProxyInfoStructType::soap_in | ( | struct soap * | , | |
const char * | , | |||
const char * | ||||
) | [virtual] |
virtual int ns1__ProxyInfoStructType::soap_out | ( | struct soap * | , | |
const char * | , | |||
int | , | |||
const char * | ||||
) | const [virtual] |
virtual int ns1__ProxyInfoStructType::soap_put | ( | struct soap * | , | |
const char * | , | |||
const char * | ||||
) | const [virtual] |
virtual void ns1__ProxyInfoStructType::soap_serialize | ( | struct soap * | ) | const [virtual] |
virtual int ns1__ProxyInfoStructType::soap_type | ( | ) | const [inline, virtual] |
std::string ns1__ProxyInfoStructType::EndTime |
Element EndTime of type xs:string. Required element.
std::string ns1__ProxyInfoStructType::Identity |
Element Identity of type xs:string. Required element.
std::string ns1__ProxyInfoStructType::Issuer |
Element Issuer of type xs:string. Required element.
struct soap* ns1__ProxyInfoStructType::soap |
A handle to the soap struct that manages this instance (automatically set).
struct soap* ns1__ProxyInfoStructType::soap |
std::string ns1__ProxyInfoStructType::StartTime |
Element StartTime of type xs:string. Required element.
std::string ns1__ProxyInfoStructType::Strength |
Element Strength of type xs:string. Required element.
std::string ns1__ProxyInfoStructType::Subject |
Element Subject of type xs:string. Required element.
std::string ns1__ProxyInfoStructType::Type |
Element Type of type xs:string. Required element.
std::vector<ns1__VOProxyInfoStructType*> ns1__ProxyInfoStructType::VOsInfo |
Vector of ns1__VOProxyInfoStructType* with length 0..unbounded.
std::vector<ns1__VOProxyInfoStructType * > ns1__ProxyInfoStructType::VOsInfo |