All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.founder.core.vopackage.si0099.VoResIIH0099Result Maven / Gradle / Ivy

There is a newer version: 3.6.1.9
Show newest version
package com.founder.core.vopackage.si0099;

import com.founder.core.vopackage.VoIIHResult;
import com.thoughtworks.xstream.annotations.XStreamAlias;

import java.io.Serializable;

@XStreamAlias("iihresult")
public class VoResIIH0099Result extends VoIIHResult implements Serializable {

    @XStreamAlias("Data")
    VoResIIH0099ResultData data = new VoResIIH0099ResultData();

    public VoResIIH0099ResultData getData() {
        return data;
    }

    public void setData(VoResIIH0099ResultData data) {
        this.data = data;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy