Inheritance diagram for WS_Coordination::CurrentContext:
Definition at line 795 of file wscoor_xsdTypes.h.
Public Member Functions | |
virtual const IT_Bus::QName & | get_type () const |
Returns the IT_Bus::QName for the type. | |
virtual void | write (const IT_Bus::QName &name, IT_Bus::ComplexTypeWriter &writer) const IT_THROW_DECL((IT_Bus |
virtual void | read (const IT_Bus::QName &name, IT_Bus::ComplexTypeReader &reader) IT_THROW_DECL((IT_Bus |
virtual AnyType::Kind | get_kind () const |
Returns the IT_Bus::AnyType::Kind for the type. | |
Private Attributes | |
http___schemas_xmlsoap_org_ws_2004_10_wscoor | var_http___schemas_xmlsoap_org_ws_2004_10_wscoor |
virtual AnyType::Kind WS_Coordination::CurrentContext::get_kind | ( | ) | const [inline, virtual] |
Returns the IT_Bus::AnyType::Kind for the type.
Derived subclasses override this method and return the appropriate Kind.
Reimplemented from IT_Bus::AnyType.
Definition at line 835 of file wscoor_xsdTypes.h.
virtual const IT_Bus::QName& WS_Coordination::CurrentContext::get_type | ( | ) | const [virtual] |
Returns the IT_Bus::QName for the type.
Derived subclasses implement this method and return their QName.
Reimplemented from WS_Coordination::IT_CoordinationContextTypeData.