public REMARK_1_TITL_Record(string columnFormatLine)
     : base(columnFormatLine)
 {
     REMARK_1_TITL  = new REMARK_1_TITL_Field(columnFormatLine);
     _1             = new _1_Field(columnFormatLine);
     TITL           = new TITL_Field(columnFormatLine);
     continuation   = new continuation_Field(columnFormatLine);
     title          = new title_Field(columnFormatLine);
     REMARK_1_TITL2 = new REMARK_1_TITL2_Field(columnFormatLine);
     _12            = new _12_Field(columnFormatLine);
     TITL2          = new TITL2_Field(columnFormatLine);
     continuation2  = new continuation2_Field(columnFormatLine);
     title2         = new title2_Field(columnFormatLine);
     REMARK         = new REMARK_Field(columnFormatLine);
     _13            = new _13_Field(columnFormatLine);
     TITL3          = new TITL3_Field(columnFormatLine);
     continuation3  = new continuation3_Field(columnFormatLine);
     title3         = new title3_Field(columnFormatLine);
     REMARK2        = new REMARK2_Field(columnFormatLine);
     _14            = new _14_Field(columnFormatLine);
     TITL4          = new TITL4_Field(columnFormatLine);
     continuation4  = new continuation4_Field(columnFormatLine);
     editorList     = new editorList_Field(columnFormatLine);
     additionalData = new additionalData_Field(columnFormatLine);
 }
Esempio n. 2
0
 public REMARK_2_RESOLUTION_NOTAPPLICABLE_Record(string columnFormatLine)
     : base(columnFormatLine)
 {
     REMARK = new REMARK_Field(columnFormatLine);
     _2     = new _2_Field(columnFormatLine);
     RESOLUTION_NOT_APPLICABLE_ = new RESOLUTION_NOT_APPLICABLE_Field(columnFormatLine);
     additionalData             = new additionalData_Field(columnFormatLine);
 }
 public REMARK_Record(string columnFormatLine)
     : base(columnFormatLine)
 {
     REMARK         = new REMARK_Field(columnFormatLine);
     remarkNum      = new remarkNum_Field(columnFormatLine);
     empty          = new empty_Field(columnFormatLine);
     additionalData = new additionalData_Field(columnFormatLine);
 }
Esempio n. 4
0
 public REMARK_1_REFN_Record(string columnFormatLine)
     : base(columnFormatLine)
 {
     REMARK         = new REMARK_Field(columnFormatLine);
     _1             = new _1_Field(columnFormatLine);
     REFN           = new REFN_Field(columnFormatLine);
     additionalData = new additionalData_Field(columnFormatLine);
 }
 public REMARK_1_REFERENCE_Record(string columnFormatLine)
     : base(columnFormatLine)
 {
     REMARK         = new REMARK_Field(columnFormatLine);
     _1             = new _1_Field(columnFormatLine);
     REFERENCE      = new REFERENCE_Field(columnFormatLine);
     refNum         = new refNum_Field(columnFormatLine);
     additionalData = new additionalData_Field(columnFormatLine);
 }
Esempio n. 6
0
 public REMARK_1_REF_TOBEPUBLISHED_Record(string columnFormatLine)
     : base(columnFormatLine)
 {
     REMARK          = new REMARK_Field(columnFormatLine);
     _1              = new _1_Field(columnFormatLine);
     REF             = new REF_Field(columnFormatLine);
     TO_BE_PUBLISHED = new TO_BE_PUBLISHED_Field(columnFormatLine);
     additionalData  = new additionalData_Field(columnFormatLine);
 }
 public REMARK_2_RESOLUTION_ANGSTROMS_Record(string columnFormatLine)
     : base(columnFormatLine)
 {
     REMARK         = new REMARK_Field(columnFormatLine);
     _2             = new _2_Field(columnFormatLine);
     RESOLUTION_    = new RESOLUTION_Field(columnFormatLine);
     resolution     = new resolution_Field(columnFormatLine);
     ANGSTROMS_     = new ANGSTROMS_Field(columnFormatLine);
     additionalData = new additionalData_Field(columnFormatLine);
 }
 public REMARK_1_PUBL_Record(string columnFormatLine)
     : base(columnFormatLine)
 {
     REMARK         = new REMARK_Field(columnFormatLine);
     _1             = new _1_Field(columnFormatLine);
     PUBL           = new PUBL_Field(columnFormatLine);
     continuation   = new continuation_Field(columnFormatLine);
     pub            = new pub_Field(columnFormatLine);
     additionalData = new additionalData_Field(columnFormatLine);
 }
Esempio n. 9
0
 public REMARK_1_REF_V_Record(string columnFormatLine)
     : base(columnFormatLine)
 {
     REMARK         = new REMARK_Field(columnFormatLine);
     _1             = new _1_Field(columnFormatLine);
     REF            = new REF_Field(columnFormatLine);
     continuation   = new continuation_Field(columnFormatLine);
     pubName        = new pubName_Field(columnFormatLine);
     V_             = new V_Field(columnFormatLine);
     volume         = new volume_Field(columnFormatLine);
     page           = new page_Field(columnFormatLine);
     year           = new year_Field(columnFormatLine);
     additionalData = new additionalData_Field(columnFormatLine);
 }
 public REMARK_1_AUTH_Record(string columnFormatLine)
     : base(columnFormatLine)
 {
     REMARK_1_AUTH  = new REMARK_1_AUTH_Field(columnFormatLine);
     _1             = new _1_Field(columnFormatLine);
     AUTH           = new AUTH_Field(columnFormatLine);
     continuation   = new continuation_Field(columnFormatLine);
     authorList     = new authorList_Field(columnFormatLine);
     REMARK         = new REMARK_Field(columnFormatLine);
     _12            = new _12_Field(columnFormatLine);
     AUTH2          = new AUTH2_Field(columnFormatLine);
     continuation2  = new continuation2_Field(columnFormatLine);
     authorList2    = new authorList2_Field(columnFormatLine);
     additionalData = new additionalData_Field(columnFormatLine);
 }