Inheritance diagram for WS_Coordination::Expires:

Definition at line 255 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_value (IT_Bus::AnySimpleTypeWriter &writer) const throw ((IT_Bus::SerializationException)) |
| Write the value of the instance. | |
| virtual void | read_value (IT_Bus::AnySimpleTypeReader &reader) throw ((IT_Bus::DeserializationException)) |
| Read the value into the instance. | |
Private Attributes | |
| IT_Bus::QNameHashMap< IT_Bus::String > | otherAttributes |
| IT_Bus::UInt | var_value |
| IT_Bus::AnyType& WS_Coordination::Expires::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 IT_Bus::AnyType.
| virtual const IT_Bus::QName& WS_Coordination::Expires::get_type | ( | ) | const [virtual] |
Returns the IT_Bus::QName for the type.
Derived subclasses implement this method and return their QName.
Implements IT_Bus::AnyType.
| virtual void WS_Coordination::Expires::write_value | ( | IT_Bus::AnySimpleTypeWriter & | writer | ) | const throw ((IT_Bus::SerializationException)) [virtual] |
Write the value of the instance.
Derived subclasses implement this method.
Implements IT_Bus::SimpleContentComplexType.
| virtual void WS_Coordination::Expires::read_value | ( | IT_Bus::AnySimpleTypeReader & | reader | ) | throw ((IT_Bus::DeserializationException)) [virtual] |
Read the value into the instance.
Derived subclasses implement this method.
Implements IT_Bus::SimpleContentComplexType.
1.5.1-p1