public SSBOND_CYS_CYS_Record(string columnFormatLine)
     : base(columnFormatLine)
 {
     SSBOND_CYS_CYS = new SSBOND_CYS_CYS_Field(columnFormatLine);
     serNum         = new serNum_Field(columnFormatLine);
     CYS            = new CYS_Field(columnFormatLine);
     chainID1       = new chainID1_Field(columnFormatLine);
     seqNum1        = new seqNum1_Field(columnFormatLine);
     icode1         = new icode1_Field(columnFormatLine);
     CYS2           = new CYS2_Field(columnFormatLine);
     chainID2       = new chainID2_Field(columnFormatLine);
     seqNum2        = new seqNum2_Field(columnFormatLine);
     icode2         = new icode2_Field(columnFormatLine);
     sym1           = new sym1_Field(columnFormatLine);
     sym2           = new sym2_Field(columnFormatLine);
     Length         = new Length_Field(columnFormatLine);
     additionalData = new additionalData_Field(columnFormatLine);
 }
Exemplo n.º 2
0
 public LINK_Record(string columnFormatLine)
     : base(columnFormatLine)
 {
     LINK           = new LINK_Field(columnFormatLine);
     name1          = new name1_Field(columnFormatLine);
     altLoc1        = new altLoc1_Field(columnFormatLine);
     resName1       = new resName1_Field(columnFormatLine);
     chainID1       = new chainID1_Field(columnFormatLine);
     resSeq1        = new resSeq1_Field(columnFormatLine);
     iCode1         = new iCode1_Field(columnFormatLine);
     name2          = new name2_Field(columnFormatLine);
     altLoc2        = new altLoc2_Field(columnFormatLine);
     resName2       = new resName2_Field(columnFormatLine);
     chainID2       = new chainID2_Field(columnFormatLine);
     resSeq2        = new resSeq2_Field(columnFormatLine);
     iCode2         = new iCode2_Field(columnFormatLine);
     sym1           = new sym1_Field(columnFormatLine);
     sym2           = new sym2_Field(columnFormatLine);
     Length         = new Length_Field(columnFormatLine);
     additionalData = new additionalData_Field(columnFormatLine);
 }