Commit d44da217 by mehdi

Initial commit

parents

Too many changes to show.

To preserve performance only 1000 of 1000+ files are displayed.

File added
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" output="target/classes" path="src/main/java">
<attributes>
<attribute name="optional" value="true"/>
<attribute name="maven.pomderived" value="true"/>
</attributes>
</classpathentry>
<classpathentry excluding="**" kind="src" output="target/classes" path="src/main/resources">
<attributes>
<attribute name="maven.pomderived" value="true"/>
<attribute name="optional" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="src" output="target/test-classes" path="src/test/java">
<attributes>
<attribute name="optional" value="true"/>
<attribute name="maven.pomderived" value="true"/>
<attribute name="test" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-17">
<attributes>
<attribute name="maven.pomderived" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER">
<attributes>
<attribute name="maven.pomderived" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="src" output="target/classes" path="target/generated-sources/cxf">
<attributes>
<attribute name="optional" value="true"/>
<attribute name="maven.pomderived" value="true"/>
</attributes>
</classpathentry>
<classpathentry excluding="**" kind="src" output="target/test-classes" path="src/test/resources">
<attributes>
<attribute name="maven.pomderived" value="true"/>
<attribute name="test" value="true"/>
<attribute name="optional" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="output" path="target/classes"/>
</classpath>
This diff is collapsed. Click to expand it.
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not use this file except in compliance
# with the License. You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing,
# software distributed under the License is distributed on an
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
wrapperVersion=3.3.2
distributionType=only-script
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.9/apache-maven-3.9.9-bin.zip
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>amad-ndc</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.jdt.core.javabuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.springframework.ide.eclipse.core.springbuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.springframework.ide.eclipse.boot.validation.springbootbuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.m2e.core.maven2Builder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.springframework.ide.eclipse.core.springnature</nature>
<nature>org.eclipse.jdt.core.javanature</nature>
<nature>org.eclipse.m2e.core.maven2Nature</nature>
</natures>
</projectDescription>
eclipse.preferences.version=1
encoding//src/main/java=UTF-8
encoding//src/main/resources=UTF-8
encoding//src/test/java=UTF-8
encoding//target/generated-sources/cxf=UTF-8
encoding/<project>=UTF-8
eclipse.preferences.version=1
org.eclipse.jdt.apt.aptEnabled=false
org.eclipse.jdt.apt.genSrcDir=target/generated-sources/annotations
org.eclipse.jdt.apt.genTestSrcDir=target/generated-test-sources/test-annotations
eclipse.preferences.version=1
org.eclipse.jdt.core.compiler.codegen.methodParameters=generate
org.eclipse.jdt.core.compiler.codegen.targetPlatform=17
org.eclipse.jdt.core.compiler.compliance=17
org.eclipse.jdt.core.compiler.problem.enablePreviewFeatures=disabled
org.eclipse.jdt.core.compiler.problem.forbiddenReference=warning
org.eclipse.jdt.core.compiler.problem.reportPreviewFeatures=ignore
org.eclipse.jdt.core.compiler.processAnnotations=disabled
org.eclipse.jdt.core.compiler.release=enabled
org.eclipse.jdt.core.compiler.source=17
activeProfiles=
eclipse.preferences.version=1
resolveWorkspaceProjects=true
version=1
# Read Me First
The following was discovered as part of building this project:
* The original package name 'com.fractalite.amad-ndc' is invalid and this project uses 'com.fractalite.amad_ndc' instead.
# Getting Started
### Reference Documentation
For further reference, please consider the following sections:
* [Official Apache Maven documentation](https://maven.apache.org/guides/index.html)
* [Spring Boot Maven Plugin Reference Guide](https://docs.spring.io/spring-boot/3.4.3/maven-plugin)
* [Create an OCI image](https://docs.spring.io/spring-boot/3.4.3/maven-plugin/build-image.html)
* [Spring Boot DevTools](https://docs.spring.io/spring-boot/3.4.3/reference/using/devtools.html)
* [Spring Web](https://docs.spring.io/spring-boot/3.4.3/reference/web/servlet.html)
### Guides
The following guides illustrate how to use some features concretely:
* [Using Apache Camel with Spring Boot](https://camel.apache.org/camel-spring-boot/latest/spring-boot.html)
* [Building a RESTful Web Service](https://spring.io/guides/gs/rest-service/)
* [Serving Web Content with Spring MVC](https://spring.io/guides/gs/serving-web-content/)
* [Building REST services with Spring](https://spring.io/guides/tutorials/rest/)
### Maven Parent overrides
Due to Maven's design, elements are inherited from the parent POM to the project POM.
While most of the inheritance is fine, it also inherits unwanted elements like `<license>` and `<developers>` from the parent.
To prevent this, the project POM contains empty overrides for these elements.
If you manually switch to a different parent and actually want the inheritance, you need to remove those overrides.
This diff is collapsed. Click to expand it.
<# : batch portion
@REM ----------------------------------------------------------------------------
@REM Licensed to the Apache Software Foundation (ASF) under one
@REM or more contributor license agreements. See the NOTICE file
@REM distributed with this work for additional information
@REM regarding copyright ownership. The ASF licenses this file
@REM to you under the Apache License, Version 2.0 (the
@REM "License"); you may not use this file except in compliance
@REM with the License. You may obtain a copy of the License at
@REM
@REM http://www.apache.org/licenses/LICENSE-2.0
@REM
@REM Unless required by applicable law or agreed to in writing,
@REM software distributed under the License is distributed on an
@REM "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
@REM KIND, either express or implied. See the License for the
@REM specific language governing permissions and limitations
@REM under the License.
@REM ----------------------------------------------------------------------------
@REM ----------------------------------------------------------------------------
@REM Apache Maven Wrapper startup batch script, version 3.3.2
@REM
@REM Optional ENV vars
@REM MVNW_REPOURL - repo url base for downloading maven distribution
@REM MVNW_USERNAME/MVNW_PASSWORD - user and password for downloading maven
@REM MVNW_VERBOSE - true: enable verbose log; others: silence the output
@REM ----------------------------------------------------------------------------
@IF "%__MVNW_ARG0_NAME__%"=="" (SET __MVNW_ARG0_NAME__=%~nx0)
@SET __MVNW_CMD__=
@SET __MVNW_ERROR__=
@SET __MVNW_PSMODULEP_SAVE=%PSModulePath%
@SET PSModulePath=
@FOR /F "usebackq tokens=1* delims==" %%A IN (`powershell -noprofile "& {$scriptDir='%~dp0'; $script='%__MVNW_ARG0_NAME__%'; icm -ScriptBlock ([Scriptblock]::Create((Get-Content -Raw '%~f0'))) -NoNewScope}"`) DO @(
IF "%%A"=="MVN_CMD" (set __MVNW_CMD__=%%B) ELSE IF "%%B"=="" (echo %%A) ELSE (echo %%A=%%B)
)
@SET PSModulePath=%__MVNW_PSMODULEP_SAVE%
@SET __MVNW_PSMODULEP_SAVE=
@SET __MVNW_ARG0_NAME__=
@SET MVNW_USERNAME=
@SET MVNW_PASSWORD=
@IF NOT "%__MVNW_CMD__%"=="" (%__MVNW_CMD__% %*)
@echo Cannot start maven from wrapper >&2 && exit /b 1
@GOTO :EOF
: end batch / begin powershell #>
$ErrorActionPreference = "Stop"
if ($env:MVNW_VERBOSE -eq "true") {
$VerbosePreference = "Continue"
}
# calculate distributionUrl, requires .mvn/wrapper/maven-wrapper.properties
$distributionUrl = (Get-Content -Raw "$scriptDir/.mvn/wrapper/maven-wrapper.properties" | ConvertFrom-StringData).distributionUrl
if (!$distributionUrl) {
Write-Error "cannot read distributionUrl property in $scriptDir/.mvn/wrapper/maven-wrapper.properties"
}
switch -wildcard -casesensitive ( $($distributionUrl -replace '^.*/','') ) {
"maven-mvnd-*" {
$USE_MVND = $true
$distributionUrl = $distributionUrl -replace '-bin\.[^.]*$',"-windows-amd64.zip"
$MVN_CMD = "mvnd.cmd"
break
}
default {
$USE_MVND = $false
$MVN_CMD = $script -replace '^mvnw','mvn'
break
}
}
# apply MVNW_REPOURL and calculate MAVEN_HOME
# maven home pattern: ~/.m2/wrapper/dists/{apache-maven-<version>,maven-mvnd-<version>-<platform>}/<hash>
if ($env:MVNW_REPOURL) {
$MVNW_REPO_PATTERN = if ($USE_MVND) { "/org/apache/maven/" } else { "/maven/mvnd/" }
$distributionUrl = "$env:MVNW_REPOURL$MVNW_REPO_PATTERN$($distributionUrl -replace '^.*'+$MVNW_REPO_PATTERN,'')"
}
$distributionUrlName = $distributionUrl -replace '^.*/',''
$distributionUrlNameMain = $distributionUrlName -replace '\.[^.]*$','' -replace '-bin$',''
$MAVEN_HOME_PARENT = "$HOME/.m2/wrapper/dists/$distributionUrlNameMain"
if ($env:MAVEN_USER_HOME) {
$MAVEN_HOME_PARENT = "$env:MAVEN_USER_HOME/wrapper/dists/$distributionUrlNameMain"
}
$MAVEN_HOME_NAME = ([System.Security.Cryptography.MD5]::Create().ComputeHash([byte[]][char[]]$distributionUrl) | ForEach-Object {$_.ToString("x2")}) -join ''
$MAVEN_HOME = "$MAVEN_HOME_PARENT/$MAVEN_HOME_NAME"
if (Test-Path -Path "$MAVEN_HOME" -PathType Container) {
Write-Verbose "found existing MAVEN_HOME at $MAVEN_HOME"
Write-Output "MVN_CMD=$MAVEN_HOME/bin/$MVN_CMD"
exit $?
}
if (! $distributionUrlNameMain -or ($distributionUrlName -eq $distributionUrlNameMain)) {
Write-Error "distributionUrl is not valid, must end with *-bin.zip, but found $distributionUrl"
}
# prepare tmp dir
$TMP_DOWNLOAD_DIR_HOLDER = New-TemporaryFile
$TMP_DOWNLOAD_DIR = New-Item -Itemtype Directory -Path "$TMP_DOWNLOAD_DIR_HOLDER.dir"
$TMP_DOWNLOAD_DIR_HOLDER.Delete() | Out-Null
trap {
if ($TMP_DOWNLOAD_DIR.Exists) {
try { Remove-Item $TMP_DOWNLOAD_DIR -Recurse -Force | Out-Null }
catch { Write-Warning "Cannot remove $TMP_DOWNLOAD_DIR" }
}
}
New-Item -Itemtype Directory -Path "$MAVEN_HOME_PARENT" -Force | Out-Null
# Download and Install Apache Maven
Write-Verbose "Couldn't find MAVEN_HOME, downloading and installing it ..."
Write-Verbose "Downloading from: $distributionUrl"
Write-Verbose "Downloading to: $TMP_DOWNLOAD_DIR/$distributionUrlName"
$webclient = New-Object System.Net.WebClient
if ($env:MVNW_USERNAME -and $env:MVNW_PASSWORD) {
$webclient.Credentials = New-Object System.Net.NetworkCredential($env:MVNW_USERNAME, $env:MVNW_PASSWORD)
}
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12
$webclient.DownloadFile($distributionUrl, "$TMP_DOWNLOAD_DIR/$distributionUrlName") | Out-Null
# If specified, validate the SHA-256 sum of the Maven distribution zip file
$distributionSha256Sum = (Get-Content -Raw "$scriptDir/.mvn/wrapper/maven-wrapper.properties" | ConvertFrom-StringData).distributionSha256Sum
if ($distributionSha256Sum) {
if ($USE_MVND) {
Write-Error "Checksum validation is not supported for maven-mvnd. `nPlease disable validation by removing 'distributionSha256Sum' from your maven-wrapper.properties."
}
Import-Module $PSHOME\Modules\Microsoft.PowerShell.Utility -Function Get-FileHash
if ((Get-FileHash "$TMP_DOWNLOAD_DIR/$distributionUrlName" -Algorithm SHA256).Hash.ToLower() -ne $distributionSha256Sum) {
Write-Error "Error: Failed to validate Maven distribution SHA-256, your Maven distribution might be compromised. If you updated your Maven version, you need to update the specified distributionSha256Sum property."
}
}
# unzip and move
Expand-Archive "$TMP_DOWNLOAD_DIR/$distributionUrlName" -DestinationPath "$TMP_DOWNLOAD_DIR" | Out-Null
Rename-Item -Path "$TMP_DOWNLOAD_DIR/$distributionUrlNameMain" -NewName $MAVEN_HOME_NAME | Out-Null
try {
Move-Item -Path "$TMP_DOWNLOAD_DIR/$MAVEN_HOME_NAME" -Destination $MAVEN_HOME_PARENT | Out-Null
} catch {
if (! (Test-Path -Path "$MAVEN_HOME" -PathType Container)) {
Write-Error "fail to move MAVEN_HOME"
}
} finally {
try { Remove-Item $TMP_DOWNLOAD_DIR -Recurse -Force | Out-Null }
catch { Write-Warning "Cannot remove $TMP_DOWNLOAD_DIR" }
}
Write-Output "MVN_CMD=$MAVEN_HOME/bin/$MVN_CMD"
This diff is collapsed. Click to expand it.
File added
package com.amadeus.xml.fmptbq_24_1_1a;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlType;
/**
* To provide details of action required or taken, the flights to which this action refers, and reasons for action taken.
*
* &lt;p&gt;Java class for ActionIdentificationType complex type.
*
* &lt;p&gt;The following schema fragment specifies the expected content contained within this class.
*
* &lt;pre&gt;
* &amp;lt;complexType name="ActionIdentificationType"&amp;gt;
* &amp;lt;complexContent&amp;gt;
* &amp;lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&amp;gt;
* &amp;lt;sequence&amp;gt;
* &amp;lt;element name="actionRequestCode" type="{http://xml.amadeus.com/FMPTBQ_24_1_1A}AlphaNumericString_Length1To3"/&amp;gt;
* &amp;lt;element name="productDetails" type="{http://xml.amadeus.com/FMPTBQ_24_1_1A}ProductIdentificationDetailsTypeI_50878C" minOccurs="0"/&amp;gt;
* &amp;lt;/sequence&amp;gt;
* &amp;lt;/restriction&amp;gt;
* &amp;lt;/complexContent&amp;gt;
* &amp;lt;/complexType&amp;gt;
* &lt;/pre&gt;
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "ActionIdentificationType", propOrder = {
"actionRequestCode",
"productDetails"
})
public class ActionIdentificationType {
@XmlElement(required = true)
protected String actionRequestCode;
protected ProductIdentificationDetailsTypeI50878C productDetails;
/**
* Gets the value of the actionRequestCode property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getActionRequestCode() {
return actionRequestCode;
}
/**
* Sets the value of the actionRequestCode property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setActionRequestCode(String value) {
this.actionRequestCode = value;
}
/**
* Gets the value of the productDetails property.
*
* @return
* possible object is
* {@link ProductIdentificationDetailsTypeI50878C }
*
*/
public ProductIdentificationDetailsTypeI50878C getProductDetails() {
return productDetails;
}
/**
* Sets the value of the productDetails property.
*
* @param value
* allowed object is
* {@link ProductIdentificationDetailsTypeI50878C }
*
*/
public void setProductDetails(ProductIdentificationDetailsTypeI50878C value) {
this.productDetails = value;
}
}
package com.amadeus.xml.fmptbq_24_1_1a;
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.XmlType;
/**
* &lt;p&gt;Java class for AdditionalProductDetailsType complex type.
*
* &lt;p&gt;The following schema fragment specifies the expected content contained within this class.
*
* &lt;pre&gt;
* &amp;lt;complexType name="AdditionalProductDetailsType"&amp;gt;
* &amp;lt;complexContent&amp;gt;
* &amp;lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&amp;gt;
* &amp;lt;sequence&amp;gt;
* &amp;lt;element name="equipmentType" type="{http://xml.amadeus.com/FMPTBQ_24_1_1A}AlphaNumericString_Length1To3" minOccurs="0"/&amp;gt;
* &amp;lt;element name="operatingDay" type="{http://xml.amadeus.com/FMPTBQ_24_1_1A}AlphaNumericString_Length1To7" minOccurs="0"/&amp;gt;
* &amp;lt;element name="techStopNumber" type="{http://xml.amadeus.com/FMPTBQ_24_1_1A}NumericInteger_Length1To2" minOccurs="0"/&amp;gt;
* &amp;lt;element name="locationId" type="{http://xml.amadeus.com/FMPTBQ_24_1_1A}AlphaString_Length3To5" maxOccurs="3" minOccurs="0"/&amp;gt;
* &amp;lt;/sequence&amp;gt;
* &amp;lt;/restriction&amp;gt;
* &amp;lt;/complexContent&amp;gt;
* &amp;lt;/complexType&amp;gt;
* &lt;/pre&gt;
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "AdditionalProductDetailsType", propOrder = {
"equipmentType",
"operatingDay",
"techStopNumber",
"locationId"
})
public class AdditionalProductDetailsType {
protected String equipmentType;
protected String operatingDay;
protected BigInteger techStopNumber;
protected List<String> locationId;
/**
* Gets the value of the equipmentType property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getEquipmentType() {
return equipmentType;
}
/**
* Sets the value of the equipmentType property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setEquipmentType(String value) {
this.equipmentType = value;
}
/**
* Gets the value of the operatingDay property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getOperatingDay() {
return operatingDay;
}
/**
* Sets the value of the operatingDay property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setOperatingDay(String value) {
this.operatingDay = value;
}
/**
* Gets the value of the techStopNumber property.
*
* @return
* possible object is
* {@link BigInteger }
*
*/
public BigInteger getTechStopNumber() {
return techStopNumber;
}
/**
* Sets the value of the techStopNumber property.
*
* @param value
* allowed object is
* {@link BigInteger }
*
*/
public void setTechStopNumber(BigInteger value) {
this.techStopNumber = value;
}
/**
* Gets the value of the locationId property.
*
* &lt;p&gt;
* This accessor method returns a reference to the live list,
* not a snapshot. Therefore any modification you make to the
* returned list will be present inside the JAXB object.
* This is why there is not a &lt;CODE&gt;set&lt;/CODE&gt; method for the locationId property.
*
* &lt;p&gt;
* For example, to add a new item, do as follows:
* &lt;pre&gt;
* getLocationId().add(newItem);
* &lt;/pre&gt;
*
*
* &lt;p&gt;
* Objects of the following type(s) are allowed in the list
* {@link String }
*
*
*/
public List<String> getLocationId() {
if (locationId == null) {
locationId = new ArrayList<String>();
}
return this.locationId;
}
}
package com.amadeus.xml.fmptbq_24_1_1a;
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.XmlType;
/**
* To convey additional information concerning an airline flight.
*
* &lt;p&gt;Java class for AdditionalProductDetailsTypeI complex type.
*
* &lt;p&gt;The following schema fragment specifies the expected content contained within this class.
*
* &lt;pre&gt;
* &amp;lt;complexType name="AdditionalProductDetailsTypeI"&amp;gt;
* &amp;lt;complexContent&amp;gt;
* &amp;lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&amp;gt;
* &amp;lt;sequence&amp;gt;
* &amp;lt;element name="legDetails" type="{http://xml.amadeus.com/FMPTBQ_24_1_1A}AdditionalProductTypeI" minOccurs="0"/&amp;gt;
* &amp;lt;element name="departureStationInfo" type="{http://xml.amadeus.com/FMPTBQ_24_1_1A}StationInformationTypeI" minOccurs="0"/&amp;gt;
* &amp;lt;element name="arrivalStationInfo" type="{http://xml.amadeus.com/FMPTBQ_24_1_1A}StationInformationTypeI" minOccurs="0"/&amp;gt;
* &amp;lt;element name="mileageTimeDetails" type="{http://xml.amadeus.com/FMPTBQ_24_1_1A}MileageTimeDetailsTypeI" minOccurs="0"/&amp;gt;
* &amp;lt;element name="facilitiesInformation" type="{http://xml.amadeus.com/FMPTBQ_24_1_1A}ProductFacilitiesTypeI" maxOccurs="99" minOccurs="0"/&amp;gt;
* &amp;lt;/sequence&amp;gt;
* &amp;lt;/restriction&amp;gt;
* &amp;lt;/complexContent&amp;gt;
* &amp;lt;/complexType&amp;gt;
* &lt;/pre&gt;
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "AdditionalProductDetailsTypeI", propOrder = {
"legDetails",
"departureStationInfo",
"arrivalStationInfo",
"mileageTimeDetails",
"facilitiesInformation"
})
public class AdditionalProductDetailsTypeI {
protected AdditionalProductTypeI legDetails;
protected StationInformationTypeI departureStationInfo;
protected StationInformationTypeI arrivalStationInfo;
protected MileageTimeDetailsTypeI mileageTimeDetails;
protected List<ProductFacilitiesTypeI> facilitiesInformation;
/**
* Gets the value of the legDetails property.
*
* @return
* possible object is
* {@link AdditionalProductTypeI }
*
*/
public AdditionalProductTypeI getLegDetails() {
return legDetails;
}
/**
* Sets the value of the legDetails property.
*
* @param value
* allowed object is
* {@link AdditionalProductTypeI }
*
*/
public void setLegDetails(AdditionalProductTypeI value) {
this.legDetails = value;
}
/**
* Gets the value of the departureStationInfo property.
*
* @return
* possible object is
* {@link StationInformationTypeI }
*
*/
public StationInformationTypeI getDepartureStationInfo() {
return departureStationInfo;
}
/**
* Sets the value of the departureStationInfo property.
*
* @param value
* allowed object is
* {@link StationInformationTypeI }
*
*/
public void setDepartureStationInfo(StationInformationTypeI value) {
this.departureStationInfo = value;
}
/**
* Gets the value of the arrivalStationInfo property.
*
* @return
* possible object is
* {@link StationInformationTypeI }
*
*/
public StationInformationTypeI getArrivalStationInfo() {
return arrivalStationInfo;
}
/**
* Sets the value of the arrivalStationInfo property.
*
* @param value
* allowed object is
* {@link StationInformationTypeI }
*
*/
public void setArrivalStationInfo(StationInformationTypeI value) {
this.arrivalStationInfo = value;
}
/**
* Gets the value of the mileageTimeDetails property.
*
* @return
* possible object is
* {@link MileageTimeDetailsTypeI }
*
*/
public MileageTimeDetailsTypeI getMileageTimeDetails() {
return mileageTimeDetails;
}
/**
* Sets the value of the mileageTimeDetails property.
*
* @param value
* allowed object is
* {@link MileageTimeDetailsTypeI }
*
*/
public void setMileageTimeDetails(MileageTimeDetailsTypeI value) {
this.mileageTimeDetails = value;
}
/**
* Gets the value of the facilitiesInformation property.
*
* &lt;p&gt;
* This accessor method returns a reference to the live list,
* not a snapshot. Therefore any modification you make to the
* returned list will be present inside the JAXB object.
* This is why there is not a &lt;CODE&gt;set&lt;/CODE&gt; method for the facilitiesInformation property.
*
* &lt;p&gt;
* For example, to add a new item, do as follows:
* &lt;pre&gt;
* getFacilitiesInformation().add(newItem);
* &lt;/pre&gt;
*
*
* &lt;p&gt;
* Objects of the following type(s) are allowed in the list
* {@link ProductFacilitiesTypeI }
*
*
*/
public List<ProductFacilitiesTypeI> getFacilitiesInformation() {
if (facilitiesInformation == null) {
facilitiesInformation = new ArrayList<ProductFacilitiesTypeI>();
}
return this.facilitiesInformation;
}
}
package com.amadeus.xml.fmptbq_24_1_1a;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlType;
/**
* To convey additional information concerning an airline flight.
*
* &lt;p&gt;Java class for AdditionalProductDetailsTypeI_78514S complex type.
*
* &lt;p&gt;The following schema fragment specifies the expected content contained within this class.
*
* &lt;pre&gt;
* &amp;lt;complexType name="AdditionalProductDetailsTypeI_78514S"&amp;gt;
* &amp;lt;complexContent&amp;gt;
* &amp;lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&amp;gt;
* &amp;lt;sequence&amp;gt;
* &amp;lt;element name="legDetails" type="{http://xml.amadeus.com/FMPTBQ_24_1_1A}AdditionalProductTypeI" minOccurs="0"/&amp;gt;
* &amp;lt;element name="departureStationInfo" type="{http://xml.amadeus.com/FMPTBQ_24_1_1A}StationInformationTypeI" minOccurs="0"/&amp;gt;
* &amp;lt;element name="arrivalStationInfo" type="{http://xml.amadeus.com/FMPTBQ_24_1_1A}StationInformationTypeI" minOccurs="0"/&amp;gt;
* &amp;lt;element name="mileageTimeDetails" type="{http://xml.amadeus.com/FMPTBQ_24_1_1A}MileageTimeDetailsTypeI" minOccurs="0"/&amp;gt;
* &amp;lt;/sequence&amp;gt;
* &amp;lt;/restriction&amp;gt;
* &amp;lt;/complexContent&amp;gt;
* &amp;lt;/complexType&amp;gt;
* &lt;/pre&gt;
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "AdditionalProductDetailsTypeI_78514S", propOrder = {
"legDetails",
"departureStationInfo",
"arrivalStationInfo",
"mileageTimeDetails"
})
public class AdditionalProductDetailsTypeI78514S {
protected AdditionalProductTypeI legDetails;
protected StationInformationTypeI departureStationInfo;
protected StationInformationTypeI arrivalStationInfo;
protected MileageTimeDetailsTypeI mileageTimeDetails;
/**
* Gets the value of the legDetails property.
*
* @return
* possible object is
* {@link AdditionalProductTypeI }
*
*/
public AdditionalProductTypeI getLegDetails() {
return legDetails;
}
/**
* Sets the value of the legDetails property.
*
* @param value
* allowed object is
* {@link AdditionalProductTypeI }
*
*/
public void setLegDetails(AdditionalProductTypeI value) {
this.legDetails = value;
}
/**
* Gets the value of the departureStationInfo property.
*
* @return
* possible object is
* {@link StationInformationTypeI }
*
*/
public StationInformationTypeI getDepartureStationInfo() {
return departureStationInfo;
}
/**
* Sets the value of the departureStationInfo property.
*
* @param value
* allowed object is
* {@link StationInformationTypeI }
*
*/
public void setDepartureStationInfo(StationInformationTypeI value) {
this.departureStationInfo = value;
}
/**
* Gets the value of the arrivalStationInfo property.
*
* @return
* possible object is
* {@link StationInformationTypeI }
*
*/
public StationInformationTypeI getArrivalStationInfo() {
return arrivalStationInfo;
}
/**
* Sets the value of the arrivalStationInfo property.
*
* @param value
* allowed object is
* {@link StationInformationTypeI }
*
*/
public void setArrivalStationInfo(StationInformationTypeI value) {
this.arrivalStationInfo = value;
}
/**
* Gets the value of the mileageTimeDetails property.
*
* @return
* possible object is
* {@link MileageTimeDetailsTypeI }
*
*/
public MileageTimeDetailsTypeI getMileageTimeDetails() {
return mileageTimeDetails;
}
/**
* Sets the value of the mileageTimeDetails property.
*
* @param value
* allowed object is
* {@link MileageTimeDetailsTypeI }
*
*/
public void setMileageTimeDetails(MileageTimeDetailsTypeI value) {
this.mileageTimeDetails = value;
}
}
package com.amadeus.xml.fmptbq_24_1_1a;
import java.math.BigInteger;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlType;
/**
* Additional details describing a specific means of transport.
*
* &lt;p&gt;Java class for AdditionalProductTypeI complex type.
*
* &lt;p&gt;The following schema fragment specifies the expected content contained within this class.
*
* &lt;pre&gt;
* &amp;lt;complexType name="AdditionalProductTypeI"&amp;gt;
* &amp;lt;complexContent&amp;gt;
* &amp;lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&amp;gt;
* &amp;lt;sequence&amp;gt;
* &amp;lt;element name="equipment" type="{http://xml.amadeus.com/FMPTBQ_24_1_1A}AlphaNumericString_Length1To3" minOccurs="0"/&amp;gt;
* &amp;lt;element name="duration" type="{http://xml.amadeus.com/FMPTBQ_24_1_1A}NumericInteger_Length1To6" minOccurs="0"/&amp;gt;
* &amp;lt;element name="complexingFlightIndicator" type="{http://xml.amadeus.com/FMPTBQ_24_1_1A}AlphaNumericString_Length1To1" minOccurs="0"/&amp;gt;
* &amp;lt;/sequence&amp;gt;
* &amp;lt;/restriction&amp;gt;
* &amp;lt;/complexContent&amp;gt;
* &amp;lt;/complexType&amp;gt;
* &lt;/pre&gt;
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "AdditionalProductTypeI", propOrder = {
"equipment",
"duration",
"complexingFlightIndicator"
})
public class AdditionalProductTypeI {
protected String equipment;
protected BigInteger duration;
protected String complexingFlightIndicator;
/**
* Gets the value of the equipment property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getEquipment() {
return equipment;
}
/**
* Sets the value of the equipment property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setEquipment(String value) {
this.equipment = value;
}
/**
* Gets the value of the duration property.
*
* @return
* possible object is
* {@link BigInteger }
*
*/
public BigInteger getDuration() {
return duration;
}
/**
* Sets the value of the duration property.
*
* @param value
* allowed object is
* {@link BigInteger }
*
*/
public void setDuration(BigInteger value) {
this.duration = value;
}
/**
* Gets the value of the complexingFlightIndicator property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getComplexingFlightIndicator() {
return complexingFlightIndicator;
}
/**
* Sets the value of the complexingFlightIndicator property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setComplexingFlightIndicator(String value) {
this.complexingFlightIndicator = value;
}
}
package com.amadeus.xml.fmptbq_24_1_1a;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlType;
/**
* &lt;p&gt;Java class for AgentIdentificationType complex type.
*
* &lt;p&gt;The following schema fragment specifies the expected content contained within this class.
*
* &lt;pre&gt;
* &amp;lt;complexType name="AgentIdentificationType"&amp;gt;
* &amp;lt;complexContent&amp;gt;
* &amp;lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&amp;gt;
* &amp;lt;sequence&amp;gt;
* &amp;lt;element name="arcNumber" type="{http://xml.amadeus.com/FMPTBQ_24_1_1A}AlphaNumericString_Length1To12" minOccurs="0"/&amp;gt;
* &amp;lt;element name="erspNumber" type="{http://xml.amadeus.com/FMPTBQ_24_1_1A}AlphaNumericString_Length1To12" minOccurs="0"/&amp;gt;
* &amp;lt;element name="iataNumber" type="{http://xml.amadeus.com/FMPTBQ_24_1_1A}AlphaNumericString_Length1To12" minOccurs="0"/&amp;gt;
* &amp;lt;/sequence&amp;gt;
* &amp;lt;/restriction&amp;gt;
* &amp;lt;/complexContent&amp;gt;
* &amp;lt;/complexType&amp;gt;
* &lt;/pre&gt;
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "AgentIdentificationType", propOrder = {
"arcNumber",
"erspNumber",
"iataNumber"
})
public class AgentIdentificationType {
protected String arcNumber;
protected String erspNumber;
protected String iataNumber;
/**
* Gets the value of the arcNumber property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getArcNumber() {
return arcNumber;
}
/**
* Sets the value of the arcNumber property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setArcNumber(String value) {
this.arcNumber = value;
}
/**
* Gets the value of the erspNumber property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getErspNumber() {
return erspNumber;
}
/**
* Sets the value of the erspNumber property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setErspNumber(String value) {
this.erspNumber = value;
}
/**
* Gets the value of the iataNumber property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getIataNumber() {
return iataNumber;
}
/**
* Sets the value of the iataNumber property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setIataNumber(String value) {
this.iataNumber = value;
}
}
package com.amadeus.xml.fmptbq_24_1_1a;
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.XmlElement;
import javax.xml.bind.annotation.XmlType;
/**
* &lt;p&gt;Java class for AreaDetailType complex type.
*
* &lt;p&gt;The following schema fragment specifies the expected content contained within this class.
*
* &lt;pre&gt;
* &amp;lt;complexType name="AreaDetailType"&amp;gt;
* &amp;lt;complexContent&amp;gt;
* &amp;lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&amp;gt;
* &amp;lt;sequence&amp;gt;
* &amp;lt;element name="identifierInclusion" type="{http://xml.amadeus.com/FMPTBQ_24_1_1A}AlphaNumericString_Length1To1" minOccurs="0"/&amp;gt;
* &amp;lt;element name="areaQualifier" type="{http://xml.amadeus.com/FMPTBQ_24_1_1A}AlphaString_Length1To1"/&amp;gt;
* &amp;lt;element name="areaId" type="{http://xml.amadeus.com/FMPTBQ_24_1_1A}AlphaString_Length1To5" maxOccurs="99"/&amp;gt;
* &amp;lt;/sequence&amp;gt;
* &amp;lt;/restriction&amp;gt;
* &amp;lt;/complexContent&amp;gt;
* &amp;lt;/complexType&amp;gt;
* &lt;/pre&gt;
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "AreaDetailType", propOrder = {
"identifierInclusion",
"areaQualifier",
"areaId"
})
public class AreaDetailType {
protected String identifierInclusion;
@XmlElement(required = true)
protected String areaQualifier;
@XmlElement(required = true)
protected List<String> areaId;
/**
* Gets the value of the identifierInclusion property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getIdentifierInclusion() {
return identifierInclusion;
}
/**
* Sets the value of the identifierInclusion property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setIdentifierInclusion(String value) {
this.identifierInclusion = value;
}
/**
* Gets the value of the areaQualifier property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getAreaQualifier() {
return areaQualifier;
}
/**
* Sets the value of the areaQualifier property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setAreaQualifier(String value) {
this.areaQualifier = value;
}
/**
* Gets the value of the areaId property.
*
* &lt;p&gt;
* This accessor method returns a reference to the live list,
* not a snapshot. Therefore any modification you make to the
* returned list will be present inside the JAXB object.
* This is why there is not a &lt;CODE&gt;set&lt;/CODE&gt; method for the areaId property.
*
* &lt;p&gt;
* For example, to add a new item, do as follows:
* &lt;pre&gt;
* getAreaId().add(newItem);
* &lt;/pre&gt;
*
*
* &lt;p&gt;
* Objects of the following type(s) are allowed in the list
* {@link String }
*
*
*/
public List<String> getAreaId() {
if (areaId == null) {
areaId = new ArrayList<String>();
}
return this.areaId;
}
}
package com.amadeus.xml.fmptbq_24_1_1a;
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.XmlElement;
import javax.xml.bind.annotation.XmlType;
/**
* &lt;p&gt;Java class for AreaDetailType_306809C complex type.
*
* &lt;p&gt;The following schema fragment specifies the expected content contained within this class.
*
* &lt;pre&gt;
* &amp;lt;complexType name="AreaDetailType_306809C"&amp;gt;
* &amp;lt;complexContent&amp;gt;
* &amp;lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&amp;gt;
* &amp;lt;sequence&amp;gt;
* &amp;lt;element name="identifierExclusion" type="{http://xml.amadeus.com/FMPTBQ_24_1_1A}AMA_EDICodesetType_Length1"/&amp;gt;
* &amp;lt;element name="areaQualifier" type="{http://xml.amadeus.com/FMPTBQ_24_1_1A}AlphaString_Length1To1"/&amp;gt;
* &amp;lt;element name="areaId" type="{http://xml.amadeus.com/FMPTBQ_24_1_1A}AlphaString_Length1To5" maxOccurs="99"/&amp;gt;
* &amp;lt;/sequence&amp;gt;
* &amp;lt;/restriction&amp;gt;
* &amp;lt;/complexContent&amp;gt;
* &amp;lt;/complexType&amp;gt;
* &lt;/pre&gt;
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "AreaDetailType_306809C", propOrder = {
"identifierExclusion",
"areaQualifier",
"areaId"
})
public class AreaDetailType306809C {
@XmlElement(required = true)
protected String identifierExclusion;
@XmlElement(required = true)
protected String areaQualifier;
@XmlElement(required = true)
protected List<String> areaId;
/**
* Gets the value of the identifierExclusion property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getIdentifierExclusion() {
return identifierExclusion;
}
/**
* Sets the value of the identifierExclusion property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setIdentifierExclusion(String value) {
this.identifierExclusion = value;
}
/**
* Gets the value of the areaQualifier property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getAreaQualifier() {
return areaQualifier;
}
/**
* Sets the value of the areaQualifier property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setAreaQualifier(String value) {
this.areaQualifier = value;
}
/**
* Gets the value of the areaId property.
*
* &lt;p&gt;
* This accessor method returns a reference to the live list,
* not a snapshot. Therefore any modification you make to the
* returned list will be present inside the JAXB object.
* This is why there is not a &lt;CODE&gt;set&lt;/CODE&gt; method for the areaId property.
*
* &lt;p&gt;
* For example, to add a new item, do as follows:
* &lt;pre&gt;
* getAreaId().add(newItem);
* &lt;/pre&gt;
*
*
* &lt;p&gt;
* Objects of the following type(s) are allowed in the list
* {@link String }
*
*
*/
public List<String> getAreaId() {
if (areaId == null) {
areaId = new ArrayList<String>();
}
return this.areaId;
}
}
package com.amadeus.xml.fmptbq_24_1_1a;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlType;
/**
* &lt;p&gt;Java class for ArithmeticEvaluationType complex type.
*
* &lt;p&gt;The following schema fragment specifies the expected content contained within this class.
*
* &lt;pre&gt;
* &amp;lt;complexType name="ArithmeticEvaluationType"&amp;gt;
* &amp;lt;complexContent&amp;gt;
* &amp;lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&amp;gt;
* &amp;lt;sequence&amp;gt;
* &amp;lt;element name="codeOperator" type="{http://xml.amadeus.com/FMPTBQ_24_1_1A}AlphaNumericString_Length1To3" minOccurs="0"/&amp;gt;
* &amp;lt;/sequence&amp;gt;
* &amp;lt;/restriction&amp;gt;
* &amp;lt;/complexContent&amp;gt;
* &amp;lt;/complexType&amp;gt;
* &lt;/pre&gt;
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "ArithmeticEvaluationType", propOrder = {
"codeOperator"
})
public class ArithmeticEvaluationType {
protected String codeOperator;
/**
* Gets the value of the codeOperator property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getCodeOperator() {
return codeOperator;
}
/**
* Sets the value of the codeOperator property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setCodeOperator(String value) {
this.codeOperator = value;
}
}
package com.amadeus.xml.fmptbq_24_1_1a;
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.XmlType;
/**
* To convey information of the requested arrival location
*
* &lt;p&gt;Java class for ArrivalLocalizationType complex type.
*
* &lt;p&gt;The following schema fragment specifies the expected content contained within this class.
*
* &lt;pre&gt;
* &amp;lt;complexType name="ArrivalLocalizationType"&amp;gt;
* &amp;lt;complexContent&amp;gt;
* &amp;lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&amp;gt;
* &amp;lt;sequence&amp;gt;
* &amp;lt;element name="arrivalPointDetails" type="{http://xml.amadeus.com/FMPTBQ_24_1_1A}ArrivalLocationDetailsType" minOccurs="0"/&amp;gt;
* &amp;lt;element name="arrivalMultiCity" type="{http://xml.amadeus.com/FMPTBQ_24_1_1A}MultiCityOptionType" maxOccurs="50" minOccurs="0"/&amp;gt;
* &amp;lt;element name="attributeDetails" type="{http://xml.amadeus.com/FMPTBQ_24_1_1A}CodedAttributeInformationType_139508C" maxOccurs="20" minOccurs="0"/&amp;gt;
* &amp;lt;/sequence&amp;gt;
* &amp;lt;/restriction&amp;gt;
* &amp;lt;/complexContent&amp;gt;
* &amp;lt;/complexType&amp;gt;
* &lt;/pre&gt;
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "ArrivalLocalizationType", propOrder = {
"arrivalPointDetails",
"arrivalMultiCity",
"attributeDetails"
})
public class ArrivalLocalizationType {
protected ArrivalLocationDetailsType arrivalPointDetails;
protected List<MultiCityOptionType> arrivalMultiCity;
protected List<CodedAttributeInformationType139508C> attributeDetails;
/**
* Gets the value of the arrivalPointDetails property.
*
* @return
* possible object is
* {@link ArrivalLocationDetailsType }
*
*/
public ArrivalLocationDetailsType getArrivalPointDetails() {
return arrivalPointDetails;
}
/**
* Sets the value of the arrivalPointDetails property.
*
* @param value
* allowed object is
* {@link ArrivalLocationDetailsType }
*
*/
public void setArrivalPointDetails(ArrivalLocationDetailsType value) {
this.arrivalPointDetails = value;
}
/**
* Gets the value of the arrivalMultiCity property.
*
* &lt;p&gt;
* This accessor method returns a reference to the live list,
* not a snapshot. Therefore any modification you make to the
* returned list will be present inside the JAXB object.
* This is why there is not a &lt;CODE&gt;set&lt;/CODE&gt; method for the arrivalMultiCity property.
*
* &lt;p&gt;
* For example, to add a new item, do as follows:
* &lt;pre&gt;
* getArrivalMultiCity().add(newItem);
* &lt;/pre&gt;
*
*
* &lt;p&gt;
* Objects of the following type(s) are allowed in the list
* {@link MultiCityOptionType }
*
*
*/
public List<MultiCityOptionType> getArrivalMultiCity() {
if (arrivalMultiCity == null) {
arrivalMultiCity = new ArrayList<MultiCityOptionType>();
}
return this.arrivalMultiCity;
}
/**
* Gets the value of the attributeDetails property.
*
* &lt;p&gt;
* This accessor method returns a reference to the live list,
* not a snapshot. Therefore any modification you make to the
* returned list will be present inside the JAXB object.
* This is why there is not a &lt;CODE&gt;set&lt;/CODE&gt; method for the attributeDetails property.
*
* &lt;p&gt;
* For example, to add a new item, do as follows:
* &lt;pre&gt;
* getAttributeDetails().add(newItem);
* &lt;/pre&gt;
*
*
* &lt;p&gt;
* Objects of the following type(s) are allowed in the list
* {@link CodedAttributeInformationType139508C }
*
*
*/
public List<CodedAttributeInformationType139508C> getAttributeDetails() {
if (attributeDetails == null) {
attributeDetails = new ArrayList<CodedAttributeInformationType139508C>();
}
return this.attributeDetails;
}
}
package com.amadeus.xml.fmptbq_24_1_1a;
import java.math.BigInteger;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlType;
/**
* &lt;p&gt;Java class for ArrivalLocationDetailsType complex type.
*
* &lt;p&gt;The following schema fragment specifies the expected content contained within this class.
*
* &lt;pre&gt;
* &amp;lt;complexType name="ArrivalLocationDetailsType"&amp;gt;
* &amp;lt;complexContent&amp;gt;
* &amp;lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&amp;gt;
* &amp;lt;sequence&amp;gt;
* &amp;lt;element name="distance" type="{http://xml.amadeus.com/FMPTBQ_24_1_1A}NumericInteger_Length1To3" minOccurs="0"/&amp;gt;
* &amp;lt;element name="distanceUnit" type="{http://xml.amadeus.com/FMPTBQ_24_1_1A}AlphaNumericString_Length0To3" minOccurs="0"/&amp;gt;
* &amp;lt;element name="locationId" type="{http://xml.amadeus.com/FMPTBQ_24_1_1A}AlphaString_Length3To5" minOccurs="0"/&amp;gt;
* &amp;lt;element name="airportCityQualifier" type="{http://xml.amadeus.com/FMPTBQ_24_1_1A}AlphaString_Length1To1" minOccurs="0"/&amp;gt;
* &amp;lt;element name="latitude" type="{http://xml.amadeus.com/FMPTBQ_24_1_1A}AlphaNumericString_Length6To6" minOccurs="0"/&amp;gt;
* &amp;lt;element name="longitude" type="{http://xml.amadeus.com/FMPTBQ_24_1_1A}AlphaNumericString_Length6To6" minOccurs="0"/&amp;gt;
* &amp;lt;/sequence&amp;gt;
* &amp;lt;/restriction&amp;gt;
* &amp;lt;/complexContent&amp;gt;
* &amp;lt;/complexType&amp;gt;
* &lt;/pre&gt;
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "ArrivalLocationDetailsType", propOrder = {
"distance",
"distanceUnit",
"locationId",
"airportCityQualifier",
"latitude",
"longitude"
})
public class ArrivalLocationDetailsType {
protected BigInteger distance;
protected String distanceUnit;
protected String locationId;
protected String airportCityQualifier;
protected String latitude;
protected String longitude;
/**
* Gets the value of the distance property.
*
* @return
* possible object is
* {@link BigInteger }
*
*/
public BigInteger getDistance() {
return distance;
}
/**
* Sets the value of the distance property.
*
* @param value
* allowed object is
* {@link BigInteger }
*
*/
public void setDistance(BigInteger value) {
this.distance = value;
}
/**
* Gets the value of the distanceUnit property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getDistanceUnit() {
return distanceUnit;
}
/**
* Sets the value of the distanceUnit property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setDistanceUnit(String value) {
this.distanceUnit = value;
}
/**
* Gets the value of the locationId property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getLocationId() {
return locationId;
}
/**
* Sets the value of the locationId property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setLocationId(String value) {
this.locationId = value;
}
/**
* Gets the value of the airportCityQualifier property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getAirportCityQualifier() {
return airportCityQualifier;
}
/**
* Sets the value of the airportCityQualifier property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setAirportCityQualifier(String value) {
this.airportCityQualifier = value;
}
/**
* Gets the value of the latitude property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getLatitude() {
return latitude;
}
/**
* Sets the value of the latitude property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setLatitude(String value) {
this.latitude = value;
}
/**
* Gets the value of the longitude property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getLongitude() {
return longitude;
}
/**
* Sets the value of the longitude property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setLongitude(String value) {
this.longitude = value;
}
}
package com.amadeus.xml.fmptbq_24_1_1a;
import java.math.BigInteger;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlType;
/**
* &lt;p&gt;Java class for ArrivalLocationDetailsType_120834C complex type.
*
* &lt;p&gt;The following schema fragment specifies the expected content contained within this class.
*
* &lt;pre&gt;
* &amp;lt;complexType name="ArrivalLocationDetailsType_120834C"&amp;gt;
* &amp;lt;complexContent&amp;gt;
* &amp;lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&amp;gt;
* &amp;lt;sequence&amp;gt;
* &amp;lt;element name="distance" type="{http://xml.amadeus.com/FMPTBQ_24_1_1A}NumericInteger_Length1To3" minOccurs="0"/&amp;gt;
* &amp;lt;element name="distanceUnit" type="{http://xml.amadeus.com/FMPTBQ_24_1_1A}AlphaNumericString_Length1To3" minOccurs="0"/&amp;gt;
* &amp;lt;element name="locationId" type="{http://xml.amadeus.com/FMPTBQ_24_1_1A}AlphaString_Length3To5" minOccurs="0"/&amp;gt;
* &amp;lt;element name="airportCityQualifier" type="{http://xml.amadeus.com/FMPTBQ_24_1_1A}AlphaString_Length1To1" minOccurs="0"/&amp;gt;
* &amp;lt;element name="latitude" type="{http://xml.amadeus.com/FMPTBQ_24_1_1A}AlphaNumericString_Length6To6" minOccurs="0"/&amp;gt;
* &amp;lt;element name="longitude" type="{http://xml.amadeus.com/FMPTBQ_24_1_1A}AlphaNumericString_Length6To6" minOccurs="0"/&amp;gt;
* &amp;lt;/sequence&amp;gt;
* &amp;lt;/restriction&amp;gt;
* &amp;lt;/complexContent&amp;gt;
* &amp;lt;/complexType&amp;gt;
* &lt;/pre&gt;
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "ArrivalLocationDetailsType_120834C", propOrder = {
"distance",
"distanceUnit",
"locationId",
"airportCityQualifier",
"latitude",
"longitude"
})
public class ArrivalLocationDetailsType120834C {
protected BigInteger distance;
protected String distanceUnit;
protected String locationId;
protected String airportCityQualifier;
protected String latitude;
protected String longitude;
/**
* Gets the value of the distance property.
*
* @return
* possible object is
* {@link BigInteger }
*
*/
public BigInteger getDistance() {
return distance;
}
/**
* Sets the value of the distance property.
*
* @param value
* allowed object is
* {@link BigInteger }
*
*/
public void setDistance(BigInteger value) {
this.distance = value;
}
/**
* Gets the value of the distanceUnit property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getDistanceUnit() {
return distanceUnit;
}
/**
* Sets the value of the distanceUnit property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setDistanceUnit(String value) {
this.distanceUnit = value;
}
/**
* Gets the value of the locationId property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getLocationId() {
return locationId;
}
/**
* Sets the value of the locationId property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setLocationId(String value) {
this.locationId = value;
}
/**
* Gets the value of the airportCityQualifier property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getAirportCityQualifier() {
return airportCityQualifier;
}
/**
* Sets the value of the airportCityQualifier property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setAirportCityQualifier(String value) {
this.airportCityQualifier = value;
}
/**
* Gets the value of the latitude property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getLatitude() {
return latitude;
}
/**
* Sets the value of the latitude property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setLatitude(String value) {
this.latitude = value;
}
/**
* Gets the value of the longitude property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getLongitude() {
return longitude;
}
/**
* Sets the value of the longitude property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setLongitude(String value) {
this.longitude = value;
}
}
package com.amadeus.xml.fmptbq_24_1_1a;
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.XmlType;
/**
* &lt;p&gt;Java class for AttributeDetails complex type.
*
* &lt;p&gt;The following schema fragment specifies the expected content contained within this class.
*
* &lt;pre&gt;
* &amp;lt;complexType name="AttributeDetails"&amp;gt;
* &amp;lt;complexContent&amp;gt;
* &amp;lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&amp;gt;
* &amp;lt;sequence&amp;gt;
* &amp;lt;element name="qualifier" type="{http://xml.amadeus.com/FMPTBQ_24_1_1A}AlphaNumericString_Length1To5" minOccurs="0"/&amp;gt;
* &amp;lt;element name="value" type="{http://xml.amadeus.com/FMPTBQ_24_1_1A}AlphaNumericString_Length1To64" maxOccurs="20" minOccurs="0"/&amp;gt;
* &amp;lt;/sequence&amp;gt;
* &amp;lt;/restriction&amp;gt;
* &amp;lt;/complexContent&amp;gt;
* &amp;lt;/complexType&amp;gt;
* &lt;/pre&gt;
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "AttributeDetails", propOrder = {
"qualifier",
"value"
})
public class AttributeDetails {
protected String qualifier;
protected List<String> value;
/**
* Gets the value of the qualifier property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getQualifier() {
return qualifier;
}
/**
* Sets the value of the qualifier property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setQualifier(String value) {
this.qualifier = value;
}
/**
* Gets the value of the value property.
*
* &lt;p&gt;
* This accessor method returns a reference to the live list,
* not a snapshot. Therefore any modification you make to the
* returned list will be present inside the JAXB object.
* This is why there is not a &lt;CODE&gt;set&lt;/CODE&gt; method for the value property.
*
* &lt;p&gt;
* For example, to add a new item, do as follows:
* &lt;pre&gt;
* getValue().add(newItem);
* &lt;/pre&gt;
*
*
* &lt;p&gt;
* Objects of the following type(s) are allowed in the list
* {@link String }
*
*
*/
public List<String> getValue() {
if (value == null) {
value = new ArrayList<String>();
}
return this.value;
}
}
package com.amadeus.xml.fmptbq_24_1_1a;
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.XmlType;
/**
* &lt;p&gt;Java class for AttributeDetailsType complex type.
*
* &lt;p&gt;The following schema fragment specifies the expected content contained within this class.
*
* &lt;pre&gt;
* &amp;lt;complexType name="AttributeDetailsType"&amp;gt;
* &amp;lt;complexContent&amp;gt;
* &amp;lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&amp;gt;
* &amp;lt;sequence&amp;gt;
* &amp;lt;element name="requestedSgt" type="{http://xml.amadeus.com/FMPTBQ_24_1_1A}AlphaNumericString_Length1To3" minOccurs="0"/&amp;gt;
* &amp;lt;element name="value" type="{http://xml.amadeus.com/FMPTBQ_24_1_1A}AlphaNumericString_Length1To20" maxOccurs="50" minOccurs="0"/&amp;gt;
* &amp;lt;/sequence&amp;gt;
* &amp;lt;/restriction&amp;gt;
* &amp;lt;/complexContent&amp;gt;
* &amp;lt;/complexType&amp;gt;
* &lt;/pre&gt;
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "AttributeDetailsType", propOrder = {
"requestedSgt",
"value"
})
public class AttributeDetailsType {
protected String requestedSgt;
protected List<String> value;
/**
* Gets the value of the requestedSgt property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getRequestedSgt() {
return requestedSgt;
}
/**
* Sets the value of the requestedSgt property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setRequestedSgt(String value) {
this.requestedSgt = value;
}
/**
* Gets the value of the value property.
*
* &lt;p&gt;
* This accessor method returns a reference to the live list,
* not a snapshot. Therefore any modification you make to the
* returned list will be present inside the JAXB object.
* This is why there is not a &lt;CODE&gt;set&lt;/CODE&gt; method for the value property.
*
* &lt;p&gt;
* For example, to add a new item, do as follows:
* &lt;pre&gt;
* getValue().add(newItem);
* &lt;/pre&gt;
*
*
* &lt;p&gt;
* Objects of the following type(s) are allowed in the list
* {@link String }
*
*
*/
public List<String> getValue() {
if (value == null) {
value = new ArrayList<String>();
}
return this.value;
}
}
package com.amadeus.xml.fmptbq_24_1_1a;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlType;
/**
* To identify the type of attribute and the attribute
*
* &lt;p&gt;Java class for AttributeInformationType complex type.
*
* &lt;p&gt;The following schema fragment specifies the expected content contained within this class.
*
* &lt;pre&gt;
* &amp;lt;complexType name="AttributeInformationType"&amp;gt;
* &amp;lt;complexContent&amp;gt;
* &amp;lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&amp;gt;
* &amp;lt;sequence&amp;gt;
* &amp;lt;element name="option" type="{http://xml.amadeus.com/FMPTBQ_24_1_1A}AlphaNumericString_Length1To3"/&amp;gt;
* &amp;lt;element name="optionInformation" type="{http://xml.amadeus.com/FMPTBQ_24_1_1A}AlphaNumericString_Length1To35" minOccurs="0"/&amp;gt;
* &amp;lt;/sequence&amp;gt;
* &amp;lt;/restriction&amp;gt;
* &amp;lt;/complexContent&amp;gt;
* &amp;lt;/complexType&amp;gt;
* &lt;/pre&gt;
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "AttributeInformationType", propOrder = {
"option",
"optionInformation"
})
public class AttributeInformationType {
@XmlElement(required = true)
protected String option;
protected String optionInformation;
/**
* Gets the value of the option property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getOption() {
return option;
}
/**
* Sets the value of the option property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setOption(String value) {
this.option = value;
}
/**
* Gets the value of the optionInformation property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getOptionInformation() {
return optionInformation;
}
/**
* Sets the value of the optionInformation property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setOptionInformation(String value) {
this.optionInformation = value;
}
}
package com.amadeus.xml.fmptbq_24_1_1a;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlType;
/**
* To identify the type of attribute and the attribute
*
* &lt;p&gt;Java class for AttributeInformationType_97181C complex type.
*
* &lt;p&gt;The following schema fragment specifies the expected content contained within this class.
*
* &lt;pre&gt;
* &amp;lt;complexType name="AttributeInformationType_97181C"&amp;gt;
* &amp;lt;complexContent&amp;gt;
* &amp;lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&amp;gt;
* &amp;lt;sequence&amp;gt;
* &amp;lt;element name="attributeType" type="{http://xml.amadeus.com/FMPTBQ_24_1_1A}AlphaNumericString_Length1To25"/&amp;gt;
* &amp;lt;element name="attributeDescription" type="{http://xml.amadeus.com/FMPTBQ_24_1_1A}AlphaNumericString_Length1To256" minOccurs="0"/&amp;gt;
* &amp;lt;/sequence&amp;gt;
* &amp;lt;/restriction&amp;gt;
* &amp;lt;/complexContent&amp;gt;
* &amp;lt;/complexType&amp;gt;
* &lt;/pre&gt;
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "AttributeInformationType_97181C", propOrder = {
"attributeType",
"attributeDescription"
})
public class AttributeInformationType97181C {
@XmlElement(required = true)
protected String attributeType;
protected String attributeDescription;
/**
* Gets the value of the attributeType property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getAttributeType() {
return attributeType;
}
/**
* Sets the value of the attributeType property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setAttributeType(String value) {
this.attributeType = value;
}
/**
* Gets the value of the attributeDescription property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getAttributeDescription() {
return attributeDescription;
}
/**
* Sets the value of the attributeDescription property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setAttributeDescription(String value) {
this.attributeDescription = value;
}
}
package com.amadeus.xml.fmptbq_24_1_1a;
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.XmlType;
/**
* &lt;p&gt;Java class for AttributeList complex type.
*
* &lt;p&gt;The following schema fragment specifies the expected content contained within this class.
*
* &lt;pre&gt;
* &amp;lt;complexType name="AttributeList"&amp;gt;
* &amp;lt;complexContent&amp;gt;
* &amp;lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&amp;gt;
* &amp;lt;sequence&amp;gt;
* &amp;lt;element name="qualifier" type="{http://xml.amadeus.com/FMPTBQ_24_1_1A}AlphaNumericString_Length1To3" minOccurs="0"/&amp;gt;
* &amp;lt;element name="attributeDetails" type="{http://xml.amadeus.com/FMPTBQ_24_1_1A}AttributeDetails" maxOccurs="10" minOccurs="0"/&amp;gt;
* &amp;lt;/sequence&amp;gt;
* &amp;lt;/restriction&amp;gt;
* &amp;lt;/complexContent&amp;gt;
* &amp;lt;/complexType&amp;gt;
* &lt;/pre&gt;
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "AttributeList", propOrder = {
"qualifier",
"attributeDetails"
})
public class AttributeList {
protected String qualifier;
protected List<AttributeDetails> attributeDetails;
/**
* Gets the value of the qualifier property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getQualifier() {
return qualifier;
}
/**
* Sets the value of the qualifier property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setQualifier(String value) {
this.qualifier = value;
}
/**
* Gets the value of the attributeDetails property.
*
* &lt;p&gt;
* This accessor method returns a reference to the live list,
* not a snapshot. Therefore any modification you make to the
* returned list will be present inside the JAXB object.
* This is why there is not a &lt;CODE&gt;set&lt;/CODE&gt; method for the attributeDetails property.
*
* &lt;p&gt;
* For example, to add a new item, do as follows:
* &lt;pre&gt;
* getAttributeDetails().add(newItem);
* &lt;/pre&gt;
*
*
* &lt;p&gt;
* Objects of the following type(s) are allowed in the list
* {@link AttributeDetails }
*
*
*/
public List<AttributeDetails> getAttributeDetails() {
if (attributeDetails == null) {
attributeDetails = new ArrayList<AttributeDetails>();
}
return this.attributeDetails;
}
}
package com.amadeus.xml.fmptbq_24_1_1a;
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.XmlElement;
import javax.xml.bind.annotation.XmlType;
/**
* Used to have tag value without code list for tag
*
* &lt;p&gt;Java class for AttributeType complex type.
*
* &lt;p&gt;The following schema fragment specifies the expected content contained within this class.
*
* &lt;pre&gt;
* &amp;lt;complexType name="AttributeType"&amp;gt;
* &amp;lt;complexContent&amp;gt;
* &amp;lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&amp;gt;
* &amp;lt;sequence&amp;gt;
* &amp;lt;element name="selectionDetails" type="{http://xml.amadeus.com/FMPTBQ_24_1_1A}AttributeInformationType" maxOccurs="10"/&amp;gt;
* &amp;lt;/sequence&amp;gt;
* &amp;lt;/restriction&amp;gt;
* &amp;lt;/complexContent&amp;gt;
* &amp;lt;/complexType&amp;gt;
* &lt;/pre&gt;
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "AttributeType", propOrder = {
"selectionDetails"
})
public class AttributeType {
@XmlElement(required = true)
protected List<AttributeInformationType> selectionDetails;
/**
* Gets the value of the selectionDetails property.
*
* &lt;p&gt;
* This accessor method returns a reference to the live list,
* not a snapshot. Therefore any modification you make to the
* returned list will be present inside the JAXB object.
* This is why there is not a &lt;CODE&gt;set&lt;/CODE&gt; method for the selectionDetails property.
*
* &lt;p&gt;
* For example, to add a new item, do as follows:
* &lt;pre&gt;
* getSelectionDetails().add(newItem);
* &lt;/pre&gt;
*
*
* &lt;p&gt;
* Objects of the following type(s) are allowed in the list
* {@link AttributeInformationType }
*
*
*/
public List<AttributeInformationType> getSelectionDetails() {
if (selectionDetails == null) {
selectionDetails = new ArrayList<AttributeInformationType>();
}
return this.selectionDetails;
}
}
package com.amadeus.xml.fmptbq_24_1_1a;
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.XmlElement;
import javax.xml.bind.annotation.XmlType;
/**
* Used to have tag value without code list for tag
*
* &lt;p&gt;Java class for AttributeType_61377S complex type.
*
* &lt;p&gt;The following schema fragment specifies the expected content contained within this class.
*
* &lt;pre&gt;
* &amp;lt;complexType name="AttributeType_61377S"&amp;gt;
* &amp;lt;complexContent&amp;gt;
* &amp;lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&amp;gt;
* &amp;lt;sequence&amp;gt;
* &amp;lt;element name="attributeQualifier" type="{http://xml.amadeus.com/FMPTBQ_24_1_1A}AlphaNumericString_Length1To3" minOccurs="0"/&amp;gt;
* &amp;lt;element name="attributeDetails" type="{http://xml.amadeus.com/FMPTBQ_24_1_1A}AttributeInformationType_97181C" maxOccurs="99"/&amp;gt;
* &amp;lt;/sequence&amp;gt;
* &amp;lt;/restriction&amp;gt;
* &amp;lt;/complexContent&amp;gt;
* &amp;lt;/complexType&amp;gt;
* &lt;/pre&gt;
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "AttributeType_61377S", propOrder = {
"attributeQualifier",
"attributeDetails"
})
public class AttributeType61377S {
protected String attributeQualifier;
@XmlElement(required = true)
protected List<AttributeInformationType97181C> attributeDetails;
/**
* Gets the value of the attributeQualifier property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getAttributeQualifier() {
return attributeQualifier;
}
/**
* Sets the value of the attributeQualifier property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setAttributeQualifier(String value) {
this.attributeQualifier = value;
}
/**
* Gets the value of the attributeDetails property.
*
* &lt;p&gt;
* This accessor method returns a reference to the live list,
* not a snapshot. Therefore any modification you make to the
* returned list will be present inside the JAXB object.
* This is why there is not a &lt;CODE&gt;set&lt;/CODE&gt; method for the attributeDetails property.
*
* &lt;p&gt;
* For example, to add a new item, do as follows:
* &lt;pre&gt;
* getAttributeDetails().add(newItem);
* &lt;/pre&gt;
*
*
* &lt;p&gt;
* Objects of the following type(s) are allowed in the list
* {@link AttributeInformationType97181C }
*
*
*/
public List<AttributeInformationType97181C> getAttributeDetails() {
if (attributeDetails == null) {
attributeDetails = new ArrayList<AttributeInformationType97181C>();
}
return this.attributeDetails;
}
}
package com.amadeus.xml.fmptbq_24_1_1a;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlType;
/**
* To perform boolean operations
*
* &lt;p&gt;Java class for BooleanExpressionRuleType complex type.
*
* &lt;p&gt;The following schema fragment specifies the expected content contained within this class.
*
* &lt;pre&gt;
* &amp;lt;complexType name="BooleanExpressionRuleType"&amp;gt;
* &amp;lt;complexContent&amp;gt;
* &amp;lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&amp;gt;
* &amp;lt;sequence&amp;gt;
* &amp;lt;element name="booleanExpression" type="{http://xml.amadeus.com/FMPTBQ_24_1_1A}ArithmeticEvaluationType"/&amp;gt;
* &amp;lt;/sequence&amp;gt;
* &amp;lt;/restriction&amp;gt;
* &amp;lt;/complexContent&amp;gt;
* &amp;lt;/complexType&amp;gt;
* &lt;/pre&gt;
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "BooleanExpressionRuleType", propOrder = {
"booleanExpression"
})
public class BooleanExpressionRuleType {
@XmlElement(required = true)
protected ArithmeticEvaluationType booleanExpression;
/**
* Gets the value of the booleanExpression property.
*
* @return
* possible object is
* {@link ArithmeticEvaluationType }
*
*/
public ArithmeticEvaluationType getBooleanExpression() {
return booleanExpression;
}
/**
* Sets the value of the booleanExpression property.
*
* @param value
* allowed object is
* {@link ArithmeticEvaluationType }
*
*/
public void setBooleanExpression(ArithmeticEvaluationType value) {
this.booleanExpression = value;
}
}
package com.amadeus.xml.fmptbq_24_1_1a;
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.XmlType;
/**
* &lt;p&gt;Java class for BucketDetailsType complex type.
*
* &lt;p&gt;The following schema fragment specifies the expected content contained within this class.
*
* &lt;pre&gt;
* &amp;lt;complexType name="BucketDetailsType"&amp;gt;
* &amp;lt;complexContent&amp;gt;
* &amp;lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&amp;gt;
* &amp;lt;sequence&amp;gt;
* &amp;lt;element name="code" type="{http://xml.amadeus.com/FMPTBQ_24_1_1A}AlphaNumericString_Length1To3" minOccurs="0"/&amp;gt;
* &amp;lt;element name="type" type="{http://xml.amadeus.com/FMPTBQ_24_1_1A}AlphaNumericString_Length1To3" minOccurs="0"/&amp;gt;
* &amp;lt;element name="attribute" type="{http://xml.amadeus.com/FMPTBQ_24_1_1A}AttributeDetailsType" maxOccurs="10" minOccurs="0"/&amp;gt;
* &amp;lt;/sequence&amp;gt;
* &amp;lt;/restriction&amp;gt;
* &amp;lt;/complexContent&amp;gt;
* &amp;lt;/complexType&amp;gt;
* &lt;/pre&gt;
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "BucketDetailsType", propOrder = {
"code",
"type",
"attribute"
})
public class BucketDetailsType {
protected String code;
protected String type;
protected List<AttributeDetailsType> attribute;
/**
* Gets the value of the code property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getCode() {
return code;
}
/**
* Sets the value of the code property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setCode(String value) {
this.code = value;
}
/**
* Gets the value of the type property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getType() {
return type;
}
/**
* Sets the value of the type property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setType(String value) {
this.type = value;
}
/**
* Gets the value of the attribute property.
*
* &lt;p&gt;
* This accessor method returns a reference to the live list,
* not a snapshot. Therefore any modification you make to the
* returned list will be present inside the JAXB object.
* This is why there is not a &lt;CODE&gt;set&lt;/CODE&gt; method for the attribute property.
*
* &lt;p&gt;
* For example, to add a new item, do as follows:
* &lt;pre&gt;
* getAttribute().add(newItem);
* &lt;/pre&gt;
*
*
* &lt;p&gt;
* Objects of the following type(s) are allowed in the list
* {@link AttributeDetailsType }
*
*
*/
public List<AttributeDetailsType> getAttribute() {
if (attribute == null) {
attribute = new ArrayList<AttributeDetailsType>();
}
return this.attribute;
}
}
package com.amadeus.xml.fmptbq_24_1_1a;
import java.math.BigInteger;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlType;
/**
* &lt;p&gt;Java class for BucketInformationType complex type.
*
* &lt;p&gt;The following schema fragment specifies the expected content contained within this class.
*
* &lt;pre&gt;
* &amp;lt;complexType name="BucketInformationType"&amp;gt;
* &amp;lt;complexContent&amp;gt;
* &amp;lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&amp;gt;
* &amp;lt;sequence&amp;gt;
* &amp;lt;element name="number" type="{http://xml.amadeus.com/FMPTBQ_24_1_1A}AlphaNumericString_Length1To3" minOccurs="0"/&amp;gt;
* &amp;lt;element name="name" type="{http://xml.amadeus.com/FMPTBQ_24_1_1A}AlphaNumericString_Length1To20" minOccurs="0"/&amp;gt;
* &amp;lt;element name="completion" type="{http://xml.amadeus.com/FMPTBQ_24_1_1A}AMA_EDICodesetType_Length1to3" minOccurs="0"/&amp;gt;
* &amp;lt;element name="mode" type="{http://xml.amadeus.com/FMPTBQ_24_1_1A}AlphaNumericString_Length1To3" minOccurs="0"/&amp;gt;
* &amp;lt;element name="valueRef" type="{http://xml.amadeus.com/FMPTBQ_24_1_1A}AlphaNumericString_Length1To3" minOccurs="0"/&amp;gt;
* &amp;lt;element name="weight" type="{http://xml.amadeus.com/FMPTBQ_24_1_1A}NumericInteger_Length1To4" minOccurs="0"/&amp;gt;
* &amp;lt;element name="count" type="{http://xml.amadeus.com/FMPTBQ_24_1_1A}NumericInteger_Length1To6" minOccurs="0"/&amp;gt;
* &amp;lt;element name="attributeCount" type="{http://xml.amadeus.com/FMPTBQ_24_1_1A}NumericInteger_Length1To6" minOccurs="0"/&amp;gt;
* &amp;lt;/sequence&amp;gt;
* &amp;lt;/restriction&amp;gt;
* &amp;lt;/complexContent&amp;gt;
* &amp;lt;/complexType&amp;gt;
* &lt;/pre&gt;
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "BucketInformationType", propOrder = {
"number",
"name",
"completion",
"mode",
"valueRef",
"weight",
"count",
"attributeCount"
})
public class BucketInformationType {
protected String number;
protected String name;
protected String completion;
protected String mode;
protected String valueRef;
protected BigInteger weight;
protected BigInteger count;
protected BigInteger attributeCount;
/**
* Gets the value of the number property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getNumber() {
return number;
}
/**
* Sets the value of the number property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setNumber(String value) {
this.number = value;
}
/**
* Gets the value of the name property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getName() {
return name;
}
/**
* Sets the value of the name property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setName(String value) {
this.name = value;
}
/**
* Gets the value of the completion property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getCompletion() {
return completion;
}
/**
* Sets the value of the completion property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setCompletion(String value) {
this.completion = value;
}
/**
* Gets the value of the mode property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getMode() {
return mode;
}
/**
* Sets the value of the mode property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setMode(String value) {
this.mode = value;
}
/**
* Gets the value of the valueRef property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getValueRef() {
return valueRef;
}
/**
* Sets the value of the valueRef property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setValueRef(String value) {
this.valueRef = value;
}
/**
* Gets the value of the weight property.
*
* @return
* possible object is
* {@link BigInteger }
*
*/
public BigInteger getWeight() {
return weight;
}
/**
* Sets the value of the weight property.
*
* @param value
* allowed object is
* {@link BigInteger }
*
*/
public void setWeight(BigInteger value) {
this.weight = value;
}
/**
* Gets the value of the count property.
*
* @return
* possible object is
* {@link BigInteger }
*
*/
public BigInteger getCount() {
return count;
}
/**
* Sets the value of the count property.
*
* @param value
* allowed object is
* {@link BigInteger }
*
*/
public void setCount(BigInteger value) {
this.count = value;
}
/**
* Gets the value of the attributeCount property.
*
* @return
* possible object is
* {@link BigInteger }
*
*/
public BigInteger getAttributeCount() {
return attributeCount;
}
/**
* Sets the value of the attributeCount property.
*
* @param value
* allowed object is
* {@link BigInteger }
*
*/
public void setAttributeCount(BigInteger value) {
this.attributeCount = value;
}
}
package com.amadeus.xml.fmptbq_24_1_1a;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlType;
/**
* Cabin class designation
*
* &lt;p&gt;Java class for CabinClassDesignationType complex type.
*
* &lt;p&gt;The following schema fragment specifies the expected content contained within this class.
*
* &lt;pre&gt;
* &amp;lt;complexType name="CabinClassDesignationType"&amp;gt;
* &amp;lt;complexContent&amp;gt;
* &amp;lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&amp;gt;
* &amp;lt;sequence&amp;gt;
* &amp;lt;element name="cabinDesignator" type="{http://xml.amadeus.com/FMPTBQ_24_1_1A}AlphaNumericString_Length1To1"/&amp;gt;
* &amp;lt;/sequence&amp;gt;
* &amp;lt;/restriction&amp;gt;
* &amp;lt;/complexContent&amp;gt;
* &amp;lt;/complexType&amp;gt;
* &lt;/pre&gt;
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "CabinClassDesignationType", propOrder = {
"cabinDesignator"
})
public class CabinClassDesignationType {
@XmlElement(required = true)
protected String cabinDesignator;
/**
* Gets the value of the cabinDesignator property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getCabinDesignator() {
return cabinDesignator;
}
/**
* Sets the value of the cabinDesignator property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setCabinDesignator(String value) {
this.cabinDesignator = value;
}
}
package com.amadeus.xml.fmptbq_24_1_1a;
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.XmlElement;
import javax.xml.bind.annotation.XmlType;
/**
* &lt;p&gt;Java class for CabinIdentificationType complex type.
*
* &lt;p&gt;The following schema fragment specifies the expected content contained within this class.
*
* &lt;pre&gt;
* &amp;lt;complexType name="CabinIdentificationType"&amp;gt;
* &amp;lt;complexContent&amp;gt;
* &amp;lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&amp;gt;
* &amp;lt;sequence&amp;gt;
* &amp;lt;element name="cabinQualifier" type="{http://xml.amadeus.com/FMPTBQ_24_1_1A}AlphaNumericString_Length1To2" minOccurs="0"/&amp;gt;
* &amp;lt;element name="cabin" type="{http://xml.amadeus.com/FMPTBQ_24_1_1A}AlphaString_Length0To1" maxOccurs="3"/&amp;gt;
* &amp;lt;/sequence&amp;gt;
* &amp;lt;/restriction&amp;gt;
* &amp;lt;/complexContent&amp;gt;
* &amp;lt;/complexType&amp;gt;
* &lt;/pre&gt;
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "CabinIdentificationType", propOrder = {
"cabinQualifier",
"cabin"
})
public class CabinIdentificationType {
protected String cabinQualifier;
@XmlElement(required = true)
protected List<String> cabin;
/**
* Gets the value of the cabinQualifier property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getCabinQualifier() {
return cabinQualifier;
}
/**
* Sets the value of the cabinQualifier property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setCabinQualifier(String value) {
this.cabinQualifier = value;
}
/**
* Gets the value of the cabin property.
*
* &lt;p&gt;
* This accessor method returns a reference to the live list,
* not a snapshot. Therefore any modification you make to the
* returned list will be present inside the JAXB object.
* This is why there is not a &lt;CODE&gt;set&lt;/CODE&gt; method for the cabin property.
*
* &lt;p&gt;
* For example, to add a new item, do as follows:
* &lt;pre&gt;
* getCabin().add(newItem);
* &lt;/pre&gt;
*
*
* &lt;p&gt;
* Objects of the following type(s) are allowed in the list
* {@link String }
*
*
*/
public List<String> getCabin() {
if (cabin == null) {
cabin = new ArrayList<String>();
}
return this.cabin;
}
}
package com.amadeus.xml.fmptbq_24_1_1a;
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.XmlType;
/**
* &lt;p&gt;Java class for CabinIdentificationType_233500C complex type.
*
* &lt;p&gt;The following schema fragment specifies the expected content contained within this class.
*
* &lt;pre&gt;
* &amp;lt;complexType name="CabinIdentificationType_233500C"&amp;gt;
* &amp;lt;complexContent&amp;gt;
* &amp;lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&amp;gt;
* &amp;lt;sequence&amp;gt;
* &amp;lt;element name="cabinQualifier" type="{http://xml.amadeus.com/FMPTBQ_24_1_1A}AlphaNumericString_Length1To2" minOccurs="0"/&amp;gt;
* &amp;lt;element name="cabin" type="{http://xml.amadeus.com/FMPTBQ_24_1_1A}AlphaString_Length0To1" maxOccurs="5" minOccurs="0"/&amp;gt;
* &amp;lt;/sequence&amp;gt;
* &amp;lt;/restriction&amp;gt;
* &amp;lt;/complexContent&amp;gt;
* &amp;lt;/complexType&amp;gt;
* &lt;/pre&gt;
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "CabinIdentificationType_233500C", propOrder = {
"cabinQualifier",
"cabin"
})
public class CabinIdentificationType233500C {
protected String cabinQualifier;
protected List<String> cabin;
/**
* Gets the value of the cabinQualifier property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getCabinQualifier() {
return cabinQualifier;
}
/**
* Sets the value of the cabinQualifier property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setCabinQualifier(String value) {
this.cabinQualifier = value;
}
/**
* Gets the value of the cabin property.
*
* &lt;p&gt;
* This accessor method returns a reference to the live list,
* not a snapshot. Therefore any modification you make to the
* returned list will be present inside the JAXB object.
* This is why there is not a &lt;CODE&gt;set&lt;/CODE&gt; method for the cabin property.
*
* &lt;p&gt;
* For example, to add a new item, do as follows:
* &lt;pre&gt;
* getCabin().add(newItem);
* &lt;/pre&gt;
*
*
* &lt;p&gt;
* Objects of the following type(s) are allowed in the list
* {@link String }
*
*
*/
public List<String> getCabin() {
if (cabin == null) {
cabin = new ArrayList<String>();
}
return this.cabin;
}
}
package com.amadeus.xml.fmptbq_24_1_1a;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlType;
/**
* &lt;p&gt;Java class for CabinProductDetailsType complex type.
*
* &lt;p&gt;The following schema fragment specifies the expected content contained within this class.
*
* &lt;pre&gt;
* &amp;lt;complexType name="CabinProductDetailsType"&amp;gt;
* &amp;lt;complexContent&amp;gt;
* &amp;lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&amp;gt;
* &amp;lt;sequence&amp;gt;
* &amp;lt;element name="rbd" type="{http://xml.amadeus.com/FMPTBQ_24_1_1A}AlphaString_Length1To1"/&amp;gt;
* &amp;lt;element name="bookingModifier" type="{http://xml.amadeus.com/FMPTBQ_24_1_1A}AMA_EDICodesetType_Length1" minOccurs="0"/&amp;gt;
* &amp;lt;element name="cabin" type="{http://xml.amadeus.com/FMPTBQ_24_1_1A}AlphaString_Length1To1" minOccurs="0"/&amp;gt;
* &amp;lt;element name="avlStatus" type="{http://xml.amadeus.com/FMPTBQ_24_1_1A}AMA_EDICodesetType_Length1to3" minOccurs="0"/&amp;gt;
* &amp;lt;/sequence&amp;gt;
* &amp;lt;/restriction&amp;gt;
* &amp;lt;/complexContent&amp;gt;
* &amp;lt;/complexType&amp;gt;
* &lt;/pre&gt;
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "CabinProductDetailsType", propOrder = {
"rbd",
"bookingModifier",
"cabin",
"avlStatus"
})
public class CabinProductDetailsType {
@XmlElement(required = true)
protected String rbd;
protected String bookingModifier;
protected String cabin;
protected String avlStatus;
/**
* Gets the value of the rbd property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getRbd() {
return rbd;
}
/**
* Sets the value of the rbd property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setRbd(String value) {
this.rbd = value;
}
/**
* Gets the value of the bookingModifier property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getBookingModifier() {
return bookingModifier;
}
/**
* Sets the value of the bookingModifier property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setBookingModifier(String value) {
this.bookingModifier = value;
}
/**
* Gets the value of the cabin property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getCabin() {
return cabin;
}
/**
* Sets the value of the cabin property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setCabin(String value) {
this.cabin = value;
}
/**
* Gets the value of the avlStatus property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getAvlStatus() {
return avlStatus;
}
/**
* Sets the value of the avlStatus property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setAvlStatus(String value) {
this.avlStatus = value;
}
}
package com.amadeus.xml.fmptbq_24_1_1a;
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.XmlType;
/**
* This will contain carbon emission provider details per transportation mode
*
* &lt;p&gt;Java class for CarbonEmissionSourceDetail complex type.
*
* &lt;p&gt;The following schema fragment specifies the expected content contained within this class.
*
* &lt;pre&gt;
* &amp;lt;complexType name="CarbonEmissionSourceDetail"&amp;gt;
* &amp;lt;complexContent&amp;gt;
* &amp;lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&amp;gt;
* &amp;lt;sequence&amp;gt;
* &amp;lt;element name="providerPerTransportation" type="{http://xml.amadeus.com/FMPTBQ_24_1_1A}ProviderPerTransportation" maxOccurs="10" minOccurs="0"/&amp;gt;
* &amp;lt;/sequence&amp;gt;
* &amp;lt;/restriction&amp;gt;
* &amp;lt;/complexContent&amp;gt;
* &amp;lt;/complexType&amp;gt;
* &lt;/pre&gt;
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "CarbonEmissionSourceDetail", propOrder = {
"providerPerTransportation"
})
public class CarbonEmissionSourceDetail {
protected List<ProviderPerTransportation> providerPerTransportation;
/**
* Gets the value of the providerPerTransportation property.
*
* &lt;p&gt;
* This accessor method returns a reference to the live list,
* not a snapshot. Therefore any modification you make to the
* returned list will be present inside the JAXB object.
* This is why there is not a &lt;CODE&gt;set&lt;/CODE&gt; method for the providerPerTransportation property.
*
* &lt;p&gt;
* For example, to add a new item, do as follows:
* &lt;pre&gt;
* getProviderPerTransportation().add(newItem);
* &lt;/pre&gt;
*
*
* &lt;p&gt;
* Objects of the following type(s) are allowed in the list
* {@link ProviderPerTransportation }
*
*
*/
public List<ProviderPerTransportation> getProviderPerTransportation() {
if (providerPerTransportation == null) {
providerPerTransportation = new ArrayList<ProviderPerTransportation>();
}
return this.providerPerTransportation;
}
}
package com.amadeus.xml.fmptbq_24_1_1a;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlType;
/**
* Attribute information
*
* &lt;p&gt;Java class for CodedAttributeInformationType complex type.
*
* &lt;p&gt;The following schema fragment specifies the expected content contained within this class.
*
* &lt;pre&gt;
* &amp;lt;complexType name="CodedAttributeInformationType"&amp;gt;
* &amp;lt;complexContent&amp;gt;
* &amp;lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&amp;gt;
* &amp;lt;sequence&amp;gt;
* &amp;lt;element name="attributeType" type="{http://xml.amadeus.com/FMPTBQ_24_1_1A}AlphaNumericString_Length1To5"/&amp;gt;
* &amp;lt;element name="attributeDescription" type="{http://xml.amadeus.com/FMPTBQ_24_1_1A}AlphaNumericString_Length1To20" minOccurs="0"/&amp;gt;
* &amp;lt;/sequence&amp;gt;
* &amp;lt;/restriction&amp;gt;
* &amp;lt;/complexContent&amp;gt;
* &amp;lt;/complexType&amp;gt;
* &lt;/pre&gt;
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "CodedAttributeInformationType", propOrder = {
"attributeType",
"attributeDescription"
})
public class CodedAttributeInformationType {
@XmlElement(required = true)
protected String attributeType;
protected String attributeDescription;
/**
* Gets the value of the attributeType property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getAttributeType() {
return attributeType;
}
/**
* Sets the value of the attributeType property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setAttributeType(String value) {
this.attributeType = value;
}
/**
* Gets the value of the attributeDescription property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getAttributeDescription() {
return attributeDescription;
}
/**
* Sets the value of the attributeDescription property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setAttributeDescription(String value) {
this.attributeDescription = value;
}
}
package com.amadeus.xml.fmptbq_24_1_1a;
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.XmlElement;
import javax.xml.bind.annotation.XmlType;
/**
* Convey coded key and corresponding value
*
* &lt;p&gt;Java class for CodedAttributeInformationType_120742C complex type.
*
* &lt;p&gt;The following schema fragment specifies the expected content contained within this class.
*
* &lt;pre&gt;
* &amp;lt;complexType name="CodedAttributeInformationType_120742C"&amp;gt;
* &amp;lt;complexContent&amp;gt;
* &amp;lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&amp;gt;
* &amp;lt;sequence&amp;gt;
* &amp;lt;element name="name" type="{http://xml.amadeus.com/FMPTBQ_24_1_1A}AlphaNumericString_Length1To5"/&amp;gt;
* &amp;lt;element name="value" type="{http://xml.amadeus.com/FMPTBQ_24_1_1A}AlphaNumericString_Length1To20" maxOccurs="10" minOccurs="0"/&amp;gt;
* &amp;lt;/sequence&amp;gt;
* &amp;lt;/restriction&amp;gt;
* &amp;lt;/complexContent&amp;gt;
* &amp;lt;/complexType&amp;gt;
* &lt;/pre&gt;
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "CodedAttributeInformationType_120742C", propOrder = {
"name",
"value"
})
public class CodedAttributeInformationType120742C {
@XmlElement(required = true)
protected String name;
protected List<String> value;
/**
* Gets the value of the name property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getName() {
return name;
}
/**
* Sets the value of the name property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setName(String value) {
this.name = value;
}
/**
* Gets the value of the value property.
*
* &lt;p&gt;
* This accessor method returns a reference to the live list,
* not a snapshot. Therefore any modification you make to the
* returned list will be present inside the JAXB object.
* This is why there is not a &lt;CODE&gt;set&lt;/CODE&gt; method for the value property.
*
* &lt;p&gt;
* For example, to add a new item, do as follows:
* &lt;pre&gt;
* getValue().add(newItem);
* &lt;/pre&gt;
*
*
* &lt;p&gt;
* Objects of the following type(s) are allowed in the list
* {@link String }
*
*
*/
public List<String> getValue() {
if (value == null) {
value = new ArrayList<String>();
}
return this.value;
}
}
package com.amadeus.xml.fmptbq_24_1_1a;
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.XmlType;
/**
* Convey coded key and corresponding value
*
* &lt;p&gt;Java class for CodedAttributeInformationType_139508C complex type.
*
* &lt;p&gt;The following schema fragment specifies the expected content contained within this class.
*
* &lt;pre&gt;
* &amp;lt;complexType name="CodedAttributeInformationType_139508C"&amp;gt;
* &amp;lt;complexContent&amp;gt;
* &amp;lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&amp;gt;
* &amp;lt;sequence&amp;gt;
* &amp;lt;element name="type" type="{http://xml.amadeus.com/FMPTBQ_24_1_1A}AlphaNumericString_Length1To5" minOccurs="0"/&amp;gt;
* &amp;lt;element name="value" type="{http://xml.amadeus.com/FMPTBQ_24_1_1A}AlphaNumericString_Length1To20" maxOccurs="10" minOccurs="0"/&amp;gt;
* &amp;lt;/sequence&amp;gt;
* &amp;lt;/restriction&amp;gt;
* &amp;lt;/complexContent&amp;gt;
* &amp;lt;/complexType&amp;gt;
* &lt;/pre&gt;
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "CodedAttributeInformationType_139508C", propOrder = {
"type",
"value"
})
public class CodedAttributeInformationType139508C {
protected String type;
protected List<String> value;
/**
* Gets the value of the type property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getType() {
return type;
}
/**
* Sets the value of the type property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setType(String value) {
this.type = value;
}
/**
* Gets the value of the value property.
*
* &lt;p&gt;
* This accessor method returns a reference to the live list,
* not a snapshot. Therefore any modification you make to the
* returned list will be present inside the JAXB object.
* This is why there is not a &lt;CODE&gt;set&lt;/CODE&gt; method for the value property.
*
* &lt;p&gt;
* For example, to add a new item, do as follows:
* &lt;pre&gt;
* getValue().add(newItem);
* &lt;/pre&gt;
*
*
* &lt;p&gt;
* Objects of the following type(s) are allowed in the list
* {@link String }
*
*
*/
public List<String> getValue() {
if (value == null) {
value = new ArrayList<String>();
}
return this.value;
}
}
package com.amadeus.xml.fmptbq_24_1_1a;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlType;
/**
* Convey coded key and corresponding value
*
* &lt;p&gt;Java class for CodedAttributeInformationType_289379C complex type.
*
* &lt;p&gt;The following schema fragment specifies the expected content contained within this class.
*
* &lt;pre&gt;
* &amp;lt;complexType name="CodedAttributeInformationType_289379C"&amp;gt;
* &amp;lt;complexContent&amp;gt;
* &amp;lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&amp;gt;
* &amp;lt;sequence&amp;gt;
* &amp;lt;element name="attributeType" type="{http://xml.amadeus.com/FMPTBQ_24_1_1A}AlphaNumericString_Length1To5"/&amp;gt;
* &amp;lt;element name="attributeDescription" type="{http://xml.amadeus.com/FMPTBQ_24_1_1A}AlphaNumericString_Length1To10" minOccurs="0"/&amp;gt;
* &amp;lt;/sequence&amp;gt;
* &amp;lt;/restriction&amp;gt;
* &amp;lt;/complexContent&amp;gt;
* &amp;lt;/complexType&amp;gt;
* &lt;/pre&gt;
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "CodedAttributeInformationType_289379C", propOrder = {
"attributeType",
"attributeDescription"
})
public class CodedAttributeInformationType289379C {
@XmlElement(required = true)
protected String attributeType;
protected String attributeDescription;
/**
* Gets the value of the attributeType property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getAttributeType() {
return attributeType;
}
/**
* Sets the value of the attributeType property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setAttributeType(String value) {
this.attributeType = value;
}
/**
* Gets the value of the attributeDescription property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getAttributeDescription() {
return attributeDescription;
}
/**
* Sets the value of the attributeDescription property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setAttributeDescription(String value) {
this.attributeDescription = value;
}
}
package com.amadeus.xml.fmptbq_24_1_1a;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlType;
/**
* Convey coded key and corresponding value
*
* &lt;p&gt;Java class for CodedAttributeInformationType_306815C complex type.
*
* &lt;p&gt;The following schema fragment specifies the expected content contained within this class.
*
* &lt;pre&gt;
* &amp;lt;complexType name="CodedAttributeInformationType_306815C"&amp;gt;
* &amp;lt;complexContent&amp;gt;
* &amp;lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&amp;gt;
* &amp;lt;sequence&amp;gt;
* &amp;lt;element name="attributeType" type="{http://xml.amadeus.com/FMPTBQ_24_1_1A}AlphaNumericString_Length1To5"/&amp;gt;
* &amp;lt;element name="attributeDescription" type="{http://xml.amadeus.com/FMPTBQ_24_1_1A}AlphaNumericString_Length1To50" minOccurs="0"/&amp;gt;
* &amp;lt;/sequence&amp;gt;
* &amp;lt;/restriction&amp;gt;
* &amp;lt;/complexContent&amp;gt;
* &amp;lt;/complexType&amp;gt;
* &lt;/pre&gt;
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "CodedAttributeInformationType_306815C", propOrder = {
"attributeType",
"attributeDescription"
})
public class CodedAttributeInformationType306815C {
@XmlElement(required = true)
protected String attributeType;
protected String attributeDescription;
/**
* Gets the value of the attributeType property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getAttributeType() {
return attributeType;
}
/**
* Sets the value of the attributeType property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setAttributeType(String value) {
this.attributeType = value;
}
/**
* Gets the value of the attributeDescription property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getAttributeDescription() {
return attributeDescription;
}
/**
* Sets the value of the attributeDescription property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setAttributeDescription(String value) {
this.attributeDescription = value;
}
}
package com.amadeus.xml.fmptbq_24_1_1a;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlType;
/**
* Convey coded key and corresponding value
*
* &lt;p&gt;Java class for CodedAttributeInformationType_316013C complex type.
*
* &lt;p&gt;The following schema fragment specifies the expected content contained within this class.
*
* &lt;pre&gt;
* &amp;lt;complexType name="CodedAttributeInformationType_316013C"&amp;gt;
* &amp;lt;complexContent&amp;gt;
* &amp;lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&amp;gt;
* &amp;lt;sequence&amp;gt;
* &amp;lt;element name="feeType" type="{http://xml.amadeus.com/FMPTBQ_24_1_1A}AlphaNumericString_Length1To5"/&amp;gt;
* &amp;lt;element name="feeIdNumber" type="{http://xml.amadeus.com/FMPTBQ_24_1_1A}AlphaNumericString_Length1To50"/&amp;gt;
* &amp;lt;/sequence&amp;gt;
* &amp;lt;/restriction&amp;gt;
* &amp;lt;/complexContent&amp;gt;
* &amp;lt;/complexType&amp;gt;
* &lt;/pre&gt;
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "CodedAttributeInformationType_316013C", propOrder = {
"feeType",
"feeIdNumber"
})
public class CodedAttributeInformationType316013C {
@XmlElement(required = true)
protected String feeType;
@XmlElement(required = true)
protected String feeIdNumber;
/**
* Gets the value of the feeType property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getFeeType() {
return feeType;
}
/**
* Sets the value of the feeType property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setFeeType(String value) {
this.feeType = value;
}
/**
* Gets the value of the feeIdNumber property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getFeeIdNumber() {
return feeIdNumber;
}
/**
* Sets the value of the feeIdNumber property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setFeeIdNumber(String value) {
this.feeIdNumber = value;
}
}
package com.amadeus.xml.fmptbq_24_1_1a;
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.XmlElement;
import javax.xml.bind.annotation.XmlType;
/**
* Used to have tag value without code list for tag
*
* &lt;p&gt;Java class for CodedAttributeType complex type.
*
* &lt;p&gt;The following schema fragment specifies the expected content contained within this class.
*
* &lt;pre&gt;
* &amp;lt;complexType name="CodedAttributeType"&amp;gt;
* &amp;lt;complexContent&amp;gt;
* &amp;lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&amp;gt;
* &amp;lt;sequence&amp;gt;
* &amp;lt;element name="attributeDetails" type="{http://xml.amadeus.com/FMPTBQ_24_1_1A}CodedAttributeInformationType_306815C" maxOccurs="9"/&amp;gt;
* &amp;lt;/sequence&amp;gt;
* &amp;lt;/restriction&amp;gt;
* &amp;lt;/complexContent&amp;gt;
* &amp;lt;/complexType&amp;gt;
* &lt;/pre&gt;
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "CodedAttributeType", propOrder = {
"attributeDetails"
})
public class CodedAttributeType {
@XmlElement(required = true)
protected List<CodedAttributeInformationType306815C> attributeDetails;
/**
* Gets the value of the attributeDetails property.
*
* &lt;p&gt;
* This accessor method returns a reference to the live list,
* not a snapshot. Therefore any modification you make to the
* returned list will be present inside the JAXB object.
* This is why there is not a &lt;CODE&gt;set&lt;/CODE&gt; method for the attributeDetails property.
*
* &lt;p&gt;
* For example, to add a new item, do as follows:
* &lt;pre&gt;
* getAttributeDetails().add(newItem);
* &lt;/pre&gt;
*
*
* &lt;p&gt;
* Objects of the following type(s) are allowed in the list
* {@link CodedAttributeInformationType306815C }
*
*
*/
public List<CodedAttributeInformationType306815C> getAttributeDetails() {
if (attributeDetails == null) {
attributeDetails = new ArrayList<CodedAttributeInformationType306815C>();
}
return this.attributeDetails;
}
}
package com.amadeus.xml.fmptbq_24_1_1a;
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.XmlType;
/**
* Used to have tag value without code list for tag
*
* &lt;p&gt;Java class for CodedAttributeType_231453S complex type.
*
* &lt;p&gt;The following schema fragment specifies the expected content contained within this class.
*
* &lt;pre&gt;
* &amp;lt;complexType name="CodedAttributeType_231453S"&amp;gt;
* &amp;lt;complexContent&amp;gt;
* &amp;lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&amp;gt;
* &amp;lt;sequence&amp;gt;
* &amp;lt;element name="feeId" type="{http://xml.amadeus.com/FMPTBQ_24_1_1A}CodedAttributeInformationType_316013C" maxOccurs="20" minOccurs="0"/&amp;gt;
* &amp;lt;/sequence&amp;gt;
* &amp;lt;/restriction&amp;gt;
* &amp;lt;/complexContent&amp;gt;
* &amp;lt;/complexType&amp;gt;
* &lt;/pre&gt;
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "CodedAttributeType_231453S", propOrder = {
"feeId"
})
public class CodedAttributeType231453S {
protected List<CodedAttributeInformationType316013C> feeId;
/**
* Gets the value of the feeId property.
*
* &lt;p&gt;
* This accessor method returns a reference to the live list,
* not a snapshot. Therefore any modification you make to the
* returned list will be present inside the JAXB object.
* This is why there is not a &lt;CODE&gt;set&lt;/CODE&gt; method for the feeId property.
*
* &lt;p&gt;
* For example, to add a new item, do as follows:
* &lt;pre&gt;
* getFeeId().add(newItem);
* &lt;/pre&gt;
*
*
* &lt;p&gt;
* Objects of the following type(s) are allowed in the list
* {@link CodedAttributeInformationType316013C }
*
*
*/
public List<CodedAttributeInformationType316013C> getFeeId() {
if (feeId == null) {
feeId = new ArrayList<CodedAttributeInformationType316013C>();
}
return this.feeId;
}
}
package com.amadeus.xml.fmptbq_24_1_1a;
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.XmlElement;
import javax.xml.bind.annotation.XmlType;
/**
* Used to have tag value without code list for tag
*
* &lt;p&gt;Java class for CodedAttributeType_78500S complex type.
*
* &lt;p&gt;The following schema fragment specifies the expected content contained within this class.
*
* &lt;pre&gt;
* &amp;lt;complexType name="CodedAttributeType_78500S"&amp;gt;
* &amp;lt;complexContent&amp;gt;
* &amp;lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&amp;gt;
* &amp;lt;sequence&amp;gt;
* &amp;lt;element name="attributeDetails" type="{http://xml.amadeus.com/FMPTBQ_24_1_1A}CodedAttributeInformationType" maxOccurs="20"/&amp;gt;
* &amp;lt;/sequence&amp;gt;
* &amp;lt;/restriction&amp;gt;
* &amp;lt;/complexContent&amp;gt;
* &amp;lt;/complexType&amp;gt;
* &lt;/pre&gt;
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "CodedAttributeType_78500S", propOrder = {
"attributeDetails"
})
public class CodedAttributeType78500S {
@XmlElement(required = true)
protected List<CodedAttributeInformationType> attributeDetails;
/**
* Gets the value of the attributeDetails property.
*
* &lt;p&gt;
* This accessor method returns a reference to the live list,
* not a snapshot. Therefore any modification you make to the
* returned list will be present inside the JAXB object.
* This is why there is not a &lt;CODE&gt;set&lt;/CODE&gt; method for the attributeDetails property.
*
* &lt;p&gt;
* For example, to add a new item, do as follows:
* &lt;pre&gt;
* getAttributeDetails().add(newItem);
* &lt;/pre&gt;
*
*
* &lt;p&gt;
* Objects of the following type(s) are allowed in the list
* {@link CodedAttributeInformationType }
*
*
*/
public List<CodedAttributeInformationType> getAttributeDetails() {
if (attributeDetails == null) {
attributeDetails = new ArrayList<CodedAttributeInformationType>();
}
return this.attributeDetails;
}
}
package com.amadeus.xml.fmptbq_24_1_1a;
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.XmlElement;
import javax.xml.bind.annotation.XmlType;
/**
* To specify commercial agreements between two or more companies related to joint, shared, lease operations etc.
*
* &lt;p&gt;Java class for CommercialAgreementsType complex type.
*
* &lt;p&gt;The following schema fragment specifies the expected content contained within this class.
*
* &lt;pre&gt;
* &amp;lt;complexType name="CommercialAgreementsType"&amp;gt;
* &amp;lt;complexContent&amp;gt;
* &amp;lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&amp;gt;
* &amp;lt;sequence&amp;gt;
* &amp;lt;element name="codeshareDetails" type="{http://xml.amadeus.com/FMPTBQ_24_1_1A}CompanyRoleIdentificationType"/&amp;gt;
* &amp;lt;element name="otherCodeshareDetails" type="{http://xml.amadeus.com/FMPTBQ_24_1_1A}CompanyRoleIdentificationType" maxOccurs="8" minOccurs="0"/&amp;gt;
* &amp;lt;/sequence&amp;gt;
* &amp;lt;/restriction&amp;gt;
* &amp;lt;/complexContent&amp;gt;
* &amp;lt;/complexType&amp;gt;
* &lt;/pre&gt;
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "CommercialAgreementsType", propOrder = {
"codeshareDetails",
"otherCodeshareDetails"
})
public class CommercialAgreementsType {
@XmlElement(required = true)
protected CompanyRoleIdentificationType codeshareDetails;
protected List<CompanyRoleIdentificationType> otherCodeshareDetails;
/**
* Gets the value of the codeshareDetails property.
*
* @return
* possible object is
* {@link CompanyRoleIdentificationType }
*
*/
public CompanyRoleIdentificationType getCodeshareDetails() {
return codeshareDetails;
}
/**
* Sets the value of the codeshareDetails property.
*
* @param value
* allowed object is
* {@link CompanyRoleIdentificationType }
*
*/
public void setCodeshareDetails(CompanyRoleIdentificationType value) {
this.codeshareDetails = value;
}
/**
* Gets the value of the otherCodeshareDetails property.
*
* &lt;p&gt;
* This accessor method returns a reference to the live list,
* not a snapshot. Therefore any modification you make to the
* returned list will be present inside the JAXB object.
* This is why there is not a &lt;CODE&gt;set&lt;/CODE&gt; method for the otherCodeshareDetails property.
*
* &lt;p&gt;
* For example, to add a new item, do as follows:
* &lt;pre&gt;
* getOtherCodeshareDetails().add(newItem);
* &lt;/pre&gt;
*
*
* &lt;p&gt;
* Objects of the following type(s) are allowed in the list
* {@link CompanyRoleIdentificationType }
*
*
*/
public List<CompanyRoleIdentificationType> getOtherCodeshareDetails() {
if (otherCodeshareDetails == null) {
otherCodeshareDetails = new ArrayList<CompanyRoleIdentificationType>();
}
return this.otherCodeshareDetails;
}
}
package com.amadeus.xml.fmptbq_24_1_1a;
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.XmlType;
/**
* To specify commercial agreements between two or more companies related to joint, shared, lease operations etc.
*
* &lt;p&gt;Java class for CommercialAgreementsType_78540S complex type.
*
* &lt;p&gt;The following schema fragment specifies the expected content contained within this class.
*
* &lt;pre&gt;
* &amp;lt;complexType name="CommercialAgreementsType_78540S"&amp;gt;
* &amp;lt;complexContent&amp;gt;
* &amp;lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&amp;gt;
* &amp;lt;sequence&amp;gt;
* &amp;lt;element name="codeshareDetails" type="{http://xml.amadeus.com/FMPTBQ_24_1_1A}CompanyRoleIdentificationType_120761C" minOccurs="0"/&amp;gt;
* &amp;lt;element name="otherCodeshareDetails" type="{http://xml.amadeus.com/FMPTBQ_24_1_1A}CompanyRoleIdentificationType_120761C" maxOccurs="9" minOccurs="0"/&amp;gt;
* &amp;lt;/sequence&amp;gt;
* &amp;lt;/restriction&amp;gt;
* &amp;lt;/complexContent&amp;gt;
* &amp;lt;/complexType&amp;gt;
* &lt;/pre&gt;
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "CommercialAgreementsType_78540S", propOrder = {
"codeshareDetails",
"otherCodeshareDetails"
})
public class CommercialAgreementsType78540S {
protected CompanyRoleIdentificationType120761C codeshareDetails;
protected List<CompanyRoleIdentificationType120761C> otherCodeshareDetails;
/**
* Gets the value of the codeshareDetails property.
*
* @return
* possible object is
* {@link CompanyRoleIdentificationType120761C }
*
*/
public CompanyRoleIdentificationType120761C getCodeshareDetails() {
return codeshareDetails;
}
/**
* Sets the value of the codeshareDetails property.
*
* @param value
* allowed object is
* {@link CompanyRoleIdentificationType120761C }
*
*/
public void setCodeshareDetails(CompanyRoleIdentificationType120761C value) {
this.codeshareDetails = value;
}
/**
* Gets the value of the otherCodeshareDetails property.
*
* &lt;p&gt;
* This accessor method returns a reference to the live list,
* not a snapshot. Therefore any modification you make to the
* returned list will be present inside the JAXB object.
* This is why there is not a &lt;CODE&gt;set&lt;/CODE&gt; method for the otherCodeshareDetails property.
*
* &lt;p&gt;
* For example, to add a new item, do as follows:
* &lt;pre&gt;
* getOtherCodeshareDetails().add(newItem);
* &lt;/pre&gt;
*
*
* &lt;p&gt;
* Objects of the following type(s) are allowed in the list
* {@link CompanyRoleIdentificationType120761C }
*
*
*/
public List<CompanyRoleIdentificationType120761C> getOtherCodeshareDetails() {
if (otherCodeshareDetails == null) {
otherCodeshareDetails = new ArrayList<CompanyRoleIdentificationType120761C>();
}
return this.otherCodeshareDetails;
}
}
package com.amadeus.xml.fmptbq_24_1_1a;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlType;
/**
* &lt;p&gt;Java class for CompanyIdentificationType complex type.
*
* &lt;p&gt;The following schema fragment specifies the expected content contained within this class.
*
* &lt;pre&gt;
* &amp;lt;complexType name="CompanyIdentificationType"&amp;gt;
* &amp;lt;complexContent&amp;gt;
* &amp;lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&amp;gt;
* &amp;lt;/restriction&amp;gt;
* &amp;lt;/complexContent&amp;gt;
* &amp;lt;/complexType&amp;gt;
* &lt;/pre&gt;
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "CompanyIdentificationType")
public class CompanyIdentificationType {
}
package com.amadeus.xml.fmptbq_24_1_1a;
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.XmlElement;
import javax.xml.bind.annotation.XmlType;
/**
* &lt;p&gt;Java class for CompanyIdentificationType_120719C complex type.
*
* &lt;p&gt;The following schema fragment specifies the expected content contained within this class.
*
* &lt;pre&gt;
* &amp;lt;complexType name="CompanyIdentificationType_120719C"&amp;gt;
* &amp;lt;complexContent&amp;gt;
* &amp;lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&amp;gt;
* &amp;lt;sequence&amp;gt;
* &amp;lt;element name="carrierQualifier" type="{http://xml.amadeus.com/FMPTBQ_24_1_1A}AlphaNumericString_Length0To1"/&amp;gt;
* &amp;lt;element name="carrierId" type="{http://xml.amadeus.com/FMPTBQ_24_1_1A}AlphaNumericString_Length2To3" maxOccurs="99"/&amp;gt;
* &amp;lt;/sequence&amp;gt;
* &amp;lt;/restriction&amp;gt;
* &amp;lt;/complexContent&amp;gt;
* &amp;lt;/complexType&amp;gt;
* &lt;/pre&gt;
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "CompanyIdentificationType_120719C", propOrder = {
"carrierQualifier",
"carrierId"
})
public class CompanyIdentificationType120719C {
@XmlElement(required = true)
protected String carrierQualifier;
@XmlElement(required = true)
protected List<String> carrierId;
/**
* Gets the value of the carrierQualifier property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getCarrierQualifier() {
return carrierQualifier;
}
/**
* Sets the value of the carrierQualifier property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setCarrierQualifier(String value) {
this.carrierQualifier = value;
}
/**
* Gets the value of the carrierId property.
*
* &lt;p&gt;
* This accessor method returns a reference to the live list,
* not a snapshot. Therefore any modification you make to the
* returned list will be present inside the JAXB object.
* This is why there is not a &lt;CODE&gt;set&lt;/CODE&gt; method for the carrierId property.
*
* &lt;p&gt;
* For example, to add a new item, do as follows:
* &lt;pre&gt;
* getCarrierId().add(newItem);
* &lt;/pre&gt;
*
*
* &lt;p&gt;
* Objects of the following type(s) are allowed in the list
* {@link String }
*
*
*/
public List<String> getCarrierId() {
if (carrierId == null) {
carrierId = new ArrayList<String>();
}
return this.carrierId;
}
}
package com.amadeus.xml.fmptbq_24_1_1a;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlType;
/**
* &lt;p&gt;Java class for CompanyIdentificationType_195544C complex type.
*
* &lt;p&gt;The following schema fragment specifies the expected content contained within this class.
*
* &lt;pre&gt;
* &amp;lt;complexType name="CompanyIdentificationType_195544C"&amp;gt;
* &amp;lt;complexContent&amp;gt;
* &amp;lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&amp;gt;
* &amp;lt;sequence&amp;gt;
* &amp;lt;element name="marketingCarrier" type="{http://xml.amadeus.com/FMPTBQ_24_1_1A}AlphaNumericString_Length2To3"/&amp;gt;
* &amp;lt;element name="operatingCarrier" type="{http://xml.amadeus.com/FMPTBQ_24_1_1A}AlphaNumericString_Length2To3" minOccurs="0"/&amp;gt;
* &amp;lt;/sequence&amp;gt;
* &amp;lt;/restriction&amp;gt;
* &amp;lt;/complexContent&amp;gt;
* &amp;lt;/complexType&amp;gt;
* &lt;/pre&gt;
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "CompanyIdentificationType_195544C", propOrder = {
"marketingCarrier",
"operatingCarrier"
})
public class CompanyIdentificationType195544C {
@XmlElement(required = true)
protected String marketingCarrier;
protected String operatingCarrier;
/**
* Gets the value of the marketingCarrier property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getMarketingCarrier() {
return marketingCarrier;
}
/**
* Sets the value of the marketingCarrier property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setMarketingCarrier(String value) {
this.marketingCarrier = value;
}
/**
* Gets the value of the operatingCarrier property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getOperatingCarrier() {
return operatingCarrier;
}
/**
* Sets the value of the operatingCarrier property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setOperatingCarrier(String value) {
this.operatingCarrier = value;
}
}
package com.amadeus.xml.fmptbq_24_1_1a;
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.XmlElement;
import javax.xml.bind.annotation.XmlType;
/**
* &lt;p&gt;Java class for CompanyIdentificationType_315715C complex type.
*
* &lt;p&gt;The following schema fragment specifies the expected content contained within this class.
*
* &lt;pre&gt;
* &amp;lt;complexType name="CompanyIdentificationType_315715C"&amp;gt;
* &amp;lt;complexContent&amp;gt;
* &amp;lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&amp;gt;
* &amp;lt;sequence&amp;gt;
* &amp;lt;element name="carrierQualifier" type="{http://xml.amadeus.com/FMPTBQ_24_1_1A}AlphaNumericString_Length0To4"/&amp;gt;
* &amp;lt;element name="carrierId" type="{http://xml.amadeus.com/FMPTBQ_24_1_1A}AlphaNumericString_Length2To3" maxOccurs="999"/&amp;gt;
* &amp;lt;/sequence&amp;gt;
* &amp;lt;/restriction&amp;gt;
* &amp;lt;/complexContent&amp;gt;
* &amp;lt;/complexType&amp;gt;
* &lt;/pre&gt;
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "CompanyIdentificationType_315715C", propOrder = {
"carrierQualifier",
"carrierId"
})
public class CompanyIdentificationType315715C {
@XmlElement(required = true)
protected String carrierQualifier;
@XmlElement(required = true)
protected List<String> carrierId;
/**
* Gets the value of the carrierQualifier property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getCarrierQualifier() {
return carrierQualifier;
}
/**
* Sets the value of the carrierQualifier property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setCarrierQualifier(String value) {
this.carrierQualifier = value;
}
/**
* Gets the value of the carrierId property.
*
* &lt;p&gt;
* This accessor method returns a reference to the live list,
* not a snapshot. Therefore any modification you make to the
* returned list will be present inside the JAXB object.
* This is why there is not a &lt;CODE&gt;set&lt;/CODE&gt; method for the carrierId property.
*
* &lt;p&gt;
* For example, to add a new item, do as follows:
* &lt;pre&gt;
* getCarrierId().add(newItem);
* &lt;/pre&gt;
*
*
* &lt;p&gt;
* Objects of the following type(s) are allowed in the list
* {@link String }
*
*
*/
public List<String> getCarrierId() {
if (carrierId == null) {
carrierId = new ArrayList<String>();
}
return this.carrierId;
}
}
package com.amadeus.xml.fmptbq_24_1_1a;
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.XmlElement;
import javax.xml.bind.annotation.XmlType;
/**
* &lt;p&gt;Java class for CompanyIdentificationType_315716C complex type.
*
* &lt;p&gt;The following schema fragment specifies the expected content contained within this class.
*
* &lt;pre&gt;
* &amp;lt;complexType name="CompanyIdentificationType_315716C"&amp;gt;
* &amp;lt;complexContent&amp;gt;
* &amp;lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&amp;gt;
* &amp;lt;sequence&amp;gt;
* &amp;lt;element name="carrierQualifier" type="{http://xml.amadeus.com/FMPTBQ_24_1_1A}AlphaNumericString_Length0To4"/&amp;gt;
* &amp;lt;element name="carrierId" type="{http://xml.amadeus.com/FMPTBQ_24_1_1A}AlphaNumericString_Length2To3" maxOccurs="99"/&amp;gt;
* &amp;lt;/sequence&amp;gt;
* &amp;lt;/restriction&amp;gt;
* &amp;lt;/complexContent&amp;gt;
* &amp;lt;/complexType&amp;gt;
* &lt;/pre&gt;
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "CompanyIdentificationType_315716C", propOrder = {
"carrierQualifier",
"carrierId"
})
public class CompanyIdentificationType315716C {
@XmlElement(required = true)
protected String carrierQualifier;
@XmlElement(required = true)
protected List<String> carrierId;
/**
* Gets the value of the carrierQualifier property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getCarrierQualifier() {
return carrierQualifier;
}
/**
* Sets the value of the carrierQualifier property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setCarrierQualifier(String value) {
this.carrierQualifier = value;
}
/**
* Gets the value of the carrierId property.
*
* &lt;p&gt;
* This accessor method returns a reference to the live list,
* not a snapshot. Therefore any modification you make to the
* returned list will be present inside the JAXB object.
* This is why there is not a &lt;CODE&gt;set&lt;/CODE&gt; method for the carrierId property.
*
* &lt;p&gt;
* For example, to add a new item, do as follows:
* &lt;pre&gt;
* getCarrierId().add(newItem);
* &lt;/pre&gt;
*
*
* &lt;p&gt;
* Objects of the following type(s) are allowed in the list
* {@link String }
*
*
*/
public List<String> getCarrierId() {
if (carrierId == null) {
carrierId = new ArrayList<String>();
}
return this.carrierId;
}
}
package com.amadeus.xml.fmptbq_24_1_1a;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlType;
/**
* Code or name to identify a company and any associated companies.
*
* &lt;p&gt;Java class for CompanyIdentificationTypeI complex type.
*
* &lt;p&gt;The following schema fragment specifies the expected content contained within this class.
*
* &lt;pre&gt;
* &amp;lt;complexType name="CompanyIdentificationTypeI"&amp;gt;
* &amp;lt;complexContent&amp;gt;
* &amp;lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&amp;gt;
* &amp;lt;sequence&amp;gt;
* &amp;lt;element name="marketingCompany" type="{http://xml.amadeus.com/FMPTBQ_24_1_1A}AlphaNumericString_Length2To3"/&amp;gt;
* &amp;lt;/sequence&amp;gt;
* &amp;lt;/restriction&amp;gt;
* &amp;lt;/complexContent&amp;gt;
* &amp;lt;/complexType&amp;gt;
* &lt;/pre&gt;
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "CompanyIdentificationTypeI", propOrder = {
"marketingCompany"
})
public class CompanyIdentificationTypeI {
@XmlElement(required = true)
protected String marketingCompany;
/**
* Gets the value of the marketingCompany property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getMarketingCompany() {
return marketingCompany;
}
/**
* Sets the value of the marketingCompany property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setMarketingCompany(String value) {
this.marketingCompany = value;
}
}
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment