it.bz.opendatahub.alpinebits.xml.schema.ota.OTAPingRS Maven / Gradle / Ivy
//
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.11
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2020.10.22 at 07:23:30 PM GMT
//
package it.bz.opendatahub.alpinebits.xml.schema.ota;
import java.math.BigDecimal;
import java.math.BigInteger;
import java.time.ZonedDateTime;
import java.util.ArrayList;
import java.util.List;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlAttribute;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlElements;
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 it.bz.opendatahub.alpinebits.xml.xmladapter.ZonedDateTimeAdapter;
/**
* 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>
* <sequence maxOccurs="2">
* <element name="Success" type="{http://www.opentravel.org/OTA/2003/05}SuccessType"/>
* <element name="Warnings" type="{http://www.opentravel.org/OTA/2003/05}WarningsType" minOccurs="0"/>
* <element name="EchoData" type="{http://www.w3.org/2001/XMLSchema}string"/>
* </sequence>
* <element name="Errors" type="{http://www.opentravel.org/OTA/2003/05}ErrorsType"/>
* </choice>
* <attGroup ref="{http://www.opentravel.org/OTA/2003/05}OTA_PayloadStdAttributes"/>
* </restriction>
* </complexContent>
* </complexType>
*
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
"errors",
"successesAndEchoDatasAndWarnings"
})
@XmlRootElement(name = "OTA_PingRS")
public class OTAPingRS {
@XmlElement(name = "Errors")
protected ErrorsType errors;
@XmlElements({
@XmlElement(name = "Success", type = SuccessType.class),
@XmlElement(name = "EchoData", type = String.class),
@XmlElement(name = "Warnings", type = WarningsType.class)
})
protected List