| 1 | /* WRS 2.0 |
|---|
| 2 | * Copyright (C) 2009 Anton Patrushev |
|---|
| 3 | * |
|---|
| 4 | * This program is free software; you can redistribute it and/or modify |
|---|
| 5 | * it under the terms of the GNU General Public License as published by |
|---|
| 6 | * the Free Software Foundation; either version 3 of the License, or |
|---|
| 7 | * (at your option) any later version. |
|---|
| 8 | * |
|---|
| 9 | * This program is distributed in the hope that it will be useful, |
|---|
| 10 | * but WITHOUT ANY WARRANTY; without even the implied warranty of |
|---|
| 11 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|---|
| 12 | * GNU General Public License for more details. |
|---|
| 13 | * |
|---|
| 14 | * You should have received a copy of the GNU General Public License |
|---|
| 15 | * along with this program. If not, see <http://www.gnu.org/licenses/>. |
|---|
| 16 | */ |
|---|
| 17 | |
|---|
| 18 | // |
|---|
| 19 | // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.3 in JDK 1.6 |
|---|
| 20 | // See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a> |
|---|
| 21 | // Any modifications to this file will be lost upon recompilation of the source schema. |
|---|
| 22 | // Generated on: 2009.03.26 at 01:00:53 PM JST |
|---|
| 23 | // |
|---|
| 24 | |
|---|
| 25 | package util.resource; |
|---|
| 26 | |
|---|
| 27 | import java.util.ArrayList; |
|---|
| 28 | import java.util.List; |
|---|
| 29 | import javax.xml.bind.annotation.XmlAccessType; |
|---|
| 30 | import javax.xml.bind.annotation.XmlAccessorType; |
|---|
| 31 | import javax.xml.bind.annotation.XmlAttribute; |
|---|
| 32 | import javax.xml.bind.annotation.XmlElement; |
|---|
| 33 | import javax.xml.bind.annotation.XmlRootElement; |
|---|
| 34 | import javax.xml.bind.annotation.XmlType; |
|---|
| 35 | |
|---|
| 36 | import util.Parameter; |
|---|
| 37 | import util.Sref; |
|---|
| 38 | |
|---|
| 39 | /** |
|---|
| 40 | * <p> |
|---|
| 41 | * Java class for anonymous complex type. |
|---|
| 42 | * |
|---|
| 43 | * <p> |
|---|
| 44 | * The following schema fragment specifies the expected content contained within |
|---|
| 45 | * this class. |
|---|
| 46 | * |
|---|
| 47 | * <pre> |
|---|
| 48 | * <complexType> |
|---|
| 49 | * <complexContent> |
|---|
| 50 | * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> |
|---|
| 51 | * <sequence> |
|---|
| 52 | * <element name="resource" maxOccurs="unbounded"> |
|---|
| 53 | * <complexType> |
|---|
| 54 | * <complexContent> |
|---|
| 55 | * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> |
|---|
| 56 | * <sequence> |
|---|
| 57 | * <element name="description" type="{http://www.w3.org/2001/XMLSchema}string"/> |
|---|
| 58 | * <element name="parameters"> |
|---|
| 59 | * <complexType> |
|---|
| 60 | * <complexContent> |
|---|
| 61 | * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> |
|---|
| 62 | * <sequence> |
|---|
| 63 | * <element ref="{}parameter" maxOccurs="unbounded"/> |
|---|
| 64 | * </sequence> |
|---|
| 65 | * </restriction> |
|---|
| 66 | * </complexContent> |
|---|
| 67 | * </complexType> |
|---|
| 68 | * </element> |
|---|
| 69 | * <element name="services"> |
|---|
| 70 | * <complexType> |
|---|
| 71 | * <complexContent> |
|---|
| 72 | * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> |
|---|
| 73 | * <sequence> |
|---|
| 74 | * <element name="sref" maxOccurs="unbounded"> |
|---|
| 75 | * <complexType> |
|---|
| 76 | * <complexContent> |
|---|
| 77 | * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> |
|---|
| 78 | * <attribute name="ref" type="{http://www.w3.org/2001/XMLSchema}string" /> |
|---|
| 79 | * <attribute name="enabled" type="{http://www.w3.org/2001/XMLSchema}boolean" /> |
|---|
| 80 | * </restriction> |
|---|
| 81 | * </complexContent> |
|---|
| 82 | * </complexType> |
|---|
| 83 | * </element> |
|---|
| 84 | * </sequence> |
|---|
| 85 | * </restriction> |
|---|
| 86 | * </complexContent> |
|---|
| 87 | * </complexType> |
|---|
| 88 | * </element> |
|---|
| 89 | * <element name="url" type="{http://www.w3.org/2001/XMLSchema}string"/> |
|---|
| 90 | * <element name="user" type="{http://www.w3.org/2001/XMLSchema}string"/> |
|---|
| 91 | * <element name="password" type="{http://www.w3.org/2001/XMLSchema}string"/> |
|---|
| 92 | * <element name="query" type="{http://www.w3.org/2001/XMLSchema}string"/> |
|---|
| 93 | * </sequence> |
|---|
| 94 | * <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" /> |
|---|
| 95 | * <attribute name="title" type="{http://www.w3.org/2001/XMLSchema}string" /> |
|---|
| 96 | * <attribute name="enable" type="{http://www.w3.org/2001/XMLSchema}boolean" /> |
|---|
| 97 | * <attribute name="type"> |
|---|
| 98 | * <simpleType> |
|---|
| 99 | * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> |
|---|
| 100 | * <enumeration value="web"/> |
|---|
| 101 | * <enumeration value="database"/> |
|---|
| 102 | * </restriction> |
|---|
| 103 | * </simpleType> |
|---|
| 104 | * </attribute> |
|---|
| 105 | * </restriction> |
|---|
| 106 | * </complexContent> |
|---|
| 107 | * </complexType> |
|---|
| 108 | * </element> |
|---|
| 109 | * </sequence> |
|---|
| 110 | * </restriction> |
|---|
| 111 | * </complexContent> |
|---|
| 112 | * </complexType> |
|---|
| 113 | * </pre> |
|---|
| 114 | * |
|---|
| 115 | * |
|---|
| 116 | */ |
|---|
| 117 | @XmlAccessorType(XmlAccessType.FIELD) |
|---|
| 118 | @XmlType(name = "", propOrder = { "resource" }) |
|---|
| 119 | @XmlRootElement(name = "resources") |
|---|
| 120 | public class Resources |
|---|
| 121 | { |
|---|
| 122 | |
|---|
| 123 | @XmlElement(required = true) |
|---|
| 124 | protected List<Resources.Resource> resource; |
|---|
| 125 | |
|---|
| 126 | /** |
|---|
| 127 | * Gets the value of the resource property. |
|---|
| 128 | * |
|---|
| 129 | * <p> |
|---|
| 130 | * This accessor method returns a reference to the live list, not a |
|---|
| 131 | * snapshot. Therefore any modification you make to the returned list will |
|---|
| 132 | * be present inside the JAXB object. This is why there is not a |
|---|
| 133 | * <CODE>set</CODE> method for the resource property. |
|---|
| 134 | * |
|---|
| 135 | * <p> |
|---|
| 136 | * For example, to add a new item, do as follows: |
|---|
| 137 | * |
|---|
| 138 | * <pre> |
|---|
| 139 | * getResource().add(newItem); |
|---|
| 140 | * </pre> |
|---|
| 141 | * |
|---|
| 142 | * |
|---|
| 143 | * <p> |
|---|
| 144 | * Objects of the following type(s) are allowed in the list |
|---|
| 145 | * {@link Resources.Resource } |
|---|
| 146 | * |
|---|
| 147 | * |
|---|
| 148 | */ |
|---|
| 149 | public List<Resources.Resource> getResource() |
|---|
| 150 | { |
|---|
| 151 | if (resource == null) |
|---|
| 152 | { |
|---|
| 153 | resource = new ArrayList<Resources.Resource>(); |
|---|
| 154 | } |
|---|
| 155 | return this.resource; |
|---|
| 156 | } |
|---|
| 157 | |
|---|
| 158 | /** |
|---|
| 159 | * <p> |
|---|
| 160 | * Java class for anonymous complex type. |
|---|
| 161 | * |
|---|
| 162 | * <p> |
|---|
| 163 | * The following schema fragment specifies the expected content contained |
|---|
| 164 | * within this class. |
|---|
| 165 | * |
|---|
| 166 | * <pre> |
|---|
| 167 | * <complexType> |
|---|
| 168 | * <complexContent> |
|---|
| 169 | * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> |
|---|
| 170 | * <sequence> |
|---|
| 171 | * <element name="description" type="{http://www.w3.org/2001/XMLSchema}string"/> |
|---|
| 172 | * <element name="parameters"> |
|---|
| 173 | * <complexType> |
|---|
| 174 | * <complexContent> |
|---|
| 175 | * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> |
|---|
| 176 | * <sequence> |
|---|
| 177 | * <element ref="{}parameter" maxOccurs="unbounded"/> |
|---|
| 178 | * </sequence> |
|---|
| 179 | * </restriction> |
|---|
| 180 | * </complexContent> |
|---|
| 181 | * </complexType> |
|---|
| 182 | * </element> |
|---|
| 183 | * <element name="services"> |
|---|
| 184 | * <complexType> |
|---|
| 185 | * <complexContent> |
|---|
| 186 | * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> |
|---|
| 187 | * <sequence> |
|---|
| 188 | * <element name="sref" maxOccurs="unbounded"> |
|---|
| 189 | * <complexType> |
|---|
| 190 | * <complexContent> |
|---|
| 191 | * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> |
|---|
| 192 | * <attribute name="ref" type="{http://www.w3.org/2001/XMLSchema}string" /> |
|---|
| 193 | * <attribute name="enabled" type="{http://www.w3.org/2001/XMLSchema}boolean" /> |
|---|
| 194 | * </restriction> |
|---|
| 195 | * </complexContent> |
|---|
| 196 | * </complexType> |
|---|
| 197 | * </element> |
|---|
| 198 | * </sequence> |
|---|
| 199 | * </restriction> |
|---|
| 200 | * </complexContent> |
|---|
| 201 | * </complexType> |
|---|
| 202 | * </element> |
|---|
| 203 | * <element name="url" type="{http://www.w3.org/2001/XMLSchema}string"/> |
|---|
| 204 | * <element name="user" type="{http://www.w3.org/2001/XMLSchema}string"/> |
|---|
| 205 | * <element name="password" type="{http://www.w3.org/2001/XMLSchema}string"/> |
|---|
| 206 | * <element name="query" type="{http://www.w3.org/2001/XMLSchema}string"/> |
|---|
| 207 | * </sequence> |
|---|
| 208 | * <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" /> |
|---|
| 209 | * <attribute name="title" type="{http://www.w3.org/2001/XMLSchema}string" /> |
|---|
| 210 | * <attribute name="enable" type="{http://www.w3.org/2001/XMLSchema}boolean" /> |
|---|
| 211 | * <attribute name="type"> |
|---|
| 212 | * <simpleType> |
|---|
| 213 | * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> |
|---|
| 214 | * <enumeration value="web"/> |
|---|
| 215 | * <enumeration value="database"/> |
|---|
| 216 | * </restriction> |
|---|
| 217 | * </simpleType> |
|---|
| 218 | * </attribute> |
|---|
| 219 | * </restriction> |
|---|
| 220 | * </complexContent> |
|---|
| 221 | * </complexType> |
|---|
| 222 | * </pre> |
|---|
| 223 | * |
|---|
| 224 | * |
|---|
| 225 | */ |
|---|
| 226 | @XmlAccessorType(XmlAccessType.FIELD) |
|---|
| 227 | @XmlType(name = "", propOrder = { "description", "parameters", "services", |
|---|
| 228 | "url", "user", "password", "query" }) |
|---|
| 229 | public static class Resource |
|---|
| 230 | { |
|---|
| 231 | |
|---|
| 232 | @XmlElement(required = true) |
|---|
| 233 | protected String description; |
|---|
| 234 | @XmlElement(required = true) |
|---|
| 235 | protected Resources.Resource.Parameters parameters; |
|---|
| 236 | @XmlElement(required = true) |
|---|
| 237 | protected Resources.Resource.Services services; |
|---|
| 238 | @XmlElement(required = true) |
|---|
| 239 | protected String url; |
|---|
| 240 | @XmlElement(required = true) |
|---|
| 241 | protected String user; |
|---|
| 242 | @XmlElement(required = true) |
|---|
| 243 | protected String password; |
|---|
| 244 | @XmlElement(required = true) |
|---|
| 245 | protected String query; |
|---|
| 246 | @XmlAttribute |
|---|
| 247 | protected String name; |
|---|
| 248 | @XmlAttribute |
|---|
| 249 | protected String title; |
|---|
| 250 | @XmlAttribute |
|---|
| 251 | protected Boolean enable; |
|---|
| 252 | @XmlAttribute |
|---|
| 253 | protected String type; |
|---|
| 254 | |
|---|
| 255 | /** |
|---|
| 256 | * Gets the value of the description property. |
|---|
| 257 | * |
|---|
| 258 | * @return possible object is {@link String } |
|---|
| 259 | * |
|---|
| 260 | */ |
|---|
| 261 | public String getDescription() |
|---|
| 262 | { |
|---|
| 263 | return description; |
|---|
| 264 | } |
|---|
| 265 | |
|---|
| 266 | /** |
|---|
| 267 | * Sets the value of the description property. |
|---|
| 268 | * |
|---|
| 269 | * @param value |
|---|
| 270 | * allowed object is {@link String } |
|---|
| 271 | * |
|---|
| 272 | */ |
|---|
| 273 | public void setDescription(String value) |
|---|
| 274 | { |
|---|
| 275 | this.description = value; |
|---|
| 276 | } |
|---|
| 277 | |
|---|
| 278 | /** |
|---|
| 279 | * Gets the value of the parameters property. |
|---|
| 280 | * |
|---|
| 281 | * @return possible object is {@link Resources.Resource.Parameters } |
|---|
| 282 | * |
|---|
| 283 | */ |
|---|
| 284 | public Resources.Resource.Parameters getParameters() |
|---|
| 285 | { |
|---|
| 286 | return parameters; |
|---|
| 287 | } |
|---|
| 288 | |
|---|
| 289 | /** |
|---|
| 290 | * Sets the value of the parameters property. |
|---|
| 291 | * |
|---|
| 292 | * @param value |
|---|
| 293 | * allowed object is {@link Resources.Resource.Parameters } |
|---|
| 294 | * |
|---|
| 295 | */ |
|---|
| 296 | public void setParameters(Resources.Resource.Parameters value) |
|---|
| 297 | { |
|---|
| 298 | this.parameters = value; |
|---|
| 299 | } |
|---|
| 300 | |
|---|
| 301 | /** |
|---|
| 302 | * Gets the value of the services property. |
|---|
| 303 | * |
|---|
| 304 | * @return possible object is {@link Resources.Resource.Services } |
|---|
| 305 | * |
|---|
| 306 | */ |
|---|
| 307 | public Resources.Resource.Services getServices() |
|---|
| 308 | { |
|---|
| 309 | return services; |
|---|
| 310 | } |
|---|
| 311 | |
|---|
| 312 | /** |
|---|
| 313 | * Sets the value of the services property. |
|---|
| 314 | * |
|---|
| 315 | * @param value |
|---|
| 316 | * allowed object is {@link Resources.Resource.Services } |
|---|
| 317 | * |
|---|
| 318 | */ |
|---|
| 319 | public void setServices(Resources.Resource.Services value) |
|---|
| 320 | { |
|---|
| 321 | this.services = value; |
|---|
| 322 | } |
|---|
| 323 | |
|---|
| 324 | /** |
|---|
| 325 | * Gets the value of the url property. |
|---|
| 326 | * |
|---|
| 327 | * @return possible object is {@link String } |
|---|
| 328 | * |
|---|
| 329 | */ |
|---|
| 330 | public String getUrl() |
|---|
| 331 | { |
|---|
| 332 | return url; |
|---|
| 333 | } |
|---|
| 334 | |
|---|
| 335 | /** |
|---|
| 336 | * Sets the value of the url property. |
|---|
| 337 | * |
|---|
| 338 | * @param value |
|---|
| 339 | * allowed object is {@link String } |
|---|
| 340 | * |
|---|
| 341 | */ |
|---|
| 342 | public void setUrl(String value) |
|---|
| 343 | { |
|---|
| 344 | this.url = value; |
|---|
| 345 | } |
|---|
| 346 | |
|---|
| 347 | /** |
|---|
| 348 | * Gets the value of the user property. |
|---|
| 349 | * |
|---|
| 350 | * @return possible object is {@link String } |
|---|
| 351 | * |
|---|
| 352 | */ |
|---|
| 353 | public String getUser() |
|---|
| 354 | { |
|---|
| 355 | return user; |
|---|
| 356 | } |
|---|
| 357 | |
|---|
| 358 | /** |
|---|
| 359 | * Sets the value of the user property. |
|---|
| 360 | * |
|---|
| 361 | * @param value |
|---|
| 362 | * allowed object is {@link String } |
|---|
| 363 | * |
|---|
| 364 | */ |
|---|
| 365 | public void setUser(String value) |
|---|
| 366 | { |
|---|
| 367 | this.user = value; |
|---|
| 368 | } |
|---|
| 369 | |
|---|
| 370 | /** |
|---|
| 371 | * Gets the value of the password property. |
|---|
| 372 | * |
|---|
| 373 | * @return possible object is {@link String } |
|---|
| 374 | * |
|---|
| 375 | */ |
|---|
| 376 | public String getPassword() |
|---|
| 377 | { |
|---|
| 378 | return password; |
|---|
| 379 | } |
|---|
| 380 | |
|---|
| 381 | /** |
|---|
| 382 | * Sets the value of the password property. |
|---|
| 383 | * |
|---|
| 384 | * @param value |
|---|
| 385 | * allowed object is {@link String } |
|---|
| 386 | * |
|---|
| 387 | */ |
|---|
| 388 | public void setPassword(String value) |
|---|
| 389 | { |
|---|
| 390 | this.password = value; |
|---|
| 391 | } |
|---|
| 392 | |
|---|
| 393 | /** |
|---|
| 394 | * Gets the value of the query property. |
|---|
| 395 | * |
|---|
| 396 | * @return possible object is {@link String } |
|---|
| 397 | * |
|---|
| 398 | */ |
|---|
| 399 | public String getQuery() |
|---|
| 400 | { |
|---|
| 401 | return query; |
|---|
| 402 | } |
|---|
| 403 | |
|---|
| 404 | /** |
|---|
| 405 | * Sets the value of the query property. |
|---|
| 406 | * |
|---|
| 407 | * @param value |
|---|
| 408 | * allowed object is {@link String } |
|---|
| 409 | * |
|---|
| 410 | */ |
|---|
| 411 | public void setQuery(String value) |
|---|
| 412 | { |
|---|
| 413 | this.query = value; |
|---|
| 414 | } |
|---|
| 415 | |
|---|
| 416 | /** |
|---|
| 417 | * Gets the value of the name property. |
|---|
| 418 | * |
|---|
| 419 | * @return possible object is {@link String } |
|---|
| 420 | * |
|---|
| 421 | */ |
|---|
| 422 | public String getName() |
|---|
| 423 | { |
|---|
| 424 | return name; |
|---|
| 425 | } |
|---|
| 426 | |
|---|
| 427 | /** |
|---|
| 428 | * Sets the value of the name property. |
|---|
| 429 | * |
|---|
| 430 | * @param value |
|---|
| 431 | * allowed object is {@link String } |
|---|
| 432 | * |
|---|
| 433 | */ |
|---|
| 434 | public void setName(String value) |
|---|
| 435 | { |
|---|
| 436 | this.name = value; |
|---|
| 437 | } |
|---|
| 438 | |
|---|
| 439 | /** |
|---|
| 440 | * Gets the value of the title property. |
|---|
| 441 | * |
|---|
| 442 | * @return possible object is {@link String } |
|---|
| 443 | * |
|---|
| 444 | */ |
|---|
| 445 | public String getTitle() |
|---|
| 446 | { |
|---|
| 447 | return title; |
|---|
| 448 | } |
|---|
| 449 | |
|---|
| 450 | /** |
|---|
| 451 | * Sets the value of the title property. |
|---|
| 452 | * |
|---|
| 453 | * @param value |
|---|
| 454 | * allowed object is {@link String } |
|---|
| 455 | * |
|---|
| 456 | */ |
|---|
| 457 | public void setTitle(String value) |
|---|
| 458 | { |
|---|
| 459 | this.title = value; |
|---|
| 460 | } |
|---|
| 461 | |
|---|
| 462 | /** |
|---|
| 463 | * Gets the value of the enable property. |
|---|
| 464 | * |
|---|
| 465 | * @return possible object is {@link Boolean } |
|---|
| 466 | * |
|---|
| 467 | */ |
|---|
| 468 | public Boolean isEnable() |
|---|
| 469 | { |
|---|
| 470 | return enable; |
|---|
| 471 | } |
|---|
| 472 | |
|---|
| 473 | /** |
|---|
| 474 | * Sets the value of the enable property. |
|---|
| 475 | * |
|---|
| 476 | * @param value |
|---|
| 477 | * allowed object is {@link Boolean } |
|---|
| 478 | * |
|---|
| 479 | */ |
|---|
| 480 | public void setEnable(Boolean value) |
|---|
| 481 | { |
|---|
| 482 | this.enable = value; |
|---|
| 483 | } |
|---|
| 484 | |
|---|
| 485 | /** |
|---|
| 486 | * Gets the value of the type property. |
|---|
| 487 | * |
|---|
| 488 | * @return possible object is {@link String } |
|---|
| 489 | * |
|---|
| 490 | */ |
|---|
| 491 | public String getType() |
|---|
| 492 | { |
|---|
| 493 | return type; |
|---|
| 494 | } |
|---|
| 495 | |
|---|
| 496 | /** |
|---|
| 497 | * Sets the value of the type property. |
|---|
| 498 | * |
|---|
| 499 | * @param value |
|---|
| 500 | * allowed object is {@link String } |
|---|
| 501 | * |
|---|
| 502 | */ |
|---|
| 503 | public void setType(String value) |
|---|
| 504 | { |
|---|
| 505 | this.type = value; |
|---|
| 506 | } |
|---|
| 507 | |
|---|
| 508 | /** |
|---|
| 509 | * <p> |
|---|
| 510 | * Java class for anonymous complex type. |
|---|
| 511 | * |
|---|
| 512 | * <p> |
|---|
| 513 | * The following schema fragment specifies the expected content |
|---|
| 514 | * contained within this class. |
|---|
| 515 | * |
|---|
| 516 | * <pre> |
|---|
| 517 | * <complexType> |
|---|
| 518 | * <complexContent> |
|---|
| 519 | * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> |
|---|
| 520 | * <sequence> |
|---|
| 521 | * <element ref="{}parameter" maxOccurs="unbounded"/> |
|---|
| 522 | * </sequence> |
|---|
| 523 | * </restriction> |
|---|
| 524 | * </complexContent> |
|---|
| 525 | * </complexType> |
|---|
| 526 | * </pre> |
|---|
| 527 | * |
|---|
| 528 | * |
|---|
| 529 | */ |
|---|
| 530 | @XmlAccessorType(XmlAccessType.FIELD) |
|---|
| 531 | @XmlType(name = "", propOrder = { "parameter" }) |
|---|
| 532 | public static class Parameters |
|---|
| 533 | { |
|---|
| 534 | |
|---|
| 535 | @XmlElement(required = true) |
|---|
| 536 | protected List<Parameter> parameter; |
|---|
| 537 | |
|---|
| 538 | /** |
|---|
| 539 | * Gets the value of the parameter property. |
|---|
| 540 | * |
|---|
| 541 | * <p> |
|---|
| 542 | * This accessor method returns a reference to the live list, not a |
|---|
| 543 | * snapshot. Therefore any modification you make to the returned |
|---|
| 544 | * list will be present inside the JAXB object. This is why there is |
|---|
| 545 | * not a <CODE>set</CODE> method for the parameter property. |
|---|
| 546 | * |
|---|
| 547 | * <p> |
|---|
| 548 | * For example, to add a new item, do as follows: |
|---|
| 549 | * |
|---|
| 550 | * <pre> |
|---|
| 551 | * getParameter().add(newItem); |
|---|
| 552 | * </pre> |
|---|
| 553 | * |
|---|
| 554 | * |
|---|
| 555 | * <p> |
|---|
| 556 | * Objects of the following type(s) are allowed in the list |
|---|
| 557 | * {@link Parameter } |
|---|
| 558 | * |
|---|
| 559 | * |
|---|
| 560 | */ |
|---|
| 561 | public List<Parameter> getParameter() |
|---|
| 562 | { |
|---|
| 563 | if (parameter == null) |
|---|
| 564 | { |
|---|
| 565 | parameter = new ArrayList<Parameter>(); |
|---|
| 566 | } |
|---|
| 567 | return this.parameter; |
|---|
| 568 | } |
|---|
| 569 | |
|---|
| 570 | } |
|---|
| 571 | |
|---|
| 572 | /** |
|---|
| 573 | * <p> |
|---|
| 574 | * Java class for anonymous complex type. |
|---|
| 575 | * |
|---|
| 576 | * <p> |
|---|
| 577 | * The following schema fragment specifies the expected content |
|---|
| 578 | * contained within this class. |
|---|
| 579 | * |
|---|
| 580 | * <pre> |
|---|
| 581 | * <complexType> |
|---|
| 582 | * <complexContent> |
|---|
| 583 | * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> |
|---|
| 584 | * <sequence> |
|---|
| 585 | * <element name="sref" maxOccurs="unbounded"> |
|---|
| 586 | * <complexType> |
|---|
| 587 | * <complexContent> |
|---|
| 588 | * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> |
|---|
| 589 | * <attribute name="ref" type="{http://www.w3.org/2001/XMLSchema}string" /> |
|---|
| 590 | * <attribute name="enabled" type="{http://www.w3.org/2001/XMLSchema}boolean" /> |
|---|
| 591 | * </restriction> |
|---|
| 592 | * </complexContent> |
|---|
| 593 | * </complexType> |
|---|
| 594 | * </element> |
|---|
| 595 | * </sequence> |
|---|
| 596 | * </restriction> |
|---|
| 597 | * </complexContent> |
|---|
| 598 | * </complexType> |
|---|
| 599 | * </pre> |
|---|
| 600 | * |
|---|
| 601 | * |
|---|
| 602 | */ |
|---|
| 603 | @XmlAccessorType(XmlAccessType.FIELD) |
|---|
| 604 | @XmlType(name = "", propOrder = { "sref" }) |
|---|
| 605 | public static class Services |
|---|
| 606 | { |
|---|
| 607 | |
|---|
| 608 | @XmlElement(required = true) |
|---|
| 609 | protected List<Sref> sref; |
|---|
| 610 | |
|---|
| 611 | /** |
|---|
| 612 | * Gets the value of the sref property. |
|---|
| 613 | * |
|---|
| 614 | * <p> |
|---|
| 615 | * This accessor method returns a reference to the live list, not a |
|---|
| 616 | * snapshot. Therefore any modification you make to the returned |
|---|
| 617 | * list will be present inside the JAXB object. This is why there is |
|---|
| 618 | * not a <CODE>set</CODE> method for the sref property. |
|---|
| 619 | * |
|---|
| 620 | * <p> |
|---|
| 621 | * For example, to add a new item, do as follows: |
|---|
| 622 | * |
|---|
| 623 | * <pre> |
|---|
| 624 | * getSref().add(newItem); |
|---|
| 625 | * </pre> |
|---|
| 626 | * |
|---|
| 627 | * |
|---|
| 628 | * <p> |
|---|
| 629 | * Objects of the following type(s) are allowed in the list |
|---|
| 630 | * {@link Resources.Resource.Services.Sref } |
|---|
| 631 | * |
|---|
| 632 | * |
|---|
| 633 | */ |
|---|
| 634 | public List<Sref> getSref() |
|---|
| 635 | { |
|---|
| 636 | if (sref == null) |
|---|
| 637 | { |
|---|
| 638 | sref = new ArrayList<Sref>(); |
|---|
| 639 | } |
|---|
| 640 | return this.sref; |
|---|
| 641 | } |
|---|
| 642 | |
|---|
| 643 | |
|---|
| 644 | } |
|---|
| 645 | |
|---|
| 646 | } |
|---|
| 647 | |
|---|
| 648 | } |
|---|