PageRenderTime 52ms CodeModel.GetById 22ms RepoModel.GetById 0ms app.codeStats 0ms

/servers/sip-presence/presence/server/jaxb-pojos/src/main/java/org/mobicents/slee/sippresence/pojo/rpid/PlaceType.java

http://mobicents.googlecode.com/
Java | 1418 lines | 430 code | 105 blank | 883 comment | 2 complexity | 31411c5316ae5b81684a4b56a50fa5c3 MD5 | raw file
Possible License(s): LGPL-3.0, GPL-3.0, LGPL-2.1, GPL-2.0, CC-BY-SA-3.0, CC0-1.0, Apache-2.0, BSD-3-Clause
  1. /*
  2. * JBoss, Home of Professional Open Source
  3. * Copyright 2011, Red Hat, Inc. and individual contributors
  4. * by the @authors tag. See the copyright.txt in the distribution for a
  5. * full listing of individual contributors.
  6. *
  7. * This is free software; you can redistribute it and/or modify it
  8. * under the terms of the GNU Lesser General Public License as
  9. * published by the Free Software Foundation; either version 2.1 of
  10. * the License, or (at your option) any later version.
  11. *
  12. * This software is distributed in the hope that it will be useful,
  13. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  14. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  15. * Lesser General Public License for more details.
  16. *
  17. * You should have received a copy of the GNU Lesser General Public
  18. * License along with this software; if not, write to the Free
  19. * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
  20. * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  21. */
  22. //
  23. // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.1.5-b01-fcs
  24. // See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
  25. // Any modifications to this file will be lost upon recompilation of the source schema.
  26. // Generated on: 2008.04.25 at 12:01:52 AM WEST
  27. //
  28. package org.mobicents.slee.sippresence.pojo.rpid;
  29. import java.util.ArrayList;
  30. import java.util.HashMap;
  31. import java.util.List;
  32. import java.util.Map;
  33. import javax.xml.bind.annotation.XmlAccessType;
  34. import javax.xml.bind.annotation.XmlAccessorType;
  35. import javax.xml.bind.annotation.XmlAnyAttribute;
  36. import javax.xml.bind.annotation.XmlAnyElement;
  37. import javax.xml.bind.annotation.XmlAttribute;
  38. import javax.xml.bind.annotation.XmlElement;
  39. import javax.xml.bind.annotation.XmlID;
  40. import javax.xml.bind.annotation.XmlRootElement;
  41. import javax.xml.bind.annotation.XmlSchemaType;
  42. import javax.xml.bind.annotation.XmlType;
  43. import javax.xml.bind.annotation.adapters.CollapsedStringAdapter;
  44. import javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter;
  45. import javax.xml.datatype.XMLGregorianCalendar;
  46. import javax.xml.namespace.QName;
  47. import org.mobicents.slee.sippresence.pojo.commonschema.Empty;
  48. import org.mobicents.slee.sippresence.pojo.commonschema.NoteT;
  49. import org.w3c.dom.Element;
  50. /**
  51. * <p>Java class for anonymous complex type.
  52. *
  53. * <p>The following schema fragment specifies the expected content contained within this class.
  54. *
  55. * <pre>
  56. * &lt;complexType>
  57. * &lt;complexContent>
  58. * &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
  59. * &lt;sequence>
  60. * &lt;element name="note" type="{urn:ietf:params:xml:ns:pidf:rpid}Note_t" minOccurs="0"/>
  61. * &lt;choice>
  62. * &lt;element name="aircraft" type="{urn:ietf:params:xml:ns:pidf:rpid}empty"/>
  63. * &lt;element name="airport" type="{urn:ietf:params:xml:ns:pidf:rpid}empty"/>
  64. * &lt;element name="arena" type="{urn:ietf:params:xml:ns:pidf:rpid}empty"/>
  65. * &lt;element name="automobile" type="{urn:ietf:params:xml:ns:pidf:rpid}empty"/>
  66. * &lt;element name="bank" type="{urn:ietf:params:xml:ns:pidf:rpid}empty"/>
  67. * &lt;element name="bar" type="{urn:ietf:params:xml:ns:pidf:rpid}empty"/>
  68. * &lt;element name="bus" type="{urn:ietf:params:xml:ns:pidf:rpid}empty"/>
  69. * &lt;element name="bus-station" type="{urn:ietf:params:xml:ns:pidf:rpid}empty"/>
  70. * &lt;element name="cafe" type="{urn:ietf:params:xml:ns:pidf:rpid}empty"/>
  71. * &lt;element name="classroom" type="{urn:ietf:params:xml:ns:pidf:rpid}empty"/>
  72. * &lt;element name="club" type="{urn:ietf:params:xml:ns:pidf:rpid}empty"/>
  73. * &lt;element name="construction" type="{urn:ietf:params:xml:ns:pidf:rpid}empty"/>
  74. * &lt;element name="convention-center" type="{urn:ietf:params:xml:ns:pidf:rpid}empty"/>
  75. * &lt;element name="cycle" type="{urn:ietf:params:xml:ns:pidf:rpid}empty"/>
  76. * &lt;element name="government" type="{urn:ietf:params:xml:ns:pidf:rpid}empty"/>
  77. * &lt;element name="hospital" type="{urn:ietf:params:xml:ns:pidf:rpid}empty"/>
  78. * &lt;element name="hotel" type="{urn:ietf:params:xml:ns:pidf:rpid}empty"/>
  79. * &lt;element name="industrial" type="{urn:ietf:params:xml:ns:pidf:rpid}empty"/>
  80. * &lt;element name="library" type="{urn:ietf:params:xml:ns:pidf:rpid}empty"/>
  81. * &lt;element name="office" type="{urn:ietf:params:xml:ns:pidf:rpid}empty"/>
  82. * &lt;element name="outdoors" type="{urn:ietf:params:xml:ns:pidf:rpid}empty"/>
  83. * &lt;element name="parking" type="{urn:ietf:params:xml:ns:pidf:rpid}empty"/>
  84. * &lt;element name="place-of-worship" type="{urn:ietf:params:xml:ns:pidf:rpid}empty"/>
  85. * &lt;element name="prison" type="{urn:ietf:params:xml:ns:pidf:rpid}empty"/>
  86. * &lt;element name="public" type="{urn:ietf:params:xml:ns:pidf:rpid}empty"/>
  87. * &lt;element name="public-transport" type="{urn:ietf:params:xml:ns:pidf:rpid}empty"/>
  88. * &lt;element name="residence" type="{urn:ietf:params:xml:ns:pidf:rpid}empty"/>
  89. * &lt;element name="restaurant" type="{urn:ietf:params:xml:ns:pidf:rpid}empty"/>
  90. * &lt;element name="school" type="{urn:ietf:params:xml:ns:pidf:rpid}empty"/>
  91. * &lt;element name="shopping-area" type="{urn:ietf:params:xml:ns:pidf:rpid}empty"/>
  92. * &lt;element name="stadium" type="{urn:ietf:params:xml:ns:pidf:rpid}empty"/>
  93. * &lt;element name="store" type="{urn:ietf:params:xml:ns:pidf:rpid}empty"/>
  94. * &lt;element name="street" type="{urn:ietf:params:xml:ns:pidf:rpid}empty"/>
  95. * &lt;element name="theater" type="{urn:ietf:params:xml:ns:pidf:rpid}empty"/>
  96. * &lt;element name="train" type="{urn:ietf:params:xml:ns:pidf:rpid}empty"/>
  97. * &lt;element name="train-station" type="{urn:ietf:params:xml:ns:pidf:rpid}empty"/>
  98. * &lt;element name="truck" type="{urn:ietf:params:xml:ns:pidf:rpid}empty"/>
  99. * &lt;element name="underway" type="{urn:ietf:params:xml:ns:pidf:rpid}empty"/>
  100. * &lt;element name="unknown" type="{urn:ietf:params:xml:ns:pidf:rpid}empty"/>
  101. * &lt;element name="warehouse" type="{urn:ietf:params:xml:ns:pidf:rpid}empty"/>
  102. * &lt;element name="water" type="{urn:ietf:params:xml:ns:pidf:rpid}empty"/>
  103. * &lt;element name="watercraft" type="{urn:ietf:params:xml:ns:pidf:rpid}empty"/>
  104. * &lt;element name="other" type="{urn:ietf:params:xml:ns:pidf:rpid}Note_t"/>
  105. * &lt;any/>
  106. * &lt;/choice>
  107. * &lt;/sequence>
  108. * &lt;attGroup ref="{urn:ietf:params:xml:ns:pidf:rpid}fromUntil"/>
  109. * &lt;attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
  110. * &lt;/restriction>
  111. * &lt;/complexContent>
  112. * &lt;/complexType>
  113. * </pre>
  114. *
  115. *
  116. */
  117. @XmlAccessorType(XmlAccessType.FIELD)
  118. @XmlType(name = "", propOrder = {
  119. "note",
  120. "aircraft",
  121. "airport",
  122. "arena",
  123. "automobile",
  124. "bank",
  125. "bar",
  126. "bus",
  127. "busStation",
  128. "cafe",
  129. "classroom",
  130. "club",
  131. "construction",
  132. "conventionCenter",
  133. "cycle",
  134. "government",
  135. "hospital",
  136. "hotel",
  137. "industrial",
  138. "library",
  139. "office",
  140. "outdoors",
  141. "parking",
  142. "placeOfWorship",
  143. "prison",
  144. "_public",
  145. "publicTransport",
  146. "residence",
  147. "restaurant",
  148. "school",
  149. "shoppingArea",
  150. "stadium",
  151. "store",
  152. "street",
  153. "theater",
  154. "train",
  155. "trainStation",
  156. "truck",
  157. "underway",
  158. "unknown",
  159. "warehouse",
  160. "water",
  161. "watercraft",
  162. "other",
  163. "any"
  164. })
  165. @XmlRootElement(name = "place-type")
  166. public class PlaceType {
  167. protected NoteT note;
  168. protected Empty aircraft;
  169. protected Empty airport;
  170. protected Empty arena;
  171. protected Empty automobile;
  172. protected Empty bank;
  173. protected Empty bar;
  174. protected Empty bus;
  175. @XmlElement(name = "bus-station")
  176. protected Empty busStation;
  177. protected Empty cafe;
  178. protected Empty classroom;
  179. protected Empty club;
  180. protected Empty construction;
  181. @XmlElement(name = "convention-center")
  182. protected Empty conventionCenter;
  183. protected Empty cycle;
  184. protected Empty government;
  185. protected Empty hospital;
  186. protected Empty hotel;
  187. protected Empty industrial;
  188. protected Empty library;
  189. protected Empty office;
  190. protected Empty outdoors;
  191. protected Empty parking;
  192. @XmlElement(name = "place-of-worship")
  193. protected Empty placeOfWorship;
  194. protected Empty prison;
  195. @XmlElement(name = "public")
  196. protected Empty _public;
  197. @XmlElement(name = "public-transport")
  198. protected Empty publicTransport;
  199. protected Empty residence;
  200. protected Empty restaurant;
  201. protected Empty school;
  202. @XmlElement(name = "shopping-area")
  203. protected Empty shoppingArea;
  204. protected Empty stadium;
  205. protected Empty store;
  206. protected Empty street;
  207. protected Empty theater;
  208. protected Empty train;
  209. @XmlElement(name = "train-station")
  210. protected Empty trainStation;
  211. protected Empty truck;
  212. protected Empty underway;
  213. protected Empty unknown;
  214. protected Empty warehouse;
  215. protected Empty water;
  216. protected Empty watercraft;
  217. protected NoteT other;
  218. @XmlAnyElement(lax = true)
  219. protected List<Object> any;
  220. @XmlAttribute
  221. @XmlJavaTypeAdapter(CollapsedStringAdapter.class)
  222. @XmlID
  223. @XmlSchemaType(name = "ID")
  224. protected String id;
  225. @XmlAttribute
  226. @XmlSchemaType(name = "dateTime")
  227. protected XMLGregorianCalendar from;
  228. @XmlAttribute
  229. @XmlSchemaType(name = "dateTime")
  230. protected XMLGregorianCalendar until;
  231. @XmlAnyAttribute
  232. private Map<QName, String> otherAttributes = new HashMap<QName, String>();
  233. /**
  234. * Gets the value of the note property.
  235. *
  236. * @return
  237. * possible object is
  238. * {@link NoteT }
  239. *
  240. */
  241. public NoteT getNote() {
  242. return note;
  243. }
  244. /**
  245. * Sets the value of the note property.
  246. *
  247. * @param value
  248. * allowed object is
  249. * {@link NoteT }
  250. *
  251. */
  252. public void setNote(NoteT value) {
  253. this.note = value;
  254. }
  255. /**
  256. * Gets the value of the aircraft property.
  257. *
  258. * @return
  259. * possible object is
  260. * {@link Empty }
  261. *
  262. */
  263. public Empty getAircraft() {
  264. return aircraft;
  265. }
  266. /**
  267. * Sets the value of the aircraft property.
  268. *
  269. * @param value
  270. * allowed object is
  271. * {@link Empty }
  272. *
  273. */
  274. public void setAircraft(Empty value) {
  275. this.aircraft = value;
  276. }
  277. /**
  278. * Gets the value of the airport property.
  279. *
  280. * @return
  281. * possible object is
  282. * {@link Empty }
  283. *
  284. */
  285. public Empty getAirport() {
  286. return airport;
  287. }
  288. /**
  289. * Sets the value of the airport property.
  290. *
  291. * @param value
  292. * allowed object is
  293. * {@link Empty }
  294. *
  295. */
  296. public void setAirport(Empty value) {
  297. this.airport = value;
  298. }
  299. /**
  300. * Gets the value of the arena property.
  301. *
  302. * @return
  303. * possible object is
  304. * {@link Empty }
  305. *
  306. */
  307. public Empty getArena() {
  308. return arena;
  309. }
  310. /**
  311. * Sets the value of the arena property.
  312. *
  313. * @param value
  314. * allowed object is
  315. * {@link Empty }
  316. *
  317. */
  318. public void setArena(Empty value) {
  319. this.arena = value;
  320. }
  321. /**
  322. * Gets the value of the automobile property.
  323. *
  324. * @return
  325. * possible object is
  326. * {@link Empty }
  327. *
  328. */
  329. public Empty getAutomobile() {
  330. return automobile;
  331. }
  332. /**
  333. * Sets the value of the automobile property.
  334. *
  335. * @param value
  336. * allowed object is
  337. * {@link Empty }
  338. *
  339. */
  340. public void setAutomobile(Empty value) {
  341. this.automobile = value;
  342. }
  343. /**
  344. * Gets the value of the bank property.
  345. *
  346. * @return
  347. * possible object is
  348. * {@link Empty }
  349. *
  350. */
  351. public Empty getBank() {
  352. return bank;
  353. }
  354. /**
  355. * Sets the value of the bank property.
  356. *
  357. * @param value
  358. * allowed object is
  359. * {@link Empty }
  360. *
  361. */
  362. public void setBank(Empty value) {
  363. this.bank = value;
  364. }
  365. /**
  366. * Gets the value of the bar property.
  367. *
  368. * @return
  369. * possible object is
  370. * {@link Empty }
  371. *
  372. */
  373. public Empty getBar() {
  374. return bar;
  375. }
  376. /**
  377. * Sets the value of the bar property.
  378. *
  379. * @param value
  380. * allowed object is
  381. * {@link Empty }
  382. *
  383. */
  384. public void setBar(Empty value) {
  385. this.bar = value;
  386. }
  387. /**
  388. * Gets the value of the bus property.
  389. *
  390. * @return
  391. * possible object is
  392. * {@link Empty }
  393. *
  394. */
  395. public Empty getBus() {
  396. return bus;
  397. }
  398. /**
  399. * Sets the value of the bus property.
  400. *
  401. * @param value
  402. * allowed object is
  403. * {@link Empty }
  404. *
  405. */
  406. public void setBus(Empty value) {
  407. this.bus = value;
  408. }
  409. /**
  410. * Gets the value of the busStation property.
  411. *
  412. * @return
  413. * possible object is
  414. * {@link Empty }
  415. *
  416. */
  417. public Empty getBusStation() {
  418. return busStation;
  419. }
  420. /**
  421. * Sets the value of the busStation property.
  422. *
  423. * @param value
  424. * allowed object is
  425. * {@link Empty }
  426. *
  427. */
  428. public void setBusStation(Empty value) {
  429. this.busStation = value;
  430. }
  431. /**
  432. * Gets the value of the cafe property.
  433. *
  434. * @return
  435. * possible object is
  436. * {@link Empty }
  437. *
  438. */
  439. public Empty getCafe() {
  440. return cafe;
  441. }
  442. /**
  443. * Sets the value of the cafe property.
  444. *
  445. * @param value
  446. * allowed object is
  447. * {@link Empty }
  448. *
  449. */
  450. public void setCafe(Empty value) {
  451. this.cafe = value;
  452. }
  453. /**
  454. * Gets the value of the classroom property.
  455. *
  456. * @return
  457. * possible object is
  458. * {@link Empty }
  459. *
  460. */
  461. public Empty getClassroom() {
  462. return classroom;
  463. }
  464. /**
  465. * Sets the value of the classroom property.
  466. *
  467. * @param value
  468. * allowed object is
  469. * {@link Empty }
  470. *
  471. */
  472. public void setClassroom(Empty value) {
  473. this.classroom = value;
  474. }
  475. /**
  476. * Gets the value of the club property.
  477. *
  478. * @return
  479. * possible object is
  480. * {@link Empty }
  481. *
  482. */
  483. public Empty getClub() {
  484. return club;
  485. }
  486. /**
  487. * Sets the value of the club property.
  488. *
  489. * @param value
  490. * allowed object is
  491. * {@link Empty }
  492. *
  493. */
  494. public void setClub(Empty value) {
  495. this.club = value;
  496. }
  497. /**
  498. * Gets the value of the construction property.
  499. *
  500. * @return
  501. * possible object is
  502. * {@link Empty }
  503. *
  504. */
  505. public Empty getConstruction() {
  506. return construction;
  507. }
  508. /**
  509. * Sets the value of the construction property.
  510. *
  511. * @param value
  512. * allowed object is
  513. * {@link Empty }
  514. *
  515. */
  516. public void setConstruction(Empty value) {
  517. this.construction = value;
  518. }
  519. /**
  520. * Gets the value of the conventionCenter property.
  521. *
  522. * @return
  523. * possible object is
  524. * {@link Empty }
  525. *
  526. */
  527. public Empty getConventionCenter() {
  528. return conventionCenter;
  529. }
  530. /**
  531. * Sets the value of the conventionCenter property.
  532. *
  533. * @param value
  534. * allowed object is
  535. * {@link Empty }
  536. *
  537. */
  538. public void setConventionCenter(Empty value) {
  539. this.conventionCenter = value;
  540. }
  541. /**
  542. * Gets the value of the cycle property.
  543. *
  544. * @return
  545. * possible object is
  546. * {@link Empty }
  547. *
  548. */
  549. public Empty getCycle() {
  550. return cycle;
  551. }
  552. /**
  553. * Sets the value of the cycle property.
  554. *
  555. * @param value
  556. * allowed object is
  557. * {@link Empty }
  558. *
  559. */
  560. public void setCycle(Empty value) {
  561. this.cycle = value;
  562. }
  563. /**
  564. * Gets the value of the government property.
  565. *
  566. * @return
  567. * possible object is
  568. * {@link Empty }
  569. *
  570. */
  571. public Empty getGovernment() {
  572. return government;
  573. }
  574. /**
  575. * Sets the value of the government property.
  576. *
  577. * @param value
  578. * allowed object is
  579. * {@link Empty }
  580. *
  581. */
  582. public void setGovernment(Empty value) {
  583. this.government = value;
  584. }
  585. /**
  586. * Gets the value of the hospital property.
  587. *
  588. * @return
  589. * possible object is
  590. * {@link Empty }
  591. *
  592. */
  593. public Empty getHospital() {
  594. return hospital;
  595. }
  596. /**
  597. * Sets the value of the hospital property.
  598. *
  599. * @param value
  600. * allowed object is
  601. * {@link Empty }
  602. *
  603. */
  604. public void setHospital(Empty value) {
  605. this.hospital = value;
  606. }
  607. /**
  608. * Gets the value of the hotel property.
  609. *
  610. * @return
  611. * possible object is
  612. * {@link Empty }
  613. *
  614. */
  615. public Empty getHotel() {
  616. return hotel;
  617. }
  618. /**
  619. * Sets the value of the hotel property.
  620. *
  621. * @param value
  622. * allowed object is
  623. * {@link Empty }
  624. *
  625. */
  626. public void setHotel(Empty value) {
  627. this.hotel = value;
  628. }
  629. /**
  630. * Gets the value of the industrial property.
  631. *
  632. * @return
  633. * possible object is
  634. * {@link Empty }
  635. *
  636. */
  637. public Empty getIndustrial() {
  638. return industrial;
  639. }
  640. /**
  641. * Sets the value of the industrial property.
  642. *
  643. * @param value
  644. * allowed object is
  645. * {@link Empty }
  646. *
  647. */
  648. public void setIndustrial(Empty value) {
  649. this.industrial = value;
  650. }
  651. /**
  652. * Gets the value of the library property.
  653. *
  654. * @return
  655. * possible object is
  656. * {@link Empty }
  657. *
  658. */
  659. public Empty getLibrary() {
  660. return library;
  661. }
  662. /**
  663. * Sets the value of the library property.
  664. *
  665. * @param value
  666. * allowed object is
  667. * {@link Empty }
  668. *
  669. */
  670. public void setLibrary(Empty value) {
  671. this.library = value;
  672. }
  673. /**
  674. * Gets the value of the office property.
  675. *
  676. * @return
  677. * possible object is
  678. * {@link Empty }
  679. *
  680. */
  681. public Empty getOffice() {
  682. return office;
  683. }
  684. /**
  685. * Sets the value of the office property.
  686. *
  687. * @param value
  688. * allowed object is
  689. * {@link Empty }
  690. *
  691. */
  692. public void setOffice(Empty value) {
  693. this.office = value;
  694. }
  695. /**
  696. * Gets the value of the outdoors property.
  697. *
  698. * @return
  699. * possible object is
  700. * {@link Empty }
  701. *
  702. */
  703. public Empty getOutdoors() {
  704. return outdoors;
  705. }
  706. /**
  707. * Sets the value of the outdoors property.
  708. *
  709. * @param value
  710. * allowed object is
  711. * {@link Empty }
  712. *
  713. */
  714. public void setOutdoors(Empty value) {
  715. this.outdoors = value;
  716. }
  717. /**
  718. * Gets the value of the parking property.
  719. *
  720. * @return
  721. * possible object is
  722. * {@link Empty }
  723. *
  724. */
  725. public Empty getParking() {
  726. return parking;
  727. }
  728. /**
  729. * Sets the value of the parking property.
  730. *
  731. * @param value
  732. * allowed object is
  733. * {@link Empty }
  734. *
  735. */
  736. public void setParking(Empty value) {
  737. this.parking = value;
  738. }
  739. /**
  740. * Gets the value of the placeOfWorship property.
  741. *
  742. * @return
  743. * possible object is
  744. * {@link Empty }
  745. *
  746. */
  747. public Empty getPlaceOfWorship() {
  748. return placeOfWorship;
  749. }
  750. /**
  751. * Sets the value of the placeOfWorship property.
  752. *
  753. * @param value
  754. * allowed object is
  755. * {@link Empty }
  756. *
  757. */
  758. public void setPlaceOfWorship(Empty value) {
  759. this.placeOfWorship = value;
  760. }
  761. /**
  762. * Gets the value of the prison property.
  763. *
  764. * @return
  765. * possible object is
  766. * {@link Empty }
  767. *
  768. */
  769. public Empty getPrison() {
  770. return prison;
  771. }
  772. /**
  773. * Sets the value of the prison property.
  774. *
  775. * @param value
  776. * allowed object is
  777. * {@link Empty }
  778. *
  779. */
  780. public void setPrison(Empty value) {
  781. this.prison = value;
  782. }
  783. /**
  784. * Gets the value of the public property.
  785. *
  786. * @return
  787. * possible object is
  788. * {@link Empty }
  789. *
  790. */
  791. public Empty getPublic() {
  792. return _public;
  793. }
  794. /**
  795. * Sets the value of the public property.
  796. *
  797. * @param value
  798. * allowed object is
  799. * {@link Empty }
  800. *
  801. */
  802. public void setPublic(Empty value) {
  803. this._public = value;
  804. }
  805. /**
  806. * Gets the value of the publicTransport property.
  807. *
  808. * @return
  809. * possible object is
  810. * {@link Empty }
  811. *
  812. */
  813. public Empty getPublicTransport() {
  814. return publicTransport;
  815. }
  816. /**
  817. * Sets the value of the publicTransport property.
  818. *
  819. * @param value
  820. * allowed object is
  821. * {@link Empty }
  822. *
  823. */
  824. public void setPublicTransport(Empty value) {
  825. this.publicTransport = value;
  826. }
  827. /**
  828. * Gets the value of the residence property.
  829. *
  830. * @return
  831. * possible object is
  832. * {@link Empty }
  833. *
  834. */
  835. public Empty getResidence() {
  836. return residence;
  837. }
  838. /**
  839. * Sets the value of the residence property.
  840. *
  841. * @param value
  842. * allowed object is
  843. * {@link Empty }
  844. *
  845. */
  846. public void setResidence(Empty value) {
  847. this.residence = value;
  848. }
  849. /**
  850. * Gets the value of the restaurant property.
  851. *
  852. * @return
  853. * possible object is
  854. * {@link Empty }
  855. *
  856. */
  857. public Empty getRestaurant() {
  858. return restaurant;
  859. }
  860. /**
  861. * Sets the value of the restaurant property.
  862. *
  863. * @param value
  864. * allowed object is
  865. * {@link Empty }
  866. *
  867. */
  868. public void setRestaurant(Empty value) {
  869. this.restaurant = value;
  870. }
  871. /**
  872. * Gets the value of the school property.
  873. *
  874. * @return
  875. * possible object is
  876. * {@link Empty }
  877. *
  878. */
  879. public Empty getSchool() {
  880. return school;
  881. }
  882. /**
  883. * Sets the value of the school property.
  884. *
  885. * @param value
  886. * allowed object is
  887. * {@link Empty }
  888. *
  889. */
  890. public void setSchool(Empty value) {
  891. this.school = value;
  892. }
  893. /**
  894. * Gets the value of the shoppingArea property.
  895. *
  896. * @return
  897. * possible object is
  898. * {@link Empty }
  899. *
  900. */
  901. public Empty getShoppingArea() {
  902. return shoppingArea;
  903. }
  904. /**
  905. * Sets the value of the shoppingArea property.
  906. *
  907. * @param value
  908. * allowed object is
  909. * {@link Empty }
  910. *
  911. */
  912. public void setShoppingArea(Empty value) {
  913. this.shoppingArea = value;
  914. }
  915. /**
  916. * Gets the value of the stadium property.
  917. *
  918. * @return
  919. * possible object is
  920. * {@link Empty }
  921. *
  922. */
  923. public Empty getStadium() {
  924. return stadium;
  925. }
  926. /**
  927. * Sets the value of the stadium property.
  928. *
  929. * @param value
  930. * allowed object is
  931. * {@link Empty }
  932. *
  933. */
  934. public void setStadium(Empty value) {
  935. this.stadium = value;
  936. }
  937. /**
  938. * Gets the value of the store property.
  939. *
  940. * @return
  941. * possible object is
  942. * {@link Empty }
  943. *
  944. */
  945. public Empty getStore() {
  946. return store;
  947. }
  948. /**
  949. * Sets the value of the store property.
  950. *
  951. * @param value
  952. * allowed object is
  953. * {@link Empty }
  954. *
  955. */
  956. public void setStore(Empty value) {
  957. this.store = value;
  958. }
  959. /**
  960. * Gets the value of the street property.
  961. *
  962. * @return
  963. * possible object is
  964. * {@link Empty }
  965. *
  966. */
  967. public Empty getStreet() {
  968. return street;
  969. }
  970. /**
  971. * Sets the value of the street property.
  972. *
  973. * @param value
  974. * allowed object is
  975. * {@link Empty }
  976. *
  977. */
  978. public void setStreet(Empty value) {
  979. this.street = value;
  980. }
  981. /**
  982. * Gets the value of the theater property.
  983. *
  984. * @return
  985. * possible object is
  986. * {@link Empty }
  987. *
  988. */
  989. public Empty getTheater() {
  990. return theater;
  991. }
  992. /**
  993. * Sets the value of the theater property.
  994. *
  995. * @param value
  996. * allowed object is
  997. * {@link Empty }
  998. *
  999. */
  1000. public void setTheater(Empty value) {
  1001. this.theater = value;
  1002. }
  1003. /**
  1004. * Gets the value of the train property.
  1005. *
  1006. * @return
  1007. * possible object is
  1008. * {@link Empty }
  1009. *
  1010. */
  1011. public Empty getTrain() {
  1012. return train;
  1013. }
  1014. /**
  1015. * Sets the value of the train property.
  1016. *
  1017. * @param value
  1018. * allowed object is
  1019. * {@link Empty }
  1020. *
  1021. */
  1022. public void setTrain(Empty value) {
  1023. this.train = value;
  1024. }
  1025. /**
  1026. * Gets the value of the trainStation property.
  1027. *
  1028. * @return
  1029. * possible object is
  1030. * {@link Empty }
  1031. *
  1032. */
  1033. public Empty getTrainStation() {
  1034. return trainStation;
  1035. }
  1036. /**
  1037. * Sets the value of the trainStation property.
  1038. *
  1039. * @param value
  1040. * allowed object is
  1041. * {@link Empty }
  1042. *
  1043. */
  1044. public void setTrainStation(Empty value) {
  1045. this.trainStation = value;
  1046. }
  1047. /**
  1048. * Gets the value of the truck property.
  1049. *
  1050. * @return
  1051. * possible object is
  1052. * {@link Empty }
  1053. *
  1054. */
  1055. public Empty getTruck() {
  1056. return truck;
  1057. }
  1058. /**
  1059. * Sets the value of the truck property.
  1060. *
  1061. * @param value
  1062. * allowed object is
  1063. * {@link Empty }
  1064. *
  1065. */
  1066. public void setTruck(Empty value) {
  1067. this.truck = value;
  1068. }
  1069. /**
  1070. * Gets the value of the underway property.
  1071. *
  1072. * @return
  1073. * possible object is
  1074. * {@link Empty }
  1075. *
  1076. */
  1077. public Empty getUnderway() {
  1078. return underway;
  1079. }
  1080. /**
  1081. * Sets the value of the underway property.
  1082. *
  1083. * @param value
  1084. * allowed object is
  1085. * {@link Empty }
  1086. *
  1087. */
  1088. public void setUnderway(Empty value) {
  1089. this.underway = value;
  1090. }
  1091. /**
  1092. * Gets the value of the unknown property.
  1093. *
  1094. * @return
  1095. * possible object is
  1096. * {@link Empty }
  1097. *
  1098. */
  1099. public Empty getUnknown() {
  1100. return unknown;
  1101. }
  1102. /**
  1103. * Sets the value of the unknown property.
  1104. *
  1105. * @param value
  1106. * allowed object is
  1107. * {@link Empty }
  1108. *
  1109. */
  1110. public void setUnknown(Empty value) {
  1111. this.unknown = value;
  1112. }
  1113. /**
  1114. * Gets the value of the warehouse property.
  1115. *
  1116. * @return
  1117. * possible object is
  1118. * {@link Empty }
  1119. *
  1120. */
  1121. public Empty getWarehouse() {
  1122. return warehouse;
  1123. }
  1124. /**
  1125. * Sets the value of the warehouse property.
  1126. *
  1127. * @param value
  1128. * allowed object is
  1129. * {@link Empty }
  1130. *
  1131. */
  1132. public void setWarehouse(Empty value) {
  1133. this.warehouse = value;
  1134. }
  1135. /**
  1136. * Gets the value of the water property.
  1137. *
  1138. * @return
  1139. * possible object is
  1140. * {@link Empty }
  1141. *
  1142. */
  1143. public Empty getWater() {
  1144. return water;
  1145. }
  1146. /**
  1147. * Sets the value of the water property.
  1148. *
  1149. * @param value
  1150. * allowed object is
  1151. * {@link Empty }
  1152. *
  1153. */
  1154. public void setWater(Empty value) {
  1155. this.water = value;
  1156. }
  1157. /**
  1158. * Gets the value of the watercraft property.
  1159. *
  1160. * @return
  1161. * possible object is
  1162. * {@link Empty }
  1163. *
  1164. */
  1165. public Empty getWatercraft() {
  1166. return watercraft;
  1167. }
  1168. /**
  1169. * Sets the value of the watercraft property.
  1170. *
  1171. * @param value
  1172. * allowed object is
  1173. * {@link Empty }
  1174. *
  1175. */
  1176. public void setWatercraft(Empty value) {
  1177. this.watercraft = value;
  1178. }
  1179. /**
  1180. * Gets the value of the other property.
  1181. *
  1182. * @return
  1183. * possible object is
  1184. * {@link NoteT }
  1185. *
  1186. */
  1187. public NoteT getOther() {
  1188. return other;
  1189. }
  1190. /**
  1191. * Sets the value of the other property.
  1192. *
  1193. * @param value
  1194. * allowed object is
  1195. * {@link NoteT }
  1196. *
  1197. */
  1198. public void setOther(NoteT value) {
  1199. this.other = value;
  1200. }
  1201. /**
  1202. * Gets the value of the any property.
  1203. *
  1204. * <p>
  1205. * This accessor method returns a reference to the live list,
  1206. * not a snapshot. Therefore any modification you make to the
  1207. * returned list will be present inside the JAXB object.
  1208. * This is why there is not a <CODE>set</CODE> method for the any property.
  1209. *
  1210. * <p>
  1211. * For example, to add a new item, do as follows:
  1212. * <pre>
  1213. * getAny().add(newItem);
  1214. * </pre>
  1215. *
  1216. *
  1217. * <p>
  1218. * Objects of the following type(s) are allowed in the list
  1219. * {@link Element }
  1220. * {@link Object }
  1221. *
  1222. *
  1223. */
  1224. public List<Object> getAny() {
  1225. if (any == null) {
  1226. any = new ArrayList<Object>();
  1227. }
  1228. return this.any;
  1229. }
  1230. /**
  1231. * Gets the value of the id property.
  1232. *
  1233. * @return
  1234. * possible object is
  1235. * {@link String }
  1236. *
  1237. */
  1238. public String getId() {
  1239. return id;
  1240. }
  1241. /**
  1242. * Sets the value of the id property.
  1243. *
  1244. * @param value
  1245. * allowed object is
  1246. * {@link String }
  1247. *
  1248. */
  1249. public void setId(String value) {
  1250. this.id = value;
  1251. }
  1252. /**
  1253. * Gets the value of the from property.
  1254. *
  1255. * @return
  1256. * possible object is
  1257. * {@link XMLGregorianCalendar }
  1258. *
  1259. */
  1260. public XMLGregorianCalendar getFrom() {
  1261. return from;
  1262. }
  1263. /**
  1264. * Sets the value of the from property.
  1265. *
  1266. * @param value
  1267. * allowed object is
  1268. * {@link XMLGregorianCalendar }
  1269. *
  1270. */
  1271. public void setFrom(XMLGregorianCalendar value) {
  1272. this.from = value;
  1273. }
  1274. /**
  1275. * Gets the value of the until property.
  1276. *
  1277. * @return
  1278. * possible object is
  1279. * {@link XMLGregorianCalendar }
  1280. *
  1281. */
  1282. public XMLGregorianCalendar getUntil() {
  1283. return until;
  1284. }
  1285. /**
  1286. * Sets the value of the until property.
  1287. *
  1288. * @param value
  1289. * allowed object is
  1290. * {@link XMLGregorianCalendar }
  1291. *
  1292. */
  1293. public void setUntil(XMLGregorianCalendar value) {
  1294. this.until = value;
  1295. }
  1296. /**
  1297. * Gets a map that contains attributes that aren't bound to any typed property on this class.
  1298. *
  1299. * <p>
  1300. * the map is keyed by the name of the attribute and
  1301. * the value is the string value of the attribute.
  1302. *
  1303. * the map returned by this method is live, and you can add new attribute
  1304. * by updating the map directly. Because of this design, there's no setter.
  1305. *
  1306. *
  1307. * @return
  1308. * always non-null
  1309. */
  1310. public Map<QName, String> getOtherAttributes() {
  1311. return otherAttributes;
  1312. }
  1313. }