Ejemplo n.º 1
0
 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;
 }