wsdlpull 1.23
|
#include <XSDType.h>
Public Member Functions | |
Constructors and Destructors | |
XSDType (const std::string &ns) | |
XSDType () | |
virtual | ~XSDType () |
std::string | getName () const |
std::string | getNamespace () const |
Qname | getQname () const |
Schema::ContentModelType | getContentModel () const |
int | getTypeId () const |
int | getBaseTypeId () const |
Schema::Derivation | getBaseDerivation () const |
isAnonymous | |
is this an anonymous type ,created inside an element or group
| |
bool | isAnonymous () const |
isSimple | |
IS this a simple type or not
| |
virtual bool | isSimple () const =0 |
virtual void | setName (std::string) |
virtual void | setContentModel (Schema::ContentModelType) |
virtual void | setTypeId (int) |
virtual void | setAnonymous (bool) |
void | setBaseType (int id, Schema::Derivation type=Schema::Restriction) |
void | setBaseTypeNamespace (std::string ns) |
|
inline |
|
inline |
|
inlinevirtual |
|
inline |
getName
Definition at line 148 of file XSDType.h.
Referenced by Schema::SchemaParser::getTypeName().
|
inline |
getNamespace
Definition at line 236 of file XSDType.h.
Referenced by Schema::SchemaParser::getType(), and Schema::SchemaValidator::validate().
|
inline |
getQName
Definition at line 155 of file XSDType.h.
References Qname::setNamespace().
Referenced by Schema::TypesTable::addExternalTypeId(), Schema::TypesTable::addType(), and Schema::SchemaValidator::validate().
|
inline |
getContentModel
Definition at line 164 of file XSDType.h.
Referenced by Schema::SchemaParser::getBasicContentType(), WsdlPull::WsdlInvoker::setInputValue(), and Schema::SchemaValidator::validate().
|
inline |
|
inline |
getBaseTypeId
Definition at line 185 of file XSDType.h.
Referenced by Schema::TypeContainer::getBaseTypeContainer(), Schema::SimpleType::isvalidFacet(), Schema::SimpleType::isValidInt(), and Schema::SchemaValidator::validate().
|
inline |
|
pure virtual |
|
inlinevirtual |
Definition at line 222 of file XSDType.h.
Referenced by Schema::TypesTable::addType().
|
inlinevirtual |
Definition at line 229 of file XSDType.h.
Referenced by Schema::ComplexType::ComplexType(), and Schema::SimpleType::SimpleType().
|
inlinevirtual |
Definition at line 199 of file XSDType.h.
Referenced by Schema::TypesTable::addType().
|
inlinevirtual |
Definition at line 215 of file XSDType.h.
Referenced by Schema::TypesTable::addType().
|
inline |
Definition at line 206 of file XSDType.h.
Referenced by Schema::SimpleType::setListType().
void Schema::XSDType::setBaseTypeNamespace | ( | std::string | ns | ) |