コード例 #1
0
 public SITE_Record(string columnFormatLine)
     : base(columnFormatLine)
 {
     SITE               = new SITE_Field(columnFormatLine);
     seqNum             = new seqNum_Field(columnFormatLine);
     proteinInterfaceID = new proteinInterfaceID_Field(columnFormatLine);
     numRes             = new numRes_Field(columnFormatLine);
     resName1           = new resName1_Field(columnFormatLine);
     chainID1           = new chainID1_Field(columnFormatLine);
     seq1               = new seq1_Field(columnFormatLine);
     iCode1             = new iCode1_Field(columnFormatLine);
     resName2           = new resName2_Field(columnFormatLine);
     chainID2           = new chainID2_Field(columnFormatLine);
     seq2               = new seq2_Field(columnFormatLine);
     iCode2             = new iCode2_Field(columnFormatLine);
     resName3           = new resName3_Field(columnFormatLine);
     chainID3           = new chainID3_Field(columnFormatLine);
     seq3               = new seq3_Field(columnFormatLine);
     iCode3             = new iCode3_Field(columnFormatLine);
     resName4           = new resName4_Field(columnFormatLine);
     chainID4           = new chainID4_Field(columnFormatLine);
     seq4               = new seq4_Field(columnFormatLine);
     iCode4             = new iCode4_Field(columnFormatLine);
     additionalData     = new additionalData_Field(columnFormatLine);
 }
コード例 #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);
 }