All Downloads are FREE. Search and download functionalities are using the official Maven repository.

it.bz.opendatahub.alpinebits.xml.schema.ota.AncillaryService Maven / Gradle / Ivy

There is a newer version: 3.0.0
Show newest version
//
// 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 javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlAttribute;
import javax.xml.bind.annotation.XmlRootElement;
import javax.xml.bind.annotation.XmlType;


/**
 * 

Java class for anonymous complex type. * *

The following schema fragment specifies the expected content contained within this class. * *

 * <complexType>
 *   <complexContent>
 *     <extension base="{http://www.opentravel.org/OTA/2003/05}AncillaryServiceType">
 *       <attribute name="PreferLevel" type="{http://www.opentravel.org/OTA/2003/05}PreferLevelType" />
 *     </extension>
 *   </complexContent>
 * </complexType>
 * 
* * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "") @XmlRootElement(name = "AncillaryService") public class AncillaryService extends AncillaryServiceType { @XmlAttribute(name = "PreferLevel") protected PreferLevelType preferLevel; /** * Gets the value of the preferLevel property. * * @return * possible object is * {@link PreferLevelType } * */ public PreferLevelType getPreferLevel() { return preferLevel; } /** * Sets the value of the preferLevel property. * * @param value * allowed object is * {@link PreferLevelType } * */ public void setPreferLevel(PreferLevelType value) { this.preferLevel = value; } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy