View Javadoc

1   /*
2    * Copyright 2011 The Kuali Foundation Licensed under the
3    * Educational Community License, Version 2.0 (the "License"); you may
4    * not use this file except in compliance with the License. You may
5    * obtain a copy of the License at
6    *
7    * http://www.osedu.org/licenses/ECL-2.0
8    *
9    * Unless required by applicable law or agreed to in writing,
10   * software distributed under the License is distributed on an "AS IS"
11   * BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express
12   * or implied. See the License for the specific language governing
13   * permissions and limitations under the License.
14   */
15  package org.kuali.mobility.bus.entity.helper;
16  
17  import com.thoughtworks.xstream.annotations.XStreamAlias;
18  
19  /**
20   *
21   * @author Joe Swanson <joseswan@umich.edu>
22   */
23  @XStreamAlias("stop")
24  public class UMBusStop {
25  
26      @XStreamAlias("name")
27      private String name;
28      @XStreamAlias("name2")
29      private String name2;
30      @XStreamAlias("name3")
31      private String name3;
32  
33      @XStreamAlias("latitude")
34      private String latitude;
35      @XStreamAlias("longitude")
36      private String longitude;
37  
38      @XStreamAlias("toa1")
39      private String toa1;
40      @XStreamAlias("id1")
41      private String id1;
42  
43      @XStreamAlias("toa2")
44      private String toa2;
45      @XStreamAlias("id2")
46      private String id2;
47  
48      @XStreamAlias("toa3")
49      private String toa3;
50      @XStreamAlias("id3")
51      private String id3;
52  
53      @XStreamAlias("toa4")
54      private String toa4;
55      @XStreamAlias("id4")
56      private String id4;
57      @XStreamAlias("toa5")
58      private String toa5;
59      @XStreamAlias("id5")
60      private String id5;
61      @XStreamAlias("toa6")
62      private String toa6;
63      @XStreamAlias("id6")
64      private String id6;
65      @XStreamAlias("toa7")
66      private String toa7;
67      @XStreamAlias("id7")
68      private String id7;
69      @XStreamAlias("toa8")
70      private String toa8;
71      @XStreamAlias("id8")
72      private String id8;
73      @XStreamAlias("toa9")
74      private String toa9;
75      @XStreamAlias("id9")
76      private String id9;
77      @XStreamAlias("toa10")
78      private String toa10;
79      @XStreamAlias("id10")
80      private String id10;
81  
82      @XStreamAlias("toacount")
83      private String toacount;
84  
85      /**
86       * @return the name
87       */
88      public String getName() {
89          return name;
90      }
91  
92      /**
93       * @param name the name to set
94       */
95      public void setName(String name) {
96          this.name = name;
97      }
98  
99      /**
100      * @return the name2
101      */
102     public String getName2() {
103         return name2;
104     }
105 
106     /**
107      * @param name2 the name2 to set
108      */
109     public void setName2(String name2) {
110         this.name2 = name2;
111     }
112 
113     /**
114      * @return the name3
115      */
116     public String getName3() {
117         return name3;
118     }
119 
120     /**
121      * @param name3 the name3 to set
122      */
123     public void setName3(String name3) {
124         this.name3 = name3;
125     }
126 
127     /**
128      * @return the latitude
129      */
130     public String getLatitude() {
131         return latitude;
132     }
133 
134     /**
135      * @param latitude the latitude to set
136      */
137     public void setLatitude(String latitude) {
138         this.latitude = latitude;
139     }
140 
141     /**
142      * @return the longitude
143      */
144     public String getLongitude() {
145         return longitude;
146     }
147 
148     /**
149      * @param longitude the longitude to set
150      */
151     public void setLongitude(String longitude) {
152         this.longitude = longitude;
153     }
154 
155     /**
156      * @return the toa1
157      */
158     public String getToa1() {
159         return toa1;
160     }
161 
162     /**
163      * @param toa1 the toa1 to set
164      */
165     public void setToa1(String toa1) {
166         this.toa1 = toa1;
167     }
168 
169     /**
170      * @return the id1
171      */
172     public String getId1() {
173         return id1;
174     }
175 
176     /**
177      * @param id1 the id1 to set
178      */
179     public void setId1(String id1) {
180         this.id1 = id1;
181     }
182 
183     /**
184      * @return the toa2
185      */
186     public String getToa2() {
187         return toa2;
188     }
189 
190     /**
191      * @param toa2 the toa2 to set
192      */
193     public void setToa2(String toa2) {
194         this.toa2 = toa2;
195     }
196 
197     /**
198      * @return the id2
199      */
200     public String getId2() {
201         return id2;
202     }
203 
204     /**
205      * @param id2 the id2 to set
206      */
207     public void setId2(String id2) {
208         this.id2 = id2;
209     }
210 
211     /**
212      * @return the toa3
213      */
214     public String getToa3() {
215         return toa3;
216     }
217 
218     /**
219      * @param toa3 the toa3 to set
220      */
221     public void setToa3(String toa3) {
222         this.toa3 = toa3;
223     }
224 
225     /**
226      * @return the id3
227      */
228     public String getId3() {
229         return id3;
230     }
231 
232     /**
233      * @param id3 the id3 to set
234      */
235     public void setId3(String id3) {
236         this.id3 = id3;
237     }
238 
239     /**
240      * @return the toa4
241      */
242     public String getToa4() {
243         return toa4;
244     }
245 
246     /**
247      * @param toa4 the toa4 to set
248      */
249     public void setToa4(String toa4) {
250         this.toa4 = toa4;
251     }
252 
253     /**
254      * @return the id4
255      */
256     public String getId4() {
257         return id4;
258     }
259 
260     /**
261      * @param id4 the id4 to set
262      */
263     public void setId4(String id4) {
264         this.id4 = id4;
265     }
266 
267     /**
268      * @return the toa5
269      */
270     public String getToa5() {
271         return toa5;
272     }
273 
274     /**
275      * @param toa5 the toa5 to set
276      */
277     public void setToa5(String toa5) {
278         this.toa5 = toa5;
279     }
280 
281     /**
282      * @return the id5
283      */
284     public String getId5() {
285         return id5;
286     }
287 
288     /**
289      * @param id5 the id5 to set
290      */
291     public void setId5(String id5) {
292         this.id5 = id5;
293     }
294 
295     /**
296      * @return the toa6
297      */
298     public String getToa6() {
299         return toa6;
300     }
301 
302     /**
303      * @param toa6 the toa6 to set
304      */
305     public void setToa6(String toa6) {
306         this.toa6 = toa6;
307     }
308 
309     /**
310      * @return the id6
311      */
312     public String getId6() {
313         return id6;
314     }
315 
316     /**
317      * @param id6 the id6 to set
318      */
319     public void setId6(String id6) {
320         this.id6 = id6;
321     }
322 
323     /**
324      * @return the toa7
325      */
326     public String getToa7() {
327         return toa7;
328     }
329 
330     /**
331      * @param toa7 the toa7 to set
332      */
333     public void setToa7(String toa7) {
334         this.toa7 = toa7;
335     }
336 
337     /**
338      * @return the id7
339      */
340     public String getId7() {
341         return id7;
342     }
343 
344     /**
345      * @param id7 the id7 to set
346      */
347     public void setId7(String id7) {
348         this.id7 = id7;
349     }
350 
351     /**
352      * @return the toacount
353      */
354     public String getToacount() {
355         return toacount;
356     }
357 
358     /**
359      * @param toacount the toacount to set
360      */
361     public void setToacount(String toacount) {
362         this.toacount = toacount;
363     }
364 
365     /**
366      * @return the toa8
367      */
368     public String getToa8() {
369         return toa8;
370     }
371 
372     /**
373      * @param toa8 the toa8 to set
374      */
375     public void setToa8(String toa8) {
376         this.toa8 = toa8;
377     }
378 
379     /**
380      * @return the id8
381      */
382     public String getId8() {
383         return id8;
384     }
385 
386     /**
387      * @param id8 the id8 to set
388      */
389     public void setId8(String id8) {
390         this.id8 = id8;
391     }
392 
393     /**
394      * @return the toa9
395      */
396     public String getToa9() {
397         return toa9;
398     }
399 
400     /**
401      * @param toa9 the toa9 to set
402      */
403     public void setToa9(String toa9) {
404         this.toa9 = toa9;
405     }
406 
407     /**
408      * @return the id9
409      */
410     public String getId9() {
411         return id9;
412     }
413 
414     /**
415      * @param id9 the id9 to set
416      */
417     public void setId9(String id9) {
418         this.id9 = id9;
419     }
420 
421     /**
422      * @return the toa10
423      */
424     public String getToa10() {
425         return toa10;
426     }
427 
428     /**
429      * @param toa10 the toa10 to set
430      */
431     public void setToa10(String toa10) {
432         this.toa10 = toa10;
433     }
434 
435     /**
436      * @return the id10
437      */
438     public String getId10() {
439         return id10;
440     }
441 
442     /**
443      * @param id10 the id10 to set
444      */
445     public void setId10(String id10) {
446         this.id10 = id10;
447     }
448 
449 }