#include <WSType.h>
Public Member Functions | |
WSType ()=default | |
WSType (const char *name) | |
WSType (const WSType &)=default | |
WSType (WSType &&) noexcept=default | |
WSType & | operator= (const WSType &) |
WSType & | operator= (WSType &&) noexcept |
virtual String | className () const |
virtual String | name () const |
virtual void | owaspCheck (const String &value) |
virtual void | clear ()=0 |
virtual void | load (const xdoc::SNode &attr, bool nullLargeData=false)=0 |
virtual String | asString () const |
virtual bool | isNull () const =0 |
virtual void | exportTo (const xdoc::SNode &parent, const char *name=nullptr) const =0 |
Class name support for WS-classes