wsdlpull
1.23
|
#include <Group.h>
Public Member Functions | |
Group () | |
~Group () | |
Group (const Group &g) | |
Group (const std::string &name, int minimum, int maximum) | |
int | getMin () const |
void | setMin (int m) |
int | getMax () const |
void | setMax (int m) |
std::string | getName () const |
void | setName (const std::string &n) |
void | setAnnotation (const std::string &s) |
ContentModel * | getContents () const |
void | setContents (const ContentModel *cm, bool isRef=false) |
Schema::Group::Group | ( | const Group & | g | ) |
Schema::Group::Group | ( | const std::string & | name, |
int | minimum, | ||
int | maximum | ||
) |
int Schema::Group::getMin | ( | ) | const [inline] |
void Schema::Group::setMin | ( | int | m | ) | [inline] |
int Schema::Group::getMax | ( | ) | const [inline] |
void Schema::Group::setMax | ( | int | m | ) | [inline] |
std::string Schema::Group::getName | ( | ) | const [inline] |
void Schema::Group::setName | ( | const std::string & | n | ) | [inline] |
void Schema::Group::setAnnotation | ( | const std::string & | s | ) | [inline] |
ContentModel * Schema::Group::getContents | ( | ) | const [inline] |
Definition at line 117 of file Group.h.
Referenced by Schema::ContentModel::addGroup().
void Schema::Group::setContents | ( | const ContentModel * | cm, |
bool | isRef = false |
||
) | [inline] |
Definition at line 125 of file Group.h.
Referenced by Schema::ContentModel::addGroup().