org.jabber.protocol.httpbind.Body Maven / Gradle / Ivy
//
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.3.0
// See https://javaee.github.io/jaxb-v2/
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2020.10.04 at 01:10:24 PM KST
//
package org.jabber.protocol.httpbind;
import java.math.BigInteger;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlAnyAttribute;
import javax.xml.bind.annotation.XmlAnyElement;
import javax.xml.bind.annotation.XmlAttribute;
import javax.xml.bind.annotation.XmlRootElement;
import javax.xml.bind.annotation.XmlSchemaType;
import javax.xml.bind.annotation.XmlType;
import javax.xml.bind.annotation.adapters.CollapsedStringAdapter;
import javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter;
import javax.xml.namespace.QName;
import org.w3c.dom.Element;
/**
* Java class for anonymous complex type.
*
*
The following schema fragment specifies the expected content contained within this class.
*
*
* <complexType>
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <choice>
* <element name="uri" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
* <any processContents='lax' namespace='##other' maxOccurs="unbounded" minOccurs="0"/>
* </choice>
* <attribute name="accept" type="{http://www.w3.org/2001/XMLSchema}string" />
* <attribute name="ack" type="{http://www.w3.org/2001/XMLSchema}positiveInteger" />
* <attribute name="authid" type="{http://www.w3.org/2001/XMLSchema}string" />
* <attribute name="charsets" type="{http://www.w3.org/2001/XMLSchema}NMTOKENS" />
* <attribute name="condition">
* <simpleType>
* <restriction base="{http://www.w3.org/2001/XMLSchema}NCName">
* <enumeration value="bad-request"/>
* <enumeration value="host-gone"/>
* <enumeration value="host-unknown"/>
* <enumeration value="improper-addressing"/>
* <enumeration value="internal-server-error"/>
* <enumeration value="item-not-found"/>
* <enumeration value="other-request"/>
* <enumeration value="policy-violation"/>
* <enumeration value="remote-connection-failed"/>
* <enumeration value="remote-stream-error"/>
* <enumeration value="see-other-uri"/>
* <enumeration value="system-shutdown"/>
* <enumeration value="undefined-condition"/>
* </restriction>
* </simpleType>
* </attribute>
* <attribute name="content" type="{http://www.w3.org/2001/XMLSchema}string" />
* <attribute name="from" type="{http://www.w3.org/2001/XMLSchema}string" />
* <attribute name="hold" type="{http://www.w3.org/2001/XMLSchema}unsignedByte" />
* <attribute name="inactivity" type="{http://www.w3.org/2001/XMLSchema}unsignedShort" />
* <attribute name="key" type="{http://www.w3.org/2001/XMLSchema}string" />
* <attribute name="maxpause" type="{http://www.w3.org/2001/XMLSchema}unsignedShort" />
* <attribute name="newkey" type="{http://www.w3.org/2001/XMLSchema}string" />
* <attribute name="pause" type="{http://www.w3.org/2001/XMLSchema}unsignedShort" />
* <attribute name="polling" type="{http://www.w3.org/2001/XMLSchema}unsignedShort" />
* <attribute name="report" type="{http://www.w3.org/2001/XMLSchema}positiveInteger" />
* <attribute name="requests" type="{http://www.w3.org/2001/XMLSchema}unsignedByte" />
* <attribute name="rid" type="{http://www.w3.org/2001/XMLSchema}positiveInteger" />
* <attribute name="route" type="{http://www.w3.org/2001/XMLSchema}string" />
* <attribute name="sid" type="{http://www.w3.org/2001/XMLSchema}string" />
* <attribute name="stream" type="{http://www.w3.org/2001/XMLSchema}string" />
* <attribute name="time" type="{http://www.w3.org/2001/XMLSchema}unsignedShort" />
* <attribute name="to" type="{http://www.w3.org/2001/XMLSchema}string" />
* <attribute name="type">
* <simpleType>
* <restriction base="{http://www.w3.org/2001/XMLSchema}NCName">
* <enumeration value="error"/>
* <enumeration value="terminate"/>
* </restriction>
* </simpleType>
* </attribute>
* <attribute name="ver" type="{http://www.w3.org/2001/XMLSchema}string" />
* <attribute name="wait" type="{http://www.w3.org/2001/XMLSchema}unsignedShort" />
* <attribute ref="{http://www.w3.org/XML/1998/namespace}lang"/>
* <anyAttribute processContents='lax' namespace='##other'/>
* </restriction>
* </complexContent>
* </complexType>
*
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
"uri",
"any"
})
@XmlRootElement(name = "body")
public class Body {
protected String uri;
@XmlAnyElement(lax = true)
protected List