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

com.founder.core.vopackage.si0057.VoResIIH0057ResultData Maven / Gradle / Ivy

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

import com.thoughtworks.xstream.annotations.XStreamAlias;

import java.io.Serializable;

@XStreamAlias("Data")
public class VoResIIH0057ResultData implements Serializable {
    @XStreamAlias("Entinfos")
    private VoResIIH0057ResultDataEntinfoList Entinfos = new VoResIIH0057ResultDataEntinfoList();

    public VoResIIH0057ResultDataEntinfoList getEntinfos() {
        return Entinfos;
    }

    public void setEntinfos(VoResIIH0057ResultDataEntinfoList entinfos) {
        Entinfos = entinfos;
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy