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

com.github.debugthug.xo.flightInfo.GetFlightInfoResult Maven / Gradle / Ivy

Go to download

Simple library having an App to test the XML requests and responses of TruJet.

The newest version!
package com.github.debugthug.xo.flightInfo;

import com.thoughtworks.xstream.annotations.XStreamAlias;

@XStreamAlias("GetFlightInfoResult")
public class GetFlightInfoResult {

	
	@XStreamAlias("FlightInformationRS")
	 private FlightInformationRS flightInformationRS;

	public FlightInformationRS getFlightInformationRS() {
		return flightInformationRS;
	}

	public void setFlightInformationRS(FlightInformationRS flightInformationRS) {
		this.flightInformationRS = flightInformationRS;
	}
	
	
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy