public GVFVariantDbxrefComponent copy(GVFVariant e) { GVFVariantDbxrefComponent dst = e.new GVFVariantDbxrefComponent(); dst.database = database == null ? null : database.copy(); dst.identity = identity == null ? null : identity.copy(); return dst; }