KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > objectweb > jonas > jtests > gen > xmethods > ServiceDetail


1 /**
2  * ServiceDetail.java
3  *
4  * This file was auto-generated from WSDL
5  * by the Apache Axis 1.2beta Mar 31, 2004 (12:47:03 EST) WSDL2Java emitter.
6  */

7
8 package org.objectweb.jonas.jtests.gen.xmethods;
9
10 public class ServiceDetail implements java.io.Serializable JavaDoc {
11     private java.lang.String JavaDoc name;
12     private java.lang.String JavaDoc id;
13     private java.lang.String JavaDoc shortDescription;
14     private java.lang.String JavaDoc description;
15     private java.lang.String JavaDoc implementationID;
16     private java.lang.String JavaDoc email;
17     private java.lang.String JavaDoc wsdlURL;
18     private java.lang.String JavaDoc infoURL;
19     private java.lang.String JavaDoc discussionURL;
20     private java.lang.String JavaDoc notes;
21     private java.lang.String JavaDoc tmodelID;
22     private java.lang.String JavaDoc publisherID;
23     private java.lang.String JavaDoc uuid;
24
25     public ServiceDetail() {
26     }
27
28
29     /**
30      * Gets the name value for this ServiceDetail.
31      *
32      * @return name
33      */

34     public java.lang.String JavaDoc getName() {
35         return name;
36     }
37
38
39     /**
40      * Sets the name value for this ServiceDetail.
41      *
42      * @param name
43      */

44     public void setName(java.lang.String JavaDoc name) {
45         this.name = name;
46     }
47
48
49     /**
50      * Gets the id value for this ServiceDetail.
51      *
52      * @return id
53      */

54     public java.lang.String JavaDoc getId() {
55         return id;
56     }
57
58
59     /**
60      * Sets the id value for this ServiceDetail.
61      *
62      * @param id
63      */

64     public void setId(java.lang.String JavaDoc id) {
65         this.id = id;
66     }
67
68
69     /**
70      * Gets the shortDescription value for this ServiceDetail.
71      *
72      * @return shortDescription
73      */

74     public java.lang.String JavaDoc getShortDescription() {
75         return shortDescription;
76     }
77
78
79     /**
80      * Sets the shortDescription value for this ServiceDetail.
81      *
82      * @param shortDescription
83      */

84     public void setShortDescription(java.lang.String JavaDoc shortDescription) {
85         this.shortDescription = shortDescription;
86     }
87
88
89     /**
90      * Gets the description value for this ServiceDetail.
91      *
92      * @return description
93      */

94     public java.lang.String JavaDoc getDescription() {
95         return description;
96     }
97
98
99     /**
100      * Sets the description value for this ServiceDetail.
101      *
102      * @param description
103      */

104     public void setDescription(java.lang.String JavaDoc description) {
105         this.description = description;
106     }
107
108
109     /**
110      * Gets the implementationID value for this ServiceDetail.
111      *
112      * @return implementationID
113      */

114     public java.lang.String JavaDoc getImplementationID() {
115         return implementationID;
116     }
117
118
119     /**
120      * Sets the implementationID value for this ServiceDetail.
121      *
122      * @param implementationID
123      */

124     public void setImplementationID(java.lang.String JavaDoc implementationID) {
125         this.implementationID = implementationID;
126     }
127
128
129     /**
130      * Gets the email value for this ServiceDetail.
131      *
132      * @return email
133      */

134     public java.lang.String JavaDoc getEmail() {
135         return email;
136     }
137
138
139     /**
140      * Sets the email value for this ServiceDetail.
141      *
142      * @param email
143      */

144     public void setEmail(java.lang.String JavaDoc email) {
145         this.email = email;
146     }
147
148
149     /**
150      * Gets the wsdlURL value for this ServiceDetail.
151      *
152      * @return wsdlURL
153      */

154     public java.lang.String JavaDoc getWsdlURL() {
155         return wsdlURL;
156     }
157
158
159     /**
160      * Sets the wsdlURL value for this ServiceDetail.
161      *
162      * @param wsdlURL
163      */

164     public void setWsdlURL(java.lang.String JavaDoc wsdlURL) {
165         this.wsdlURL = wsdlURL;
166     }
167
168
169     /**
170      * Gets the infoURL value for this ServiceDetail.
171      *
172      * @return infoURL
173      */

174     public java.lang.String JavaDoc getInfoURL() {
175         return infoURL;
176     }
177
178
179     /**
180      * Sets the infoURL value for this ServiceDetail.
181      *
182      * @param infoURL
183      */

184     public void setInfoURL(java.lang.String JavaDoc infoURL) {
185         this.infoURL = infoURL;
186     }
187
188
189     /**
190      * Gets the discussionURL value for this ServiceDetail.
191      *
192      * @return discussionURL
193      */

194     public java.lang.String JavaDoc getDiscussionURL() {
195         return discussionURL;
196     }
197
198
199     /**
200      * Sets the discussionURL value for this ServiceDetail.
201      *
202      * @param discussionURL
203      */

204     public void setDiscussionURL(java.lang.String JavaDoc discussionURL) {
205         this.discussionURL = discussionURL;
206     }
207
208
209     /**
210      * Gets the notes value for this ServiceDetail.
211      *
212      * @return notes
213      */

214     public java.lang.String JavaDoc getNotes() {
215         return notes;
216     }
217
218
219     /**
220      * Sets the notes value for this ServiceDetail.
221      *
222      * @param notes
223      */

224     public void setNotes(java.lang.String JavaDoc notes) {
225         this.notes = notes;
226     }
227
228
229     /**
230      * Gets the tmodelID value for this ServiceDetail.
231      *
232      * @return tmodelID
233      */

234     public java.lang.String JavaDoc getTmodelID() {
235         return tmodelID;
236     }
237
238
239     /**
240      * Sets the tmodelID value for this ServiceDetail.
241      *
242      * @param tmodelID
243      */

244     public void setTmodelID(java.lang.String JavaDoc tmodelID) {
245         this.tmodelID = tmodelID;
246     }
247
248
249     /**
250      * Gets the publisherID value for this ServiceDetail.
251      *
252      * @return publisherID
253      */

254     public java.lang.String JavaDoc getPublisherID() {
255         return publisherID;
256     }
257
258
259     /**
260      * Sets the publisherID value for this ServiceDetail.
261      *
262      * @param publisherID
263      */

264     public void setPublisherID(java.lang.String JavaDoc publisherID) {
265         this.publisherID = publisherID;
266     }
267
268
269     /**
270      * Gets the uuid value for this ServiceDetail.
271      *
272      * @return uuid
273      */

274     public java.lang.String JavaDoc getUuid() {
275         return uuid;
276     }
277
278
279     /**
280      * Sets the uuid value for this ServiceDetail.
281      *
282      * @param uuid
283      */

284     public void setUuid(java.lang.String JavaDoc uuid) {
285         this.uuid = uuid;
286     }
287 }
288
Popular Tags