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

com.founder.core.vopackage.si0001.VoResIIH0001ResultData Maven / Gradle / Ivy

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

import com.thoughtworks.xstream.annotations.XStreamAlias;

import java.io.Serializable;

@XStreamAlias("Data")
public class VoResIIH0001ResultData implements Serializable {

    @XStreamAlias("Schinfos")
    private VoResIIH0001ResultDataSchinfoList schinfoList = new VoResIIH0001ResultDataSchinfoList();

    public VoResIIH0001ResultDataSchinfoList getSchinfoList() {
        return schinfoList;
    }

    public void setSchinfoList(VoResIIH0001ResultDataSchinfoList schinfoList) {
        this.schinfoList = schinfoList;
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy