
au.com.agic.apptesting.profiles.dataset.DatasetsRootElement Maven / Gradle / Ivy
package au.com.agic.apptesting.profiles.dataset;
import javax.xml.bind.annotation.XmlRootElement;
/**
* Represents a {@code } element
*/
@XmlRootElement(name = "profile")
public class DatasetsRootElement {
private DataSets dataSets = new DataSets();
public DataSets getDataSets() {
return dataSets;
}
public void setDataSets(final DataSets dataSets) {
this.dataSets = dataSets;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy