wsdlpull  1.23
Public Member Functions | List of all members
Schema::Group Class Reference

#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)
 
ContentModelgetContents () const
 
void setContents (const ContentModel *cm, bool isRef=false)
 

Detailed Description

Definition at line 33 of file Group.h.

Constructor & Destructor Documentation

◆ Group() [1/3]

Schema::Group::Group ( )

Definition at line 28 of file Group.cpp.

◆ ~Group()

Schema::Group::~Group ( )

Definition at line 54 of file Group.cpp.

◆ Group() [2/3]

Schema::Group::Group ( const Group g)

Definition at line 45 of file Group.cpp.

◆ Group() [3/3]

Schema::Group::Group ( const std::string &  name,
int  minimum,
int  maximum 
)

Definition at line 34 of file Group.cpp.

Member Function Documentation

◆ getMin()

int Schema::Group::getMin ( ) const
inline

Definition at line 94 of file Group.h.

◆ setMin()

void Schema::Group::setMin ( int  m)
inline

Definition at line 101 of file Group.h.

◆ getMax()

int Schema::Group::getMax ( ) const
inline

Definition at line 87 of file Group.h.

◆ setMax()

void Schema::Group::setMax ( int  m)
inline

Definition at line 109 of file Group.h.

◆ getName()

std::string Schema::Group::getName ( ) const
inline

Definition at line 66 of file Group.h.

◆ setName()

void Schema::Group::setName ( const std::string &  n)
inline

Definition at line 73 of file Group.h.

◆ setAnnotation()

void Schema::Group::setAnnotation ( const std::string &  s)
inline

Definition at line 80 of file Group.h.

◆ getContents()

ContentModel * Schema::Group::getContents ( ) const
inline

Definition at line 117 of file Group.h.

Referenced by Schema::ContentModel::addGroup().

◆ setContents()

void Schema::Group::setContents ( const ContentModel cm,
bool  isRef = false 
)
inline

Definition at line 125 of file Group.h.

Referenced by Schema::ContentModel::addGroup().


The documentation for this class was generated from the following files: