wsdlpull
1.23
|
#include <Attribute.h>
Public Member Functions | |
Attribute (const std::string &name, int type_id, bool qualified=false, std::string defaultVal="", std::string fixedVal="", bool use=false) | |
Attribute (void) | |
std::string | getName () const |
int | getType () const |
bool | isRequired () const |
std::string | defaultVal () const |
std::string | fixedVal () const |
bool | isQualified () const |
Attribute & | operator= (const Attribute &a) |
Definition at line 27 of file Attribute.h.
|
inline |
Definition at line 58 of file Attribute.h.
|
inline |
Definition at line 74 of file Attribute.h.
|
inline |
Definition at line 83 of file Attribute.h.
Referenced by Schema::ComplexType::addAttribute(), WsdlPull::WsdlInvoker::getServiceEndPoint(), Schema::SchemaValidator::instance(), Schema::SchemaParser::parseSchemaTag(), and Schema::SchemaValidator::validate().
|
inline |
Definition at line 90 of file Attribute.h.
Referenced by WsdlPull::WsdlInvoker::getServiceEndPoint(), Schema::SchemaParser::parseSchemaTag(), and Schema::SchemaValidator::validate().
|
inline |
Definition at line 97 of file Attribute.h.
Referenced by WsdlPull::WsdlInvoker::getServiceEndPoint(), and Schema::SchemaValidator::validate().
|
inline |
Definition at line 104 of file Attribute.h.
Referenced by Schema::SchemaParser::getTypeName(), and Schema::SchemaParser::parseSchemaTag().
|
inline |
Definition at line 111 of file Attribute.h.
Referenced by Schema::SchemaParser::parseSchemaTag().
|
inline |
Definition at line 118 of file Attribute.h.
Referenced by operator=(), and Schema::SchemaParser::parseSchemaTag().
Definition at line 125 of file Attribute.h.
References isQualified().