/* * This file is automatically Generated by ProtoGen r1.3. * Do not edit it. * * Copyright (c) 1995, 1996 Gunther Schadow. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ #pragma implementation "GT1seg.h" #include "GT1seg.h" #include "Segment.h" #include "SegTypeCode.h" /* * SEGMENT * * gt1(bln) -- guarantor */ #include #include #include #include #include #include #include #include #include #include #include Segment::fielddesc GT1seg::fieldtab[21] = { { (::Type (::Segment::*))>1seg::SetIdGua, required, "set id guarantor" }, { (::Type (::Segment::*))>1seg::GuaNum, optional, "guarantor number" }, { (::Type (::Segment::*))>1seg::GuaName, required, "guarantor name" }, { (::Type (::Segment::*))>1seg::GuaSpoName, optional, "guarantor spouse name" }, { (::Type (::Segment::*))>1seg::GuaAdd, optional, "guarantor address" }, { (::Type (::Segment::*))>1seg::GuaPhNumHome, optional, "guarantor ph num home" }, { (::Type (::Segment::*))>1seg::GuaPhNumBus, optional, "guarantor ph num business" }, { (::Type (::Segment::*))>1seg::GuaDateOfBirth, optional, "guarantor date of birth" }, { (::Type (::Segment::*))>1seg::GuaSex, optional, "guarantor sex" }, { (::Type (::Segment::*))>1seg::GuaType, optional, "guarantor type" }, { (::Type (::Segment::*))>1seg::GuaRel, optional, "guarantor relationship" }, { (::Type (::Segment::*))>1seg::GuaSsn, optional, "guarantor ssn" }, { (::Type (::Segment::*))>1seg::GuaDateBegin, optional, "guarantor date begin" }, { (::Type (::Segment::*))>1seg::GuaDateEnd, optional, "guarantor date end" }, { (::Type (::Segment::*))>1seg::GuaPri, optional, "guarantor priority" }, { (::Type (::Segment::*))>1seg::GuaEmpName, optional, "guarantor employer name" }, { (::Type (::Segment::*))>1seg::GuaEmpAdd, optional, "guarantor employer address" }, { (::Type (::Segment::*))>1seg::GuaEmpPhoneNum, optional, "guarantor employ phone number" }, { (::Type (::Segment::*))>1seg::GuaEmpIdNum, optional, "guarantor employee id num" }, { (::Type (::Segment::*))>1seg::GuaEmpStatus, optional, "guarantor employment status" }, { (::Type (::Segment::*))>1seg::GuaOrg, optional, "guarantor organization" }, }; GT1seg::GT1seg() : Segment(SegTypeCode::GT1val, 21, fieldtab) {}