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

com.alogient.cameleon.sdk.community.interspire.jaxb.DataResponse Maven / Gradle / Ivy

The newest version!

package com.alogient.cameleon.sdk.community.interspire.jaxb;

import java.util.List;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlRootElement;

/**
 *
 * @author jmirc
 */
@XmlRootElement(name = "data")
public class DataResponse {

    @XmlElement(name = "item")
    private List itemList;

    public List getItemList() {
        return itemList;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy