00001 /* libIXAml - IXA Taldea */ 00002 00003 #ifndef _JGRPID_H 00004 #define _JGRPID_H 00005 00006 #include "id.h" 00007 #include <string> 00008 00011 class JGrpId: public Id { 00012 00013 public: 00014 00016 JGrpId(); 00017 00021 JGrpId(const char* jGrpId); 00022 00026 JGrpId(const std::string & jGrpId); 00027 00028 }; 00029 00030 #endif //_JGRPID_H