Inheritance diagram for IT_Policy::PolicyOperatorContent:

Definition at line 161 of file ws_policy_xsdTypes.h.
Public Types | |
| enum | PolicyOperatorContentDiscriminator |
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_contents (IT_Bus::ComplexTypeWriter &writer) const throw ((IT_Bus::SerializationException)) |
| Write the member values of the instance. | |
| virtual void | read_member (const IT_Bus::QName &discriminator, IT_Bus::ComplexTypeReader &reader) throw ((IT_Bus::DeserializationException)) |
| Read a member value into the instance. | |
| virtual void | read_contents (IT_Bus::ComplexTypeReader &reader) throw ((IT_Bus::DeserializationException)) |
| Read the member values into the instance. | |
| PolicyOperatorContentDiscriminator | get_discriminator () const |
| IT_Bus::UInt | get_discriminator_as_uint () const |
| Return the value of the discriminator. | |
Private Attributes | |
| IT_Bus::QNameHashMap< IT_Bus::String > | otherAttributes |
| IT_Bus::AnyURINillable | var_Name |
| OperatorContentType * | var_ExactlyOne |
| IT_Bus::ElementListT< IT_Policy::AllType > * | var_All |
| IT_Bus::AnyType& IT_Policy::PolicyOperatorContent::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& IT_Policy::PolicyOperatorContent::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 IT_Policy::PolicyOperatorContent::write_contents | ( | IT_Bus::ComplexTypeWriter & | writer | ) | const throw ((IT_Bus::SerializationException)) [virtual] |
Write the member values of the instance.
Derived subclasses implement this method.
Implements IT_Bus::ChoiceComplexType.
| virtual void IT_Policy::PolicyOperatorContent::read_member | ( | const IT_Bus::QName & | discriminator, | |
| IT_Bus::ComplexTypeReader & | reader | |||
| ) | throw ((IT_Bus::DeserializationException)) [virtual] |
Read a member value into the instance.
Derived subclasses implement this method.
Implements IT_Bus::ChoiceComplexType.
| virtual void IT_Policy::PolicyOperatorContent::read_contents | ( | IT_Bus::ComplexTypeReader & | reader | ) | throw ((IT_Bus::DeserializationException)) [virtual] |
Read the member values into the instance.
Derived subclasses implement this method.
Implements IT_Bus::ChoiceComplexType.
| IT_Bus::UInt IT_Policy::PolicyOperatorContent::get_discriminator_as_uint | ( | ) | const [inline, virtual] |
Return the value of the discriminator.
Derived subclasses implement this method.
Implements IT_Bus::ChoiceComplexType.
Definition at line 221 of file ws_policy_xsdTypes.h.
1.5.1-p1