1 | //
|
---|
2 | // Ce fichier a été généré par l'implémentation de référence JavaTM Architecture for XML Binding (JAXB), v2.2.5
|
---|
3 | // Voir <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
|
---|
4 | // Toute modification apportée à ce fichier sera perdue lors de la recompilation du schéma source.
|
---|
5 | // Généré le : 2012.03.08 à 06:24:59 PM CET
|
---|
6 | //
|
---|
7 |
|
---|
8 |
|
---|
9 | package neptune;
|
---|
10 |
|
---|
11 | import javax.xml.bind.annotation.XmlAccessType;
|
---|
12 | import javax.xml.bind.annotation.XmlAccessorType;
|
---|
13 | import javax.xml.bind.annotation.XmlElement;
|
---|
14 | import javax.xml.bind.annotation.XmlType;
|
---|
15 |
|
---|
16 |
|
---|
17 | /**
|
---|
18 | * Description of the features of any of the available facilities
|
---|
19 | *
|
---|
20 | * <p>Classe Java pour AllFacilitiesFeatureStructure complex type.
|
---|
21 | *
|
---|
22 | * <p>Le fragment de schéma suivant indique le contenu attendu figurant dans cette classe.
|
---|
23 | *
|
---|
24 | * <pre>
|
---|
25 | * <complexType name="AllFacilitiesFeatureStructure">
|
---|
26 | * <complexContent>
|
---|
27 | * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
---|
28 | * <choice>
|
---|
29 | * <element ref="{http://www.siri.org.uk/siri}AccessFacility"/>
|
---|
30 | * <element ref="{http://www.siri.org.uk/siri}AccommodationFacility"/>
|
---|
31 | * <element ref="{http://www.siri.org.uk/siri}AssistanceFacility"/>
|
---|
32 | * <element ref="{http://www.siri.org.uk/siri}FareClassFacility"/>
|
---|
33 | * <element ref="{http://www.siri.org.uk/siri}HireFacility"/>
|
---|
34 | * <element ref="{http://www.siri.org.uk/siri}LuggageFacility"/>
|
---|
35 | * <element ref="{http://www.siri.org.uk/siri}MobilityFacility"/>
|
---|
36 | * <element ref="{http://www.siri.org.uk/siri}NuisanceFacility"/>
|
---|
37 | * <element ref="{http://www.siri.org.uk/siri}ParkingFacility"/>
|
---|
38 | * <element ref="{http://www.siri.org.uk/siri}PassengerCommsFacility"/>
|
---|
39 | * <element ref="{http://www.siri.org.uk/siri}PassengerInformationFacility"/>
|
---|
40 | * <element ref="{http://www.siri.org.uk/siri}RefreshmentFacility"/>
|
---|
41 | * <element ref="{http://www.siri.org.uk/siri}ReservedSpaceFacility"/>
|
---|
42 | * <element ref="{http://www.siri.org.uk/siri}RetailFacility"/>
|
---|
43 | * <element ref="{http://www.siri.org.uk/siri}SanitaryFacility"/>
|
---|
44 | * <element ref="{http://www.siri.org.uk/siri}TicketingFacility"/>
|
---|
45 | * </choice>
|
---|
46 | * </restriction>
|
---|
47 | * </complexContent>
|
---|
48 | * </complexType>
|
---|
49 | * </pre>
|
---|
50 | *
|
---|
51 | *
|
---|
52 | */
|
---|
53 | @XmlAccessorType(XmlAccessType.FIELD)
|
---|
54 | @XmlType(name = "AllFacilitiesFeatureStructure", namespace = "http://www.siri.org.uk/siri", propOrder = {
|
---|
55 | "accessFacility",
|
---|
56 | "accommodationFacility",
|
---|
57 | "assistanceFacility",
|
---|
58 | "fareClassFacility",
|
---|
59 | "hireFacility",
|
---|
60 | "luggageFacility",
|
---|
61 | "mobilityFacility",
|
---|
62 | "nuisanceFacility",
|
---|
63 | "parkingFacility",
|
---|
64 | "passengerCommsFacility",
|
---|
65 | "passengerInformationFacility",
|
---|
66 | "refreshmentFacility",
|
---|
67 | "reservedSpaceFacility",
|
---|
68 | "retailFacility",
|
---|
69 | "sanitaryFacility",
|
---|
70 | "ticketingFacility"
|
---|
71 | })
|
---|
72 | public class AllFacilitiesFeatureStructure {
|
---|
73 |
|
---|
74 | @XmlElement(name = "AccessFacility")
|
---|
75 | protected AccessFacilityEnumeration accessFacility;
|
---|
76 | @XmlElement(name = "AccommodationFacility")
|
---|
77 | protected AccommodationFacilityEnumeration accommodationFacility;
|
---|
78 | @XmlElement(name = "AssistanceFacility")
|
---|
79 | protected AssistanceFacilityEnumeration assistanceFacility;
|
---|
80 | @XmlElement(name = "FareClassFacility")
|
---|
81 | protected FareClassFacilityEnumeration fareClassFacility;
|
---|
82 | @XmlElement(name = "HireFacility")
|
---|
83 | protected HireFacilityEnumeration hireFacility;
|
---|
84 | @XmlElement(name = "LuggageFacility")
|
---|
85 | protected LuggageFacilityEnumeration luggageFacility;
|
---|
86 | @XmlElement(name = "MobilityFacility")
|
---|
87 | protected MobilityFacilityEnumeration mobilityFacility;
|
---|
88 | @XmlElement(name = "NuisanceFacility")
|
---|
89 | protected NuisanceFacilityEnumeration nuisanceFacility;
|
---|
90 | @XmlElement(name = "ParkingFacility")
|
---|
91 | protected ParkingFacilityEnumeration parkingFacility;
|
---|
92 | @XmlElement(name = "PassengerCommsFacility")
|
---|
93 | protected PassengerCommsFacilityEnumeration passengerCommsFacility;
|
---|
94 | @XmlElement(name = "PassengerInformationFacility")
|
---|
95 | protected PassengerInformationFacilityEnumeration passengerInformationFacility;
|
---|
96 | @XmlElement(name = "RefreshmentFacility")
|
---|
97 | protected RefreshmentFacilityEnumeration refreshmentFacility;
|
---|
98 | @XmlElement(name = "ReservedSpaceFacility", defaultValue = "unknown")
|
---|
99 | protected ReservedSpaceFacilityEnumeration reservedSpaceFacility;
|
---|
100 | @XmlElement(name = "RetailFacility", defaultValue = "unknown")
|
---|
101 | protected RetailFacilityEnumeration retailFacility;
|
---|
102 | @XmlElement(name = "SanitaryFacility")
|
---|
103 | protected SanitaryFacilityEnumeration sanitaryFacility;
|
---|
104 | @XmlElement(name = "TicketingFacility")
|
---|
105 | protected TicketingFacilityEnumeration ticketingFacility;
|
---|
106 |
|
---|
107 | /**
|
---|
108 | * Obtient la valeur de la propriété accessFacility.
|
---|
109 | *
|
---|
110 | * @return
|
---|
111 | * possible object is
|
---|
112 | * {@link AccessFacilityEnumeration }
|
---|
113 | *
|
---|
114 | */
|
---|
115 | public AccessFacilityEnumeration getAccessFacility() {
|
---|
116 | return accessFacility;
|
---|
117 | }
|
---|
118 |
|
---|
119 | /**
|
---|
120 | * Définit la valeur de la propriété accessFacility.
|
---|
121 | *
|
---|
122 | * @param value
|
---|
123 | * allowed object is
|
---|
124 | * {@link AccessFacilityEnumeration }
|
---|
125 | *
|
---|
126 | */
|
---|
127 | public void setAccessFacility(AccessFacilityEnumeration value) {
|
---|
128 | this.accessFacility = value;
|
---|
129 | }
|
---|
130 |
|
---|
131 | /**
|
---|
132 | * Obtient la valeur de la propriété accommodationFacility.
|
---|
133 | *
|
---|
134 | * @return
|
---|
135 | * possible object is
|
---|
136 | * {@link AccommodationFacilityEnumeration }
|
---|
137 | *
|
---|
138 | */
|
---|
139 | public AccommodationFacilityEnumeration getAccommodationFacility() {
|
---|
140 | return accommodationFacility;
|
---|
141 | }
|
---|
142 |
|
---|
143 | /**
|
---|
144 | * Définit la valeur de la propriété accommodationFacility.
|
---|
145 | *
|
---|
146 | * @param value
|
---|
147 | * allowed object is
|
---|
148 | * {@link AccommodationFacilityEnumeration }
|
---|
149 | *
|
---|
150 | */
|
---|
151 | public void setAccommodationFacility(AccommodationFacilityEnumeration value) {
|
---|
152 | this.accommodationFacility = value;
|
---|
153 | }
|
---|
154 |
|
---|
155 | /**
|
---|
156 | * Obtient la valeur de la propriété assistanceFacility.
|
---|
157 | *
|
---|
158 | * @return
|
---|
159 | * possible object is
|
---|
160 | * {@link AssistanceFacilityEnumeration }
|
---|
161 | *
|
---|
162 | */
|
---|
163 | public AssistanceFacilityEnumeration getAssistanceFacility() {
|
---|
164 | return assistanceFacility;
|
---|
165 | }
|
---|
166 |
|
---|
167 | /**
|
---|
168 | * Définit la valeur de la propriété assistanceFacility.
|
---|
169 | *
|
---|
170 | * @param value
|
---|
171 | * allowed object is
|
---|
172 | * {@link AssistanceFacilityEnumeration }
|
---|
173 | *
|
---|
174 | */
|
---|
175 | public void setAssistanceFacility(AssistanceFacilityEnumeration value) {
|
---|
176 | this.assistanceFacility = value;
|
---|
177 | }
|
---|
178 |
|
---|
179 | /**
|
---|
180 | * Obtient la valeur de la propriété fareClassFacility.
|
---|
181 | *
|
---|
182 | * @return
|
---|
183 | * possible object is
|
---|
184 | * {@link FareClassFacilityEnumeration }
|
---|
185 | *
|
---|
186 | */
|
---|
187 | public FareClassFacilityEnumeration getFareClassFacility() {
|
---|
188 | return fareClassFacility;
|
---|
189 | }
|
---|
190 |
|
---|
191 | /**
|
---|
192 | * Définit la valeur de la propriété fareClassFacility.
|
---|
193 | *
|
---|
194 | * @param value
|
---|
195 | * allowed object is
|
---|
196 | * {@link FareClassFacilityEnumeration }
|
---|
197 | *
|
---|
198 | */
|
---|
199 | public void setFareClassFacility(FareClassFacilityEnumeration value) {
|
---|
200 | this.fareClassFacility = value;
|
---|
201 | }
|
---|
202 |
|
---|
203 | /**
|
---|
204 | * Obtient la valeur de la propriété hireFacility.
|
---|
205 | *
|
---|
206 | * @return
|
---|
207 | * possible object is
|
---|
208 | * {@link HireFacilityEnumeration }
|
---|
209 | *
|
---|
210 | */
|
---|
211 | public HireFacilityEnumeration getHireFacility() {
|
---|
212 | return hireFacility;
|
---|
213 | }
|
---|
214 |
|
---|
215 | /**
|
---|
216 | * Définit la valeur de la propriété hireFacility.
|
---|
217 | *
|
---|
218 | * @param value
|
---|
219 | * allowed object is
|
---|
220 | * {@link HireFacilityEnumeration }
|
---|
221 | *
|
---|
222 | */
|
---|
223 | public void setHireFacility(HireFacilityEnumeration value) {
|
---|
224 | this.hireFacility = value;
|
---|
225 | }
|
---|
226 |
|
---|
227 | /**
|
---|
228 | * Obtient la valeur de la propriété luggageFacility.
|
---|
229 | *
|
---|
230 | * @return
|
---|
231 | * possible object is
|
---|
232 | * {@link LuggageFacilityEnumeration }
|
---|
233 | *
|
---|
234 | */
|
---|
235 | public LuggageFacilityEnumeration getLuggageFacility() {
|
---|
236 | return luggageFacility;
|
---|
237 | }
|
---|
238 |
|
---|
239 | /**
|
---|
240 | * Définit la valeur de la propriété luggageFacility.
|
---|
241 | *
|
---|
242 | * @param value
|
---|
243 | * allowed object is
|
---|
244 | * {@link LuggageFacilityEnumeration }
|
---|
245 | *
|
---|
246 | */
|
---|
247 | public void setLuggageFacility(LuggageFacilityEnumeration value) {
|
---|
248 | this.luggageFacility = value;
|
---|
249 | }
|
---|
250 |
|
---|
251 | /**
|
---|
252 | * Obtient la valeur de la propriété mobilityFacility.
|
---|
253 | *
|
---|
254 | * @return
|
---|
255 | * possible object is
|
---|
256 | * {@link MobilityFacilityEnumeration }
|
---|
257 | *
|
---|
258 | */
|
---|
259 | public MobilityFacilityEnumeration getMobilityFacility() {
|
---|
260 | return mobilityFacility;
|
---|
261 | }
|
---|
262 |
|
---|
263 | /**
|
---|
264 | * Définit la valeur de la propriété mobilityFacility.
|
---|
265 | *
|
---|
266 | * @param value
|
---|
267 | * allowed object is
|
---|
268 | * {@link MobilityFacilityEnumeration }
|
---|
269 | *
|
---|
270 | */
|
---|
271 | public void setMobilityFacility(MobilityFacilityEnumeration value) {
|
---|
272 | this.mobilityFacility = value;
|
---|
273 | }
|
---|
274 |
|
---|
275 | /**
|
---|
276 | * Obtient la valeur de la propriété nuisanceFacility.
|
---|
277 | *
|
---|
278 | * @return
|
---|
279 | * possible object is
|
---|
280 | * {@link NuisanceFacilityEnumeration }
|
---|
281 | *
|
---|
282 | */
|
---|
283 | public NuisanceFacilityEnumeration getNuisanceFacility() {
|
---|
284 | return nuisanceFacility;
|
---|
285 | }
|
---|
286 |
|
---|
287 | /**
|
---|
288 | * Définit la valeur de la propriété nuisanceFacility.
|
---|
289 | *
|
---|
290 | * @param value
|
---|
291 | * allowed object is
|
---|
292 | * {@link NuisanceFacilityEnumeration }
|
---|
293 | *
|
---|
294 | */
|
---|
295 | public void setNuisanceFacility(NuisanceFacilityEnumeration value) {
|
---|
296 | this.nuisanceFacility = value;
|
---|
297 | }
|
---|
298 |
|
---|
299 | /**
|
---|
300 | * Obtient la valeur de la propriété parkingFacility.
|
---|
301 | *
|
---|
302 | * @return
|
---|
303 | * possible object is
|
---|
304 | * {@link ParkingFacilityEnumeration }
|
---|
305 | *
|
---|
306 | */
|
---|
307 | public ParkingFacilityEnumeration getParkingFacility() {
|
---|
308 | return parkingFacility;
|
---|
309 | }
|
---|
310 |
|
---|
311 | /**
|
---|
312 | * Définit la valeur de la propriété parkingFacility.
|
---|
313 | *
|
---|
314 | * @param value
|
---|
315 | * allowed object is
|
---|
316 | * {@link ParkingFacilityEnumeration }
|
---|
317 | *
|
---|
318 | */
|
---|
319 | public void setParkingFacility(ParkingFacilityEnumeration value) {
|
---|
320 | this.parkingFacility = value;
|
---|
321 | }
|
---|
322 |
|
---|
323 | /**
|
---|
324 | * Obtient la valeur de la propriété passengerCommsFacility.
|
---|
325 | *
|
---|
326 | * @return
|
---|
327 | * possible object is
|
---|
328 | * {@link PassengerCommsFacilityEnumeration }
|
---|
329 | *
|
---|
330 | */
|
---|
331 | public PassengerCommsFacilityEnumeration getPassengerCommsFacility() {
|
---|
332 | return passengerCommsFacility;
|
---|
333 | }
|
---|
334 |
|
---|
335 | /**
|
---|
336 | * Définit la valeur de la propriété passengerCommsFacility.
|
---|
337 | *
|
---|
338 | * @param value
|
---|
339 | * allowed object is
|
---|
340 | * {@link PassengerCommsFacilityEnumeration }
|
---|
341 | *
|
---|
342 | */
|
---|
343 | public void setPassengerCommsFacility(PassengerCommsFacilityEnumeration value) {
|
---|
344 | this.passengerCommsFacility = value;
|
---|
345 | }
|
---|
346 |
|
---|
347 | /**
|
---|
348 | * Obtient la valeur de la propriété passengerInformationFacility.
|
---|
349 | *
|
---|
350 | * @return
|
---|
351 | * possible object is
|
---|
352 | * {@link PassengerInformationFacilityEnumeration }
|
---|
353 | *
|
---|
354 | */
|
---|
355 | public PassengerInformationFacilityEnumeration getPassengerInformationFacility() {
|
---|
356 | return passengerInformationFacility;
|
---|
357 | }
|
---|
358 |
|
---|
359 | /**
|
---|
360 | * Définit la valeur de la propriété passengerInformationFacility.
|
---|
361 | *
|
---|
362 | * @param value
|
---|
363 | * allowed object is
|
---|
364 | * {@link PassengerInformationFacilityEnumeration }
|
---|
365 | *
|
---|
366 | */
|
---|
367 | public void setPassengerInformationFacility(PassengerInformationFacilityEnumeration value) {
|
---|
368 | this.passengerInformationFacility = value;
|
---|
369 | }
|
---|
370 |
|
---|
371 | /**
|
---|
372 | * Obtient la valeur de la propriété refreshmentFacility.
|
---|
373 | *
|
---|
374 | * @return
|
---|
375 | * possible object is
|
---|
376 | * {@link RefreshmentFacilityEnumeration }
|
---|
377 | *
|
---|
378 | */
|
---|
379 | public RefreshmentFacilityEnumeration getRefreshmentFacility() {
|
---|
380 | return refreshmentFacility;
|
---|
381 | }
|
---|
382 |
|
---|
383 | /**
|
---|
384 | * Définit la valeur de la propriété refreshmentFacility.
|
---|
385 | *
|
---|
386 | * @param value
|
---|
387 | * allowed object is
|
---|
388 | * {@link RefreshmentFacilityEnumeration }
|
---|
389 | *
|
---|
390 | */
|
---|
391 | public void setRefreshmentFacility(RefreshmentFacilityEnumeration value) {
|
---|
392 | this.refreshmentFacility = value;
|
---|
393 | }
|
---|
394 |
|
---|
395 | /**
|
---|
396 | * Obtient la valeur de la propriété reservedSpaceFacility.
|
---|
397 | *
|
---|
398 | * @return
|
---|
399 | * possible object is
|
---|
400 | * {@link ReservedSpaceFacilityEnumeration }
|
---|
401 | *
|
---|
402 | */
|
---|
403 | public ReservedSpaceFacilityEnumeration getReservedSpaceFacility() {
|
---|
404 | return reservedSpaceFacility;
|
---|
405 | }
|
---|
406 |
|
---|
407 | /**
|
---|
408 | * Définit la valeur de la propriété reservedSpaceFacility.
|
---|
409 | *
|
---|
410 | * @param value
|
---|
411 | * allowed object is
|
---|
412 | * {@link ReservedSpaceFacilityEnumeration }
|
---|
413 | *
|
---|
414 | */
|
---|
415 | public void setReservedSpaceFacility(ReservedSpaceFacilityEnumeration value) {
|
---|
416 | this.reservedSpaceFacility = value;
|
---|
417 | }
|
---|
418 |
|
---|
419 | /**
|
---|
420 | * Obtient la valeur de la propriété retailFacility.
|
---|
421 | *
|
---|
422 | * @return
|
---|
423 | * possible object is
|
---|
424 | * {@link RetailFacilityEnumeration }
|
---|
425 | *
|
---|
426 | */
|
---|
427 | public RetailFacilityEnumeration getRetailFacility() {
|
---|
428 | return retailFacility;
|
---|
429 | }
|
---|
430 |
|
---|
431 | /**
|
---|
432 | * Définit la valeur de la propriété retailFacility.
|
---|
433 | *
|
---|
434 | * @param value
|
---|
435 | * allowed object is
|
---|
436 | * {@link RetailFacilityEnumeration }
|
---|
437 | *
|
---|
438 | */
|
---|
439 | public void setRetailFacility(RetailFacilityEnumeration value) {
|
---|
440 | this.retailFacility = value;
|
---|
441 | }
|
---|
442 |
|
---|
443 | /**
|
---|
444 | * Obtient la valeur de la propriété sanitaryFacility.
|
---|
445 | *
|
---|
446 | * @return
|
---|
447 | * possible object is
|
---|
448 | * {@link SanitaryFacilityEnumeration }
|
---|
449 | *
|
---|
450 | */
|
---|
451 | public SanitaryFacilityEnumeration getSanitaryFacility() {
|
---|
452 | return sanitaryFacility;
|
---|
453 | }
|
---|
454 |
|
---|
455 | /**
|
---|
456 | * Définit la valeur de la propriété sanitaryFacility.
|
---|
457 | *
|
---|
458 | * @param value
|
---|
459 | * allowed object is
|
---|
460 | * {@link SanitaryFacilityEnumeration }
|
---|
461 | *
|
---|
462 | */
|
---|
463 | public void setSanitaryFacility(SanitaryFacilityEnumeration value) {
|
---|
464 | this.sanitaryFacility = value;
|
---|
465 | }
|
---|
466 |
|
---|
467 | /**
|
---|
468 | * Obtient la valeur de la propriété ticketingFacility.
|
---|
469 | *
|
---|
470 | * @return
|
---|
471 | * possible object is
|
---|
472 | * {@link TicketingFacilityEnumeration }
|
---|
473 | *
|
---|
474 | */
|
---|
475 | public TicketingFacilityEnumeration getTicketingFacility() {
|
---|
476 | return ticketingFacility;
|
---|
477 | }
|
---|
478 |
|
---|
479 | /**
|
---|
480 | * Définit la valeur de la propriété ticketingFacility.
|
---|
481 | *
|
---|
482 | * @param value
|
---|
483 | * allowed object is
|
---|
484 | * {@link TicketingFacilityEnumeration }
|
---|
485 | *
|
---|
486 | */
|
---|
487 | public void setTicketingFacility(TicketingFacilityEnumeration value) {
|
---|
488 | this.ticketingFacility = value;
|
---|
489 | }
|
---|
490 |
|
---|
491 | }
|
---|