Inheritance diagram for WS_AtomicTransactions::Vote:
Definition at line 116 of file wsat_xsdTypes.h.
Public Member Functions | |
virtual const IT_Bus::QName & | get_type () const |
Returns the IT_Bus::QName for the type. | |
Static Public Attributes | |
static const IT_Bus::String | VoteCommit |
static const IT_Bus::String | VoteRollback |
static const IT_Bus::String | VoteReadOnly |
Private Attributes | |
IT_Bus::String | m_val |
virtual const IT_Bus::QName& WS_AtomicTransactions::Vote::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.