WSPair.java 427 Bytes
/*
 * Decompiled with CFR 0_118.
 */
package com.adobe.xmlformcallback;

import org.omg.CORBA.portable.IDLEntity;

public final class WSPair
implements IDLEntity {
    private static final long serialVersionUID = 1;
    public String msKey = "";
    public String msValue = "";

    public WSPair() {
    }

    public WSPair(String msKey, String msValue) {
        this.msKey = msKey;
        this.msValue = msValue;
    }
}