public CISPEP_Record(string columnFormatLine)
     : base(columnFormatLine)
 {
     CISPEP         = new CISPEP_Field(columnFormatLine);
     serNum         = new serNum_Field(columnFormatLine);
     pep1           = new pep1_Field(columnFormatLine);
     chainID1       = new chainID1_Field(columnFormatLine);
     seqNum1        = new seqNum1_Field(columnFormatLine);
     icode1         = new icode1_Field(columnFormatLine);
     pep2           = new pep2_Field(columnFormatLine);
     chainID2       = new chainID2_Field(columnFormatLine);
     seqNum2        = new seqNum2_Field(columnFormatLine);
     icode2         = new icode2_Field(columnFormatLine);
     modNum         = new modNum_Field(columnFormatLine);
     measure        = new measure_Field(columnFormatLine);
     additionalData = new additionalData_Field(columnFormatLine);
 }
 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);
 }
 public HELIX_Record(string columnFormatLine)
     : base(columnFormatLine)
 {
     HELIX          = new HELIX_Field(columnFormatLine);
     serNum         = new serNum_Field(columnFormatLine);
     helixID        = new helixID_Field(columnFormatLine);
     initResName    = new initResName_Field(columnFormatLine);
     initChainID    = new initChainID_Field(columnFormatLine);
     initSeqNum     = new initSeqNum_Field(columnFormatLine);
     initICode      = new initICode_Field(columnFormatLine);
     endResName     = new endResName_Field(columnFormatLine);
     endChainID     = new endChainID_Field(columnFormatLine);
     endSeqNum      = new endSeqNum_Field(columnFormatLine);
     endICode       = new endICode_Field(columnFormatLine);
     helixClass     = new helixClass_Field(columnFormatLine);
     comment        = new comment_Field(columnFormatLine);
     length         = new length_Field(columnFormatLine);
     additionalData = new additionalData_Field(columnFormatLine);
 }
Esempio n. 4
0
 public SEQRES_Record(string columnFormatLine)
     : base(columnFormatLine)
 {
     SEQRES         = new SEQRES_Field(columnFormatLine);
     serNum         = new serNum_Field(columnFormatLine);
     chainID        = new chainID_Field(columnFormatLine);
     numRes         = new numRes_Field(columnFormatLine);
     resName        = new resName_Field(columnFormatLine);
     resName2       = new resName2_Field(columnFormatLine);
     resName3       = new resName3_Field(columnFormatLine);
     resName4       = new resName4_Field(columnFormatLine);
     resName5       = new resName5_Field(columnFormatLine);
     resName6       = new resName6_Field(columnFormatLine);
     resName7       = new resName7_Field(columnFormatLine);
     resName8       = new resName8_Field(columnFormatLine);
     resName9       = new resName9_Field(columnFormatLine);
     resName10      = new resName10_Field(columnFormatLine);
     resName11      = new resName11_Field(columnFormatLine);
     resName12      = new resName12_Field(columnFormatLine);
     resName13      = new resName13_Field(columnFormatLine);
     additionalData = new additionalData_Field(columnFormatLine);
 }