Package net.sourceforge.jivalo.dgmm.fw

Examples of net.sourceforge.jivalo.dgmm.fw.DataGroupDefinition


        this.dataFields[3] = new SimpleTypeDataFieldArray(String.class, "H02TFOC", 2, 2);
        this.dataFields[4] = new DataGroupDataFieldArray(new DGMMH02_OCCURS(), 2 );
//        this.dataFields[5] = new SimpleTypeDataField(java.sql.Timestamp.class, "H02STAMP", 19
//                , "dd.MM.yyyy:HH:mm:ss");
       
        addDataGroupDefinition( new DataGroupDefinition( "H05     ", 0, -1
                , DGMMH05.class ) );
    }
View Full Code Here


     *
     */
    public TestMessage()
    {
        super("TyosuhdeotePyynto");
        addDataGroupDefinition( new DataGroupDefinition("DGMMA01", 1, 1, DGMMA01.class ) );
        addDataGroupDefinition( new DataGroupDefinition("DGMME01", 0, -1, DGMME01.class ) );
        addDataGroupDefinition( new DataGroupDefinition("H01     ", 0, -1, DGMMH01.class ) );
       
    }
View Full Code Here

        super( "H01     " );
        this.dataFields = new DataField[2];
        this.dataFields[0] = new SimpleTypeDataField(String.class, "H01TUNN", 8, 0);
        this.dataFields[1] = new SimpleTypeDataField(Integer.class, "H01TPIT", 6, 0);

        addDataGroupDefinition( new DataGroupDefinition( "H02     ", 0, -1
                , DGMMH02.class ) );
        addDataGroupDefinition( new DataGroupDefinition( "H04     ", 0, 1,
                DGMMH04.class ) );

        this.formatter = new DataGroupFormatter( this );
    }
View Full Code Here

TOP

Related Classes of net.sourceforge.jivalo.dgmm.fw.DataGroupDefinition

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.