IT_WSDL::WSDLPart Class Reference

#include <it_wsdl/wsdl_part.h>

Inheritance diagram for IT_WSDL::WSDLPart:

IT_WSDL::WSDLExtensibleNode IT_WSDL::WSDLNode List of all members.

Detailed Description

The class that corresponds to the in-memory representation of a message <part> element.

Definition at line 22 of file wsdl_part.h.

Public Member Functions

virtual WSDLMessageget_message ()=0
 Returns a reference to the object corresponding to the in-memory representation of the <message> that includes this part.
virtual const WSDLMessageget_message () const=0
 Returns a reference to the object corresponding to the in-memory representation of the <message> that includes this part.
virtual const IT_Bus::Stringget_name () const=0
 Return a string that contains the value of the name attribute in the <part> element.
virtual const IT_Bus::QNameget_element () const=0
 If the message includes an element part, return the QName of the element.
virtual const IT_Bus::QNameget_type () const=0
 If the message includes a type part, return the QName of the type.

Protected Member Functions

 WSDLPart ()


Member Function Documentation

virtual WSDLMessage& IT_WSDL::WSDLPart::get_message (  )  [pure virtual]

Returns a reference to the object corresponding to the in-memory representation of the <message> that includes this part.

Returns:
A reference to the WSDLMessage instance.

virtual const WSDLMessage& IT_WSDL::WSDLPart::get_message (  )  const [pure virtual]

Returns a reference to the object corresponding to the in-memory representation of the <message> that includes this part.

Returns:
A reference to the WSDLMessage instance.

virtual const IT_Bus::String& IT_WSDL::WSDLPart::get_name (  )  const [pure virtual]

Return a string that contains the value of the name attribute in the <part> element.

Returns:
String containing the value of the name attribute.

virtual const IT_Bus::QName& IT_WSDL::WSDLPart::get_element (  )  const [pure virtual]

If the message includes an element part, return the QName of the element.

Returns:
QName of an element part.

virtual const IT_Bus::QName& IT_WSDL::WSDLPart::get_type (  )  const [pure virtual]

If the message includes a type part, return the QName of the type.

Returns:
QName of a type part.


Generated on Tue Mar 20 15:28:39 2007 for Artix by  doxygen 1.5.1-p1