public ResourceTag addTag(TagDefinition theTag) {
   ResourceTag tag = new ResourceTag(this, theTag);
   tag.setResourceType(getResourceType());
   getTags().add(tag);
   return tag;
 }