public GVFVariantSubjectComponent copy(GVFVariant e) { GVFVariantSubjectComponent dst = e.new GVFVariantSubjectComponent(); dst.patient = patient == null ? null : patient.copy(); dst.fileId = fileId == null ? null : fileId.copy(); return dst; }
public GVFVariantSubjectComponent copy(GVFVariant e) { GVFVariantSubjectComponent dst = e.new GVFVariantSubjectComponent(); dst.patient = patient == null ? null : patient.copy(); dst.fileId = fileId == null ? null : fileId.copy(); return dst; }