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

com.founder.core.vopackage.si0142.VoReqIIH0142ParamData Maven / Gradle / Ivy

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

import com.thoughtworks.xstream.annotations.XStreamAlias;

import java.io.Serializable;

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

    @XStreamAlias("Pageinfos")
    private VoReqIIH0142ParamDataPageinfoList Pageinfos = new VoReqIIH0142ParamDataPageinfoList();

    public VoReqIIH0142ParamDataPageinfoList getPageinfos() {
        return Pageinfos;
    }

    public void setPageinfos(VoReqIIH0142ParamDataPageinfoList pageinfos) {
        Pageinfos = pageinfos;
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy