Inheritance diagram for WS_Coordination::CurrentContext:
Definition at line 795 of file wscoor_xsdTypes.h.
Public Member Functions | |
IT_Bus::AnyType & | copy (const IT_Bus::AnyType &rhs) |
Returns a reference to an AnyType that is a copy of the AnyType parameter. | |
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 throw ((IT_Bus::SerializationException)) |
Write the content of the instance. | |
virtual void | read (const IT_Bus::QName &name, IT_Bus::ComplexTypeReader &reader) throw ((IT_Bus::DeserializationException)) |
Read the value into the instance. | |
virtual AnyType::Kind | get_kind () const |
Returns the IT_Bus::AnyType::Kind for the type. | |
virtual void | write_complex_contents (IT_Bus::ComplexTypeWriter &writer) const throw ((IT_Bus::SerializationException)) |
Write the complex content of the instance. | |
virtual void | read_complex_contents (IT_Bus::ComplexTypeReader &reader) throw ((IT_Bus::DeserializationException)) |
Read the values of the complex content into the instance. | |
Private Attributes | |
http___schemas_xmlsoap_org_ws_2004_10_wscoor | var_http___schemas_xmlsoap_org_ws_2004_10_wscoor |
IT_Bus::AnyType& WS_Coordination::CurrentContext::copy | ( | const IT_Bus::AnyType & | rhs | ) | [virtual] |
Returns a reference to an AnyType that is a copy of the AnyType parameter.
Derived classes override this method, providing an appropriate implementation. In this base class, this method is not supported; an exception is always thrown.
AnyType | to be copied. |
IT_Bus::Exception | with message "Copy not supported" |
Reimplemented from WS_Coordination::IT_CoordinationContextTypeData.
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.
virtual AnyType::Kind WS_Coordination::CurrentContext::get_kind | ( | ) | const [inline, virtual] |
Returns the IT_Bus::AnyType::Kind for the type.
Reimplemented from IT_Bus::ComplexContentComplexType.
Definition at line 835 of file wscoor_xsdTypes.h.
virtual void WS_Coordination::CurrentContext::write_complex_contents | ( | IT_Bus::ComplexTypeWriter & | writer | ) | const throw ((IT_Bus::SerializationException)) [virtual] |
Write the complex content of the instance.
Derived classes implement this method.
Implements IT_Bus::ComplexContentComplexType.
virtual void WS_Coordination::CurrentContext::read_complex_contents | ( | IT_Bus::ComplexTypeReader & | reader | ) | throw ((IT_Bus::DeserializationException)) [virtual] |
Read the values of the complex content into the instance.
Deerived classes implement this method.
Implements IT_Bus::ComplexContentComplexType.