Inheritance diagram for IT_ContextAttributes::BusSecurity_1:
Definition at line 246 of file bus_security_xsdTypes.h.
IT_Bus::AnyType& IT_ContextAttributes::BusSecurity_1::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_ContextAttributes::BusSecurity_1::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_ContextAttributes::BusSecurity_1::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::SequenceComplexType.
virtual void IT_ContextAttributes::BusSecurity_1::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::SequenceComplexType.
virtual IT_Reflect::Reflection* IT_ContextAttributes::BusSecurity_1::get_reflection | ( | ) | throw ((IT_Reflect::ReflectException)) [virtual] |
Return an instance of the IT_Reflect::Reflection type that encapsulates this instance.
IT_Reflect::ReflectException |
Reimplemented from IT_Bus::AnyType.
virtual const IT_Reflect::Reflection* IT_ContextAttributes::BusSecurity_1::get_reflection | ( | ) | const throw ((IT_Reflect::ReflectException)) [virtual] |
Return an instance of the IT_Reflect::Reflection type that encapsulates this instance.
IT_Reflect::ReflectException |
Reimplemented from IT_Bus::AnyType.