protected void copyDefinitionData(ObjectClassComplexTypeDefinition clone) {
   super.copyDefinitionData(clone);
   clone.kind = this.kind;
   clone.intent = this.intent;
   clone.defaultInAKind = this.defaultInAKind;
   clone.descriptionAttribute = this.descriptionAttribute;
   clone.displayNameAttribute = this.displayNameAttribute;
   clone.identifiers = this.identifiers;
   clone.namingAttribute = this.namingAttribute;
   clone.nativeObjectClass = this.nativeObjectClass;
   clone.secondaryIdentifiers = this.secondaryIdentifiers;
 }