com.peterphi.std.guice.restclient.jaxb.webqueryschema.WQSchemas Maven / Gradle / Ivy
package com.peterphi.std.guice.restclient.jaxb.webqueryschema;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlRootElement;
import java.util.ArrayList;
import java.util.List;
@XmlRootElement(name = "Schemas")
public class WQSchemas
{
@XmlElement(name = "entity")
public List entities = new ArrayList<>();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy