1
2 package com.ontotext.ordi.wsmo4rdf.remote.client.conn;
3
4 import javax.xml.bind.annotation.XmlAccessType;
5 import javax.xml.bind.annotation.XmlAccessorType;
6 import javax.xml.bind.annotation.XmlType;
7
8
9 /**
10 * <p>Java class for deleteWebServiceResponse complex type.
11 *
12 * <p>The following schema fragment specifies the expected content contained within this class.
13 *
14 * <pre>
15 * <complexType name="deleteWebServiceResponse">
16 * <complexContent>
17 * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
18 * <sequence>
19 * </sequence>
20 * </restriction>
21 * </complexContent>
22 * </complexType>
23 * </pre>
24 *
25 *
26 */
27 @XmlAccessorType(XmlAccessType.FIELD)
28 @XmlType(name = "deleteWebServiceResponse")
29 public class DeleteWebServiceResponse {
30
31
32 }