|
wsdlpull 1.23
|
#include <Constraint.h>
Public Member Functions | |
| Constraint (Schema::ConstraintType c) | |
| std::string | getName () const |
| void | setName (const std::string &n) |
| virtual Schema::ConstraintType | getConstraintType () |
| void | setSelector (const std::string &xpath) |
| void | addField (const std::string &xpath) |
| std::string | selector () const |
| const std::list< std::string > & | fields () |
| virtual | ~Constraint () |
| void | setAnnotation (const std::string &s) |
Definition at line 33 of file Constraint.h.
|
inline |
Definition at line 56 of file Constraint.h.
|
inlinevirtual |
Definition at line 112 of file Constraint.h.
|
inline |
Definition at line 92 of file Constraint.h.
|
inline |
Definition at line 99 of file Constraint.h.
|
inlinevirtual |
Definition at line 118 of file Constraint.h.
References Schema::NoConstraint.
|
inline |
Definition at line 64 of file Constraint.h.
|
inline |
Definition at line 85 of file Constraint.h.
|
inline |
Definition at line 71 of file Constraint.h.
|
inline |
Definition at line 78 of file Constraint.h.
|
inline |
Definition at line 106 of file Constraint.h.