Schema::Group Class Reference
#include <Group.h>
List of all members.
Detailed Description
Definition at line 33 of file Group.h.
Constructor & Destructor Documentation
Schema::Group::~Group |
( |
|
) |
|
Schema::Group::Group |
( |
const Group & |
g |
) |
|
Schema::Group::Group |
( |
const std::string & |
name, |
|
|
int |
minimum, |
|
|
int |
maximum | |
|
) |
| | |
Member Function Documentation
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] |
void Schema::Group::setContents |
( |
const ContentModel * |
cm, |
|
|
bool |
isRef = false | |
|
) |
| | [inline] |
The documentation for this class was generated from the following files: