Package com.fuelkiosk.camture.streamsws

Examples of com.fuelkiosk.camture.streamsws.TimePeriodType


     * @return TimePeriodType
     */
    public TimePeriodType createTimePeriod(final int clientId,
            final Integer transSeqNumber) {

        final TimePeriodType timePeriod = factory.createTimePeriodType();
        timePeriod.setClientID(clientId);
        timePeriod.setTransSqeNum(transSeqNumber);
        return timePeriod;
    }
View Full Code Here

TOP

Related Classes of com.fuelkiosk.camture.streamsws.TimePeriodType

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.