001 // 002 // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.10 003 // See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a> 004 // Any modifications to this file will be lost upon recompilation of the source schema. 005 // Generated on: 2011.11.16 at 07:37:02 PM EST 006 // 007 008 009 package org.jabber.etherx.streams; 010 011 import javax.xml.bind.annotation.XmlAccessType; 012 import javax.xml.bind.annotation.XmlAccessorType; 013 import javax.xml.bind.annotation.XmlElement; 014 import javax.xml.bind.annotation.XmlRootElement; 015 import javax.xml.bind.annotation.XmlType; 016 import ietf.params.xml.ns.xmpp_streams.Text; 017 018 019 /** 020 * <p>Java class for anonymous complex type. 021 * 022 * <p>The following schema fragment specifies the expected content contained within this class. 023 * 024 * <pre> 025 * <complexType> 026 * <complexContent> 027 * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> 028 * <sequence> 029 * <group ref="{urn:ietf:params:xml:ns:xmpp-streams}streamErrorGroup"/> 030 * <element ref="{urn:ietf:params:xml:ns:xmpp-streams}text" minOccurs="0"/> 031 * </sequence> 032 * </restriction> 033 * </complexContent> 034 * </complexType> 035 * </pre> 036 * 037 * 038 */ 039 @XmlAccessorType(XmlAccessType.FIELD) 040 @XmlType(name = "", propOrder = { 041 "badFormat", 042 "badNamespacePrefix", 043 "conflict", 044 "connectionTimeout", 045 "hostGone", 046 "hostUnknown", 047 "improperAddressing", 048 "internalServerError", 049 "invalidFrom", 050 "invalidId", 051 "invalidNamespace", 052 "invalidXml", 053 "notAuthorized", 054 "policyViolation", 055 "remoteConnectionFailed", 056 "resourceConstraint", 057 "restrictedXml", 058 "seeOtherHost", 059 "systemShutdown", 060 "undefinedCondition", 061 "unsupportedEncoding", 062 "unsupportedStanzaType", 063 "unsupportedVersion", 064 "xmlNotWellFormed", 065 "text" 066 }) 067 @XmlRootElement(name = "error") 068 public class Error { 069 070 @XmlElement(name = "bad-format", namespace = "urn:ietf:params:xml:ns:xmpp-streams") 071 protected String badFormat; 072 @XmlElement(name = "bad-namespace-prefix", namespace = "urn:ietf:params:xml:ns:xmpp-streams") 073 protected String badNamespacePrefix; 074 @XmlElement(namespace = "urn:ietf:params:xml:ns:xmpp-streams") 075 protected String conflict; 076 @XmlElement(name = "connection-timeout", namespace = "urn:ietf:params:xml:ns:xmpp-streams") 077 protected String connectionTimeout; 078 @XmlElement(name = "host-gone", namespace = "urn:ietf:params:xml:ns:xmpp-streams") 079 protected String hostGone; 080 @XmlElement(name = "host-unknown", namespace = "urn:ietf:params:xml:ns:xmpp-streams") 081 protected String hostUnknown; 082 @XmlElement(name = "improper-addressing", namespace = "urn:ietf:params:xml:ns:xmpp-streams") 083 protected String improperAddressing; 084 @XmlElement(name = "internal-server-error", namespace = "urn:ietf:params:xml:ns:xmpp-streams") 085 protected String internalServerError; 086 @XmlElement(name = "invalid-from", namespace = "urn:ietf:params:xml:ns:xmpp-streams") 087 protected String invalidFrom; 088 @XmlElement(name = "invalid-id", namespace = "urn:ietf:params:xml:ns:xmpp-streams") 089 protected String invalidId; 090 @XmlElement(name = "invalid-namespace", namespace = "urn:ietf:params:xml:ns:xmpp-streams") 091 protected String invalidNamespace; 092 @XmlElement(name = "invalid-xml", namespace = "urn:ietf:params:xml:ns:xmpp-streams") 093 protected String invalidXml; 094 @XmlElement(name = "not-authorized", namespace = "urn:ietf:params:xml:ns:xmpp-streams") 095 protected String notAuthorized; 096 @XmlElement(name = "policy-violation", namespace = "urn:ietf:params:xml:ns:xmpp-streams") 097 protected String policyViolation; 098 @XmlElement(name = "remote-connection-failed", namespace = "urn:ietf:params:xml:ns:xmpp-streams") 099 protected String remoteConnectionFailed; 100 @XmlElement(name = "resource-constraint", namespace = "urn:ietf:params:xml:ns:xmpp-streams") 101 protected String resourceConstraint; 102 @XmlElement(name = "restricted-xml", namespace = "urn:ietf:params:xml:ns:xmpp-streams") 103 protected String restrictedXml; 104 @XmlElement(name = "see-other-host", namespace = "urn:ietf:params:xml:ns:xmpp-streams") 105 protected String seeOtherHost; 106 @XmlElement(name = "system-shutdown", namespace = "urn:ietf:params:xml:ns:xmpp-streams") 107 protected String systemShutdown; 108 @XmlElement(name = "undefined-condition", namespace = "urn:ietf:params:xml:ns:xmpp-streams") 109 protected String undefinedCondition; 110 @XmlElement(name = "unsupported-encoding", namespace = "urn:ietf:params:xml:ns:xmpp-streams") 111 protected String unsupportedEncoding; 112 @XmlElement(name = "unsupported-stanza-type", namespace = "urn:ietf:params:xml:ns:xmpp-streams") 113 protected String unsupportedStanzaType; 114 @XmlElement(name = "unsupported-version", namespace = "urn:ietf:params:xml:ns:xmpp-streams") 115 protected String unsupportedVersion; 116 @XmlElement(name = "xml-not-well-formed", namespace = "urn:ietf:params:xml:ns:xmpp-streams") 117 protected String xmlNotWellFormed; 118 @XmlElement(namespace = "urn:ietf:params:xml:ns:xmpp-streams") 119 protected Text text; 120 121 /** 122 * Gets the value of the badFormat property. 123 * 124 * @return 125 * possible object is 126 * {@link String } 127 * 128 */ 129 public String getBadFormat() { 130 return badFormat; 131 } 132 133 /** 134 * Sets the value of the badFormat property. 135 * 136 * @param value 137 * allowed object is 138 * {@link String } 139 * 140 */ 141 public void setBadFormat(String value) { 142 this.badFormat = value; 143 } 144 145 /** 146 * Gets the value of the badNamespacePrefix property. 147 * 148 * @return 149 * possible object is 150 * {@link String } 151 * 152 */ 153 public String getBadNamespacePrefix() { 154 return badNamespacePrefix; 155 } 156 157 /** 158 * Sets the value of the badNamespacePrefix property. 159 * 160 * @param value 161 * allowed object is 162 * {@link String } 163 * 164 */ 165 public void setBadNamespacePrefix(String value) { 166 this.badNamespacePrefix = value; 167 } 168 169 /** 170 * Gets the value of the conflict property. 171 * 172 * @return 173 * possible object is 174 * {@link String } 175 * 176 */ 177 public String getConflict() { 178 return conflict; 179 } 180 181 /** 182 * Sets the value of the conflict property. 183 * 184 * @param value 185 * allowed object is 186 * {@link String } 187 * 188 */ 189 public void setConflict(String value) { 190 this.conflict = value; 191 } 192 193 /** 194 * Gets the value of the connectionTimeout property. 195 * 196 * @return 197 * possible object is 198 * {@link String } 199 * 200 */ 201 public String getConnectionTimeout() { 202 return connectionTimeout; 203 } 204 205 /** 206 * Sets the value of the connectionTimeout property. 207 * 208 * @param value 209 * allowed object is 210 * {@link String } 211 * 212 */ 213 public void setConnectionTimeout(String value) { 214 this.connectionTimeout = value; 215 } 216 217 /** 218 * Gets the value of the hostGone property. 219 * 220 * @return 221 * possible object is 222 * {@link String } 223 * 224 */ 225 public String getHostGone() { 226 return hostGone; 227 } 228 229 /** 230 * Sets the value of the hostGone property. 231 * 232 * @param value 233 * allowed object is 234 * {@link String } 235 * 236 */ 237 public void setHostGone(String value) { 238 this.hostGone = value; 239 } 240 241 /** 242 * Gets the value of the hostUnknown property. 243 * 244 * @return 245 * possible object is 246 * {@link String } 247 * 248 */ 249 public String getHostUnknown() { 250 return hostUnknown; 251 } 252 253 /** 254 * Sets the value of the hostUnknown property. 255 * 256 * @param value 257 * allowed object is 258 * {@link String } 259 * 260 */ 261 public void setHostUnknown(String value) { 262 this.hostUnknown = value; 263 } 264 265 /** 266 * Gets the value of the improperAddressing property. 267 * 268 * @return 269 * possible object is 270 * {@link String } 271 * 272 */ 273 public String getImproperAddressing() { 274 return improperAddressing; 275 } 276 277 /** 278 * Sets the value of the improperAddressing property. 279 * 280 * @param value 281 * allowed object is 282 * {@link String } 283 * 284 */ 285 public void setImproperAddressing(String value) { 286 this.improperAddressing = value; 287 } 288 289 /** 290 * Gets the value of the internalServerError property. 291 * 292 * @return 293 * possible object is 294 * {@link String } 295 * 296 */ 297 public String getInternalServerError() { 298 return internalServerError; 299 } 300 301 /** 302 * Sets the value of the internalServerError property. 303 * 304 * @param value 305 * allowed object is 306 * {@link String } 307 * 308 */ 309 public void setInternalServerError(String value) { 310 this.internalServerError = value; 311 } 312 313 /** 314 * Gets the value of the invalidFrom property. 315 * 316 * @return 317 * possible object is 318 * {@link String } 319 * 320 */ 321 public String getInvalidFrom() { 322 return invalidFrom; 323 } 324 325 /** 326 * Sets the value of the invalidFrom property. 327 * 328 * @param value 329 * allowed object is 330 * {@link String } 331 * 332 */ 333 public void setInvalidFrom(String value) { 334 this.invalidFrom = value; 335 } 336 337 /** 338 * Gets the value of the invalidId property. 339 * 340 * @return 341 * possible object is 342 * {@link String } 343 * 344 */ 345 public String getInvalidId() { 346 return invalidId; 347 } 348 349 /** 350 * Sets the value of the invalidId property. 351 * 352 * @param value 353 * allowed object is 354 * {@link String } 355 * 356 */ 357 public void setInvalidId(String value) { 358 this.invalidId = value; 359 } 360 361 /** 362 * Gets the value of the invalidNamespace property. 363 * 364 * @return 365 * possible object is 366 * {@link String } 367 * 368 */ 369 public String getInvalidNamespace() { 370 return invalidNamespace; 371 } 372 373 /** 374 * Sets the value of the invalidNamespace property. 375 * 376 * @param value 377 * allowed object is 378 * {@link String } 379 * 380 */ 381 public void setInvalidNamespace(String value) { 382 this.invalidNamespace = value; 383 } 384 385 /** 386 * Gets the value of the invalidXml property. 387 * 388 * @return 389 * possible object is 390 * {@link String } 391 * 392 */ 393 public String getInvalidXml() { 394 return invalidXml; 395 } 396 397 /** 398 * Sets the value of the invalidXml property. 399 * 400 * @param value 401 * allowed object is 402 * {@link String } 403 * 404 */ 405 public void setInvalidXml(String value) { 406 this.invalidXml = value; 407 } 408 409 /** 410 * Gets the value of the notAuthorized property. 411 * 412 * @return 413 * possible object is 414 * {@link String } 415 * 416 */ 417 public String getNotAuthorized() { 418 return notAuthorized; 419 } 420 421 /** 422 * Sets the value of the notAuthorized property. 423 * 424 * @param value 425 * allowed object is 426 * {@link String } 427 * 428 */ 429 public void setNotAuthorized(String value) { 430 this.notAuthorized = value; 431 } 432 433 /** 434 * Gets the value of the policyViolation property. 435 * 436 * @return 437 * possible object is 438 * {@link String } 439 * 440 */ 441 public String getPolicyViolation() { 442 return policyViolation; 443 } 444 445 /** 446 * Sets the value of the policyViolation property. 447 * 448 * @param value 449 * allowed object is 450 * {@link String } 451 * 452 */ 453 public void setPolicyViolation(String value) { 454 this.policyViolation = value; 455 } 456 457 /** 458 * Gets the value of the remoteConnectionFailed property. 459 * 460 * @return 461 * possible object is 462 * {@link String } 463 * 464 */ 465 public String getRemoteConnectionFailed() { 466 return remoteConnectionFailed; 467 } 468 469 /** 470 * Sets the value of the remoteConnectionFailed property. 471 * 472 * @param value 473 * allowed object is 474 * {@link String } 475 * 476 */ 477 public void setRemoteConnectionFailed(String value) { 478 this.remoteConnectionFailed = value; 479 } 480 481 /** 482 * Gets the value of the resourceConstraint property. 483 * 484 * @return 485 * possible object is 486 * {@link String } 487 * 488 */ 489 public String getResourceConstraint() { 490 return resourceConstraint; 491 } 492 493 /** 494 * Sets the value of the resourceConstraint property. 495 * 496 * @param value 497 * allowed object is 498 * {@link String } 499 * 500 */ 501 public void setResourceConstraint(String value) { 502 this.resourceConstraint = value; 503 } 504 505 /** 506 * Gets the value of the restrictedXml property. 507 * 508 * @return 509 * possible object is 510 * {@link String } 511 * 512 */ 513 public String getRestrictedXml() { 514 return restrictedXml; 515 } 516 517 /** 518 * Sets the value of the restrictedXml property. 519 * 520 * @param value 521 * allowed object is 522 * {@link String } 523 * 524 */ 525 public void setRestrictedXml(String value) { 526 this.restrictedXml = value; 527 } 528 529 /** 530 * Gets the value of the seeOtherHost property. 531 * 532 * @return 533 * possible object is 534 * {@link String } 535 * 536 */ 537 public String getSeeOtherHost() { 538 return seeOtherHost; 539 } 540 541 /** 542 * Sets the value of the seeOtherHost property. 543 * 544 * @param value 545 * allowed object is 546 * {@link String } 547 * 548 */ 549 public void setSeeOtherHost(String value) { 550 this.seeOtherHost = value; 551 } 552 553 /** 554 * Gets the value of the systemShutdown property. 555 * 556 * @return 557 * possible object is 558 * {@link String } 559 * 560 */ 561 public String getSystemShutdown() { 562 return systemShutdown; 563 } 564 565 /** 566 * Sets the value of the systemShutdown property. 567 * 568 * @param value 569 * allowed object is 570 * {@link String } 571 * 572 */ 573 public void setSystemShutdown(String value) { 574 this.systemShutdown = value; 575 } 576 577 /** 578 * Gets the value of the undefinedCondition property. 579 * 580 * @return 581 * possible object is 582 * {@link String } 583 * 584 */ 585 public String getUndefinedCondition() { 586 return undefinedCondition; 587 } 588 589 /** 590 * Sets the value of the undefinedCondition property. 591 * 592 * @param value 593 * allowed object is 594 * {@link String } 595 * 596 */ 597 public void setUndefinedCondition(String value) { 598 this.undefinedCondition = value; 599 } 600 601 /** 602 * Gets the value of the unsupportedEncoding property. 603 * 604 * @return 605 * possible object is 606 * {@link String } 607 * 608 */ 609 public String getUnsupportedEncoding() { 610 return unsupportedEncoding; 611 } 612 613 /** 614 * Sets the value of the unsupportedEncoding property. 615 * 616 * @param value 617 * allowed object is 618 * {@link String } 619 * 620 */ 621 public void setUnsupportedEncoding(String value) { 622 this.unsupportedEncoding = value; 623 } 624 625 /** 626 * Gets the value of the unsupportedStanzaType property. 627 * 628 * @return 629 * possible object is 630 * {@link String } 631 * 632 */ 633 public String getUnsupportedStanzaType() { 634 return unsupportedStanzaType; 635 } 636 637 /** 638 * Sets the value of the unsupportedStanzaType property. 639 * 640 * @param value 641 * allowed object is 642 * {@link String } 643 * 644 */ 645 public void setUnsupportedStanzaType(String value) { 646 this.unsupportedStanzaType = value; 647 } 648 649 /** 650 * Gets the value of the unsupportedVersion property. 651 * 652 * @return 653 * possible object is 654 * {@link String } 655 * 656 */ 657 public String getUnsupportedVersion() { 658 return unsupportedVersion; 659 } 660 661 /** 662 * Sets the value of the unsupportedVersion property. 663 * 664 * @param value 665 * allowed object is 666 * {@link String } 667 * 668 */ 669 public void setUnsupportedVersion(String value) { 670 this.unsupportedVersion = value; 671 } 672 673 /** 674 * Gets the value of the xmlNotWellFormed property. 675 * 676 * @return 677 * possible object is 678 * {@link String } 679 * 680 */ 681 public String getXmlNotWellFormed() { 682 return xmlNotWellFormed; 683 } 684 685 /** 686 * Sets the value of the xmlNotWellFormed property. 687 * 688 * @param value 689 * allowed object is 690 * {@link String } 691 * 692 */ 693 public void setXmlNotWellFormed(String value) { 694 this.xmlNotWellFormed = value; 695 } 696 697 /** 698 * Gets the value of the text property. 699 * 700 * @return 701 * possible object is 702 * {@link Text } 703 * 704 */ 705 public Text getText() { 706 return text; 707 } 708 709 /** 710 * Sets the value of the text property. 711 * 712 * @param value 713 * allowed object is 714 * {@link Text } 715 * 716 */ 717 public void setText(Text value) { 718 this.text = value; 719 } 720 721 }