Exemplo n.º 1
0
 public MDLTYP_Record(string columnFormatLine)
     : base(columnFormatLine)
 {
     MDLTYP         = new MDLTYP_Field(columnFormatLine);
     continuation   = new continuation_Field(columnFormatLine);
     comment        = new comment_Field(columnFormatLine);
     additionalData = new additionalData_Field(columnFormatLine);
 }
Exemplo n.º 2
0
 public CAVEAT_Record(string columnFormatLine)
     : base(columnFormatLine)
 {
     CAVEAT         = new CAVEAT_Field(columnFormatLine);
     continuation   = new continuation_Field(columnFormatLine);
     idCode         = new idCode_Field(columnFormatLine);
     comment        = new comment_Field(columnFormatLine);
     additionalData = new additionalData_Field(columnFormatLine);
 }
Exemplo n.º 3
0
 public MODRES_Record(string columnFormatLine)
     : base(columnFormatLine)
 {
     MODRES         = new MODRES_Field(columnFormatLine);
     idCode         = new idCode_Field(columnFormatLine);
     resName        = new resName_Field(columnFormatLine);
     chainID        = new chainID_Field(columnFormatLine);
     seqNum         = new seqNum_Field(columnFormatLine);
     iCode          = new iCode_Field(columnFormatLine);
     stdRes         = new stdRes_Field(columnFormatLine);
     comment        = new comment_Field(columnFormatLine);
     additionalData = new additionalData_Field(columnFormatLine);
 }
Exemplo n.º 4
0
 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);
 }