Mantid
|
#include <ICat4Stub.h>
Public Member Functions | |
ns1__sample () | |
void | soap_default (struct soap *) override |
void * | soap_get (struct soap *, const char *, const char *) override |
void * | soap_in (struct soap *, const char *, const char *) override |
int | soap_out (struct soap *, const char *, int, const char *) const override |
int | soap_put (struct soap *, const char *, const char *) const override |
void | soap_serialize (struct soap *) const override |
int | soap_type () const override |
Public Member Functions inherited from ICat4::ns1__entityBaseBean | |
ns1__entityBaseBean () | |
void | soap_default (struct soap *) override |
void * | soap_get (struct soap *, const char *, const char *) override |
void * | soap_in (struct soap *, const char *, const char *) override |
int | soap_out (struct soap *, const char *, int, const char *) const override |
int | soap_put (struct soap *, const char *, const char *) const override |
void | soap_serialize (struct soap *) const override |
int | soap_type () const override |
Public Member Functions inherited from ICat4::xsd__anyType | |
virtual void | soap_default (struct soap *) |
virtual void * | soap_get (struct soap *, const char *, const char *) |
virtual void * | soap_in (struct soap *, const char *, const char *) |
virtual int | soap_out (struct soap *, const char *, int, const char *) const |
virtual int | soap_put (struct soap *, const char *, const char *) const |
virtual void | soap_serialize (struct soap *) const |
virtual int | soap_type () const |
xsd__anyType () | |
virtual | ~xsd__anyType ()=default |
Public Attributes | |
std::vector< ns1__dataset * > | datasets |
ns1__investigation * | investigation |
std::string * | name |
std::vector< ns1__sampleParameter * > | parameters |
ns1__sampleType * | type |
Public Attributes inherited from ICat4::ns1__entityBaseBean | |
std::string * | createId |
time_t * | createTime |
LONG64 * | id |
std::string * | modId |
time_t * | modTime |
Public Attributes inherited from ICat4::xsd__anyType | |
char * | __item |
struct soap * | soap |
Definition at line 2061 of file ICat4Stub.h.
|
inline |
Definition at line 2076 of file ICat4Stub.h.
|
overridevirtual |
Reimplemented from ICat4::ns1__entityBaseBean.
Definition at line 10090 of file ICat4C.cpp.
References ICat4::soap_default_std__vectorTemplateOfPointerTons1__dataset(), and ICat4::soap_default_std__vectorTemplateOfPointerTons1__sampleParameter().
Referenced by ICat4::soap_in_ns1__sample(), ICat4::soap_new_req_ns1__sample(), and ICat4::soap_new_set_ns1__sample().
|
overridevirtual |
Reimplemented from ICat4::ns1__entityBaseBean.
Definition at line 10260 of file ICat4C.cpp.
References ICat4::soap_get_ns1__sample().
|
overridevirtual |
Reimplemented from ICat4::ns1__entityBaseBean.
Definition at line 10147 of file ICat4C.cpp.
References ICat4::soap_in_ns1__sample().
Referenced by ICat4::soap_in_ns1__sample().
|
overridevirtual |
Reimplemented from ICat4::ns1__entityBaseBean.
Definition at line 10114 of file ICat4C.cpp.
References ICat4::soap_out_ns1__sample().
|
overridevirtual |
Reimplemented from ICat4::ns1__entityBaseBean.
Definition at line 10253 of file ICat4C.cpp.
References ICat4::soap_putindependent(), and SOAP_TYPE_ICat4_ns1__sample.
|
overridevirtual |
Reimplemented from ICat4::ns1__entityBaseBean.
Definition at line 10101 of file ICat4C.cpp.
References ICat4::soap_serialize_PointerTons1__investigation(), ICat4::soap_serialize_PointerTons1__sampleType(), ICat4::soap_serialize_PointerTostd__string(), ICat4::soap_serialize_std__vectorTemplateOfPointerTons1__dataset(), and ICat4::soap_serialize_std__vectorTemplateOfPointerTons1__sampleParameter().
|
inlineoverridevirtual |
Reimplemented from ICat4::ns1__entityBaseBean.
Definition at line 2069 of file ICat4Stub.h.
std::vector<ns1__dataset *> ICat4::ns1__sample::datasets |
Definition at line 2063 of file ICat4Stub.h.
ns1__investigation* ICat4::ns1__sample::investigation |
Definition at line 2064 of file ICat4Stub.h.
std::string* ICat4::ns1__sample::name |
Definition at line 2065 of file ICat4Stub.h.
std::vector<ns1__sampleParameter *> ICat4::ns1__sample::parameters |
Definition at line 2066 of file ICat4Stub.h.
ns1__sampleType* ICat4::ns1__sample::type |
Definition at line 2067 of file ICat4Stub.h.