
org.iata.ndc.schema.SeatDisplay Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ndc-jaxb Show documentation
Show all versions of ndc-jaxb Show documentation
JAXB generated classes for NDC Client
The newest version!
package org.iata.ndc.schema;
import java.math.BigInteger;
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.XmlID;
import javax.xml.bind.annotation.XmlIDREF;
import javax.xml.bind.annotation.XmlRootElement;
import javax.xml.bind.annotation.XmlSchemaType;
import javax.xml.bind.annotation.XmlType;
import javax.xml.bind.annotation.XmlValue;
import javax.xml.bind.annotation.adapters.CollapsedStringAdapter;
import javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter;
/**
* 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">
* <sequence>
* <element ref="{http://www.iata.org/IATA/EDIST}SeatDisplayKey" minOccurs="0"/>
* <element name="Columns" maxOccurs="unbounded">
* <complexType>
* <simpleContent>
* <extension base="<http://www.w3.org/2001/XMLSchema>string">
* <attribute name="Position" type="{http://www.w3.org/2001/XMLSchema}string" />
* </extension>
* </simpleContent>
* </complexType>
* </element>
* <element name="Rows">
* <complexType>
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <sequence>
* <element name="First">
* <simpleType>
* <restriction base="{http://www.w3.org/2001/XMLSchema}integer">
* </restriction>
* </simpleType>
* </element>
* <element name="Last">
* <simpleType>
* <restriction base="{http://www.w3.org/2001/XMLSchema}integer">
* </restriction>
* </simpleType>
* </element>
* <element name="SectionSeatData" type="{http://www.iata.org/IATA/EDIST}SeatDataType" minOccurs="0"/>
* </sequence>
* </restriction>
* </complexContent>
* </complexType>
* </element>
* <element name="Component" type="{http://www.iata.org/IATA/EDIST}SeatComponentType" maxOccurs="unbounded" minOccurs="0"/>
* <element ref="{http://www.iata.org/IATA/EDIST}CabinType" minOccurs="0"/>
* </sequence>
* <attGroup ref="{http://www.iata.org/IATA/EDIST}ObjAssociationAttrGroup"/>
* </restriction>
* </complexContent>
* </complexType>
*
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
"seatDisplayKey",
"columns",
"rows",
"component",
"cabinType"
})
@XmlRootElement(name = "SeatDisplay")
public class SeatDisplay {
@XmlElement(name = "SeatDisplayKey")
@XmlJavaTypeAdapter(CollapsedStringAdapter.class)
@XmlID
@XmlSchemaType(name = "ID")
protected String seatDisplayKey;
@XmlElement(name = "Columns", required = true)
protected List columns;
@XmlElement(name = "Rows", required = true)
protected SeatDisplay.Rows rows;
@XmlElement(name = "Component")
protected List component;
@XmlElement(name = "CabinType")
protected CabinType cabinType;
@XmlAttribute(name = "refs")
@XmlIDREF
protected List
© 2015 - 2025 Weber Informatics LLC | Privacy Policy