1
2 package com.ontotext.ordi.wsmo4rdf.remote.client.src;
3
4 import javax.xml.bind.JAXBElement;
5 import javax.xml.bind.annotation.XmlElementDecl;
6 import javax.xml.bind.annotation.XmlRegistry;
7 import javax.xml.namespace.QName;
8
9
10 /**
11 * This object contains factory methods for each
12 * Java content interface and Java element interface
13 * generated in the com.ontotext.ordi.wsmo4rdf.remote.client.src package.
14 * <p>An ObjectFactory allows you to programatically
15 * construct new instances of the Java representation
16 * for XML content. The Java representation of XML
17 * content can consist of schema derived interfaces
18 * and classes representing the binding of schema
19 * type definitions, element declarations and model
20 * groups. Factory methods for each of these are
21 * provided in this class.
22 *
23 */
24 @XmlRegistry
25 public class ObjectFactory {
26
27 private final static QName _ServiceLimitExceededException_QNAME = new QName("http://server.remote.wsmo4rdf.ordi.ontotext.com/", "ServiceLimitExceededException");
28 private final static QName _GetConnectionAuth_QNAME = new QName("http://server.remote.wsmo4rdf.ordi.ontotext.com/", "getConnectionAuth");
29 private final static QName _ClearWarningsResponse_QNAME = new QName("http://server.remote.wsmo4rdf.ordi.ontotext.com/", "clearWarningsResponse");
30 private final static QName _GetConnection_QNAME = new QName("http://server.remote.wsmo4rdf.ordi.ontotext.com/", "getConnection");
31 private final static QName _GetConnectionResponse_QNAME = new QName("http://server.remote.wsmo4rdf.ordi.ontotext.com/", "getConnectionResponse");
32 private final static QName _ShutdownResponse_QNAME = new QName("http://server.remote.wsmo4rdf.ordi.ontotext.com/", "shutdownResponse");
33 private final static QName _AuthenticationFailedException_QNAME = new QName("http://server.remote.wsmo4rdf.ordi.ontotext.com/", "AuthenticationFailedException");
34 private final static QName _ClearWarnings_QNAME = new QName("http://server.remote.wsmo4rdf.ordi.ontotext.com/", "clearWarnings");
35 private final static QName _Shutdown_QNAME = new QName("http://server.remote.wsmo4rdf.ordi.ontotext.com/", "shutdown");
36 private final static QName _NonExistingEntryException_QNAME = new QName("http://server.remote.wsmo4rdf.ordi.ontotext.com/", "NonExistingEntryException");
37 private final static QName _GetConnectionAuthResponse_QNAME = new QName("http://server.remote.wsmo4rdf.ordi.ontotext.com/", "getConnectionAuthResponse");
38
39 /**
40 * Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: com.ontotext.ordi.wsmo4rdf.remote.client.src
41 *
42 */
43 public ObjectFactory() {
44 }
45
46 /**
47 * Create an instance of {@link ClearWarningsResponse }
48 *
49 */
50 public ClearWarningsResponse createClearWarningsResponse() {
51 return new ClearWarningsResponse();
52 }
53
54 /**
55 * Create an instance of {@link GetConnection }
56 *
57 */
58 public GetConnection createGetConnection() {
59 return new GetConnection();
60 }
61
62 /**
63 * Create an instance of {@link ServiceLimitExceededException }
64 *
65 */
66 public ServiceLimitExceededException createServiceLimitExceededException() {
67 return new ServiceLimitExceededException();
68 }
69
70 /**
71 * Create an instance of {@link GetConnectionResponse }
72 *
73 */
74 public GetConnectionResponse createGetConnectionResponse() {
75 return new GetConnectionResponse();
76 }
77
78 /**
79 * Create an instance of {@link GetConnectionAuth }
80 *
81 */
82 public GetConnectionAuth createGetConnectionAuth() {
83 return new GetConnectionAuth();
84 }
85
86 /**
87 * Create an instance of {@link GetConnectionAuthResponse }
88 *
89 */
90 public GetConnectionAuthResponse createGetConnectionAuthResponse() {
91 return new GetConnectionAuthResponse();
92 }
93
94 /**
95 * Create an instance of {@link NonExistingEntryException }
96 *
97 */
98 public NonExistingEntryException createNonExistingEntryException() {
99 return new NonExistingEntryException();
100 }
101
102 /**
103 * Create an instance of {@link ShutdownResponse }
104 *
105 */
106 public ShutdownResponse createShutdownResponse() {
107 return new ShutdownResponse();
108 }
109
110 /**
111 * Create an instance of {@link AuthenticationFailedException }
112 *
113 */
114 public AuthenticationFailedException createAuthenticationFailedException() {
115 return new AuthenticationFailedException();
116 }
117
118 /**
119 * Create an instance of {@link ClearWarnings }
120 *
121 */
122 public ClearWarnings createClearWarnings() {
123 return new ClearWarnings();
124 }
125
126 /**
127 * Create an instance of {@link Shutdown }
128 *
129 */
130 public Shutdown createShutdown() {
131 return new Shutdown();
132 }
133
134 /**
135 * Create an instance of {@link JAXBElement }{@code <}{@link ServiceLimitExceededException }{@code >}}
136 *
137 */
138 @XmlElementDecl(namespace = "http://server.remote.wsmo4rdf.ordi.ontotext.com/", name = "ServiceLimitExceededException")
139 public JAXBElement<ServiceLimitExceededException> createServiceLimitExceededException(ServiceLimitExceededException value) {
140 return new JAXBElement<ServiceLimitExceededException>(_ServiceLimitExceededException_QNAME, ServiceLimitExceededException.class, null, value);
141 }
142
143 /**
144 * Create an instance of {@link JAXBElement }{@code <}{@link GetConnectionAuth }{@code >}}
145 *
146 */
147 @XmlElementDecl(namespace = "http://server.remote.wsmo4rdf.ordi.ontotext.com/", name = "getConnectionAuth")
148 public JAXBElement<GetConnectionAuth> createGetConnectionAuth(GetConnectionAuth value) {
149 return new JAXBElement<GetConnectionAuth>(_GetConnectionAuth_QNAME, GetConnectionAuth.class, null, value);
150 }
151
152 /**
153 * Create an instance of {@link JAXBElement }{@code <}{@link ClearWarningsResponse }{@code >}}
154 *
155 */
156 @XmlElementDecl(namespace = "http://server.remote.wsmo4rdf.ordi.ontotext.com/", name = "clearWarningsResponse")
157 public JAXBElement<ClearWarningsResponse> createClearWarningsResponse(ClearWarningsResponse value) {
158 return new JAXBElement<ClearWarningsResponse>(_ClearWarningsResponse_QNAME, ClearWarningsResponse.class, null, value);
159 }
160
161 /**
162 * Create an instance of {@link JAXBElement }{@code <}{@link GetConnection }{@code >}}
163 *
164 */
165 @XmlElementDecl(namespace = "http://server.remote.wsmo4rdf.ordi.ontotext.com/", name = "getConnection")
166 public JAXBElement<GetConnection> createGetConnection(GetConnection value) {
167 return new JAXBElement<GetConnection>(_GetConnection_QNAME, GetConnection.class, null, value);
168 }
169
170 /**
171 * Create an instance of {@link JAXBElement }{@code <}{@link GetConnectionResponse }{@code >}}
172 *
173 */
174 @XmlElementDecl(namespace = "http://server.remote.wsmo4rdf.ordi.ontotext.com/", name = "getConnectionResponse")
175 public JAXBElement<GetConnectionResponse> createGetConnectionResponse(GetConnectionResponse value) {
176 return new JAXBElement<GetConnectionResponse>(_GetConnectionResponse_QNAME, GetConnectionResponse.class, null, value);
177 }
178
179 /**
180 * Create an instance of {@link JAXBElement }{@code <}{@link ShutdownResponse }{@code >}}
181 *
182 */
183 @XmlElementDecl(namespace = "http://server.remote.wsmo4rdf.ordi.ontotext.com/", name = "shutdownResponse")
184 public JAXBElement<ShutdownResponse> createShutdownResponse(ShutdownResponse value) {
185 return new JAXBElement<ShutdownResponse>(_ShutdownResponse_QNAME, ShutdownResponse.class, null, value);
186 }
187
188 /**
189 * Create an instance of {@link JAXBElement }{@code <}{@link AuthenticationFailedException }{@code >}}
190 *
191 */
192 @XmlElementDecl(namespace = "http://server.remote.wsmo4rdf.ordi.ontotext.com/", name = "AuthenticationFailedException")
193 public JAXBElement<AuthenticationFailedException> createAuthenticationFailedException(AuthenticationFailedException value) {
194 return new JAXBElement<AuthenticationFailedException>(_AuthenticationFailedException_QNAME, AuthenticationFailedException.class, null, value);
195 }
196
197 /**
198 * Create an instance of {@link JAXBElement }{@code <}{@link ClearWarnings }{@code >}}
199 *
200 */
201 @XmlElementDecl(namespace = "http://server.remote.wsmo4rdf.ordi.ontotext.com/", name = "clearWarnings")
202 public JAXBElement<ClearWarnings> createClearWarnings(ClearWarnings value) {
203 return new JAXBElement<ClearWarnings>(_ClearWarnings_QNAME, ClearWarnings.class, null, value);
204 }
205
206 /**
207 * Create an instance of {@link JAXBElement }{@code <}{@link Shutdown }{@code >}}
208 *
209 */
210 @XmlElementDecl(namespace = "http://server.remote.wsmo4rdf.ordi.ontotext.com/", name = "shutdown")
211 public JAXBElement<Shutdown> createShutdown(Shutdown value) {
212 return new JAXBElement<Shutdown>(_Shutdown_QNAME, Shutdown.class, null, value);
213 }
214
215 /**
216 * Create an instance of {@link JAXBElement }{@code <}{@link NonExistingEntryException }{@code >}}
217 *
218 */
219 @XmlElementDecl(namespace = "http://server.remote.wsmo4rdf.ordi.ontotext.com/", name = "NonExistingEntryException")
220 public JAXBElement<NonExistingEntryException> createNonExistingEntryException(NonExistingEntryException value) {
221 return new JAXBElement<NonExistingEntryException>(_NonExistingEntryException_QNAME, NonExistingEntryException.class, null, value);
222 }
223
224 /**
225 * Create an instance of {@link JAXBElement }{@code <}{@link GetConnectionAuthResponse }{@code >}}
226 *
227 */
228 @XmlElementDecl(namespace = "http://server.remote.wsmo4rdf.ordi.ontotext.com/", name = "getConnectionAuthResponse")
229 public JAXBElement<GetConnectionAuthResponse> createGetConnectionAuthResponse(GetConnectionAuthResponse value) {
230 return new JAXBElement<GetConnectionAuthResponse>(_GetConnectionAuthResponse_QNAME, GetConnectionAuthResponse.class, null, value);
231 }
232
233 }