#include <WsdlElement.h>
Inheritance diagram for WsdlPull::WsdlElement:
Public Member Functions | |
WsdlElement (WsdlParser &w) | |
virtual | ~WsdlElement () |
virtual void | print (std::ostream &out) |
Various Getter methods | |
std::string | getName () const |
const std::string | getDocumentation () const |
getExtensibilityElements/getExtensibilityAttributes | |
return the extensibility elements/attributes belonging to a given namespace namspace uri reference to a vector<int>
| |
bool | getExtensibilityElements (const std::string &namespc, std::vector< int > &ids) |
bool | getExtensibilityAttributes (const std::string &namespc, std::vector< int > &ids) |
Various Setter methods | |
void | setName (std::string nam) |
void | addExtElement (int ident) |
void | addExtAttribute (int ident) |
void | setDocumentation (std::string *s) |
Protected Attributes | |
std::string | name_ |
int | id_ |
std::vector< int > | extElems_ |
std::vector< int > | extAttributes_ |
std::string * | doc_ |
WsdlParser & | wParser_ |
|
|
|
|
|
getName
|
|
getDocumentation |
|
|
|
|
|
|
|
|
|
|
|
|
|
Reimplemented in WsdlPull::Operation. |
|
|
|
|
|
|
|
|
|
|
|
|