/* * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. * Copyright (c) 2014, MPL CodeInside http://codeinside.ru */ package ru.codeinside.gws.log.format; import java.util.Date; /** * Created by alexey on 17.03.14. */ public class Pack { public String sender; public String recipient; public String originator; public String typeCode; public String status; public Date date; public String exchangeType; public String requestIdRef; public String originRequestIdRef; public String serviceName; public String serviceCode; public String caseNumber; public String testMsg; public String oktmo; }