org.broadleafcommerce.vendor.cybersource.service.api
Class Leg

java.lang.Object
  extended by org.broadleafcommerce.vendor.cybersource.service.api.Leg
All Implemented Interfaces:
java.io.Serializable

public class Leg
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
Leg()
           
Leg(java.lang.String carrierCode, java.lang.String flightNumber, java.lang.String originatingAirportCode, java.lang.String _class, java.lang.String stopoverCode, java.lang.String departureDate, java.lang.String destination, java.lang.String fareBasis, java.lang.String departTax, java.lang.String conjunctionTicket, java.lang.String exchangeTicket, java.lang.String couponNumber, java.lang.String departureTime, java.lang.String departureTimeSegment, java.lang.String arrivalTime, java.lang.String arrivalTimeSegment, java.lang.String endorsementsRestrictions, java.math.BigInteger id)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String get_class()
          Gets the _class value for this Leg.
 java.lang.String getArrivalTime()
          Gets the arrivalTime value for this Leg.
 java.lang.String getArrivalTimeSegment()
          Gets the arrivalTimeSegment value for this Leg.
 java.lang.String getCarrierCode()
          Gets the carrierCode value for this Leg.
 java.lang.String getConjunctionTicket()
          Gets the conjunctionTicket value for this Leg.
 java.lang.String getCouponNumber()
          Gets the couponNumber value for this Leg.
 java.lang.String getDepartTax()
          Gets the departTax value for this Leg.
 java.lang.String getDepartureDate()
          Gets the departureDate value for this Leg.
 java.lang.String getDepartureTime()
          Gets the departureTime value for this Leg.
 java.lang.String getDepartureTimeSegment()
          Gets the departureTimeSegment value for this Leg.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 java.lang.String getDestination()
          Gets the destination value for this Leg.
 java.lang.String getEndorsementsRestrictions()
          Gets the endorsementsRestrictions value for this Leg.
 java.lang.String getExchangeTicket()
          Gets the exchangeTicket value for this Leg.
 java.lang.String getFareBasis()
          Gets the fareBasis value for this Leg.
 java.lang.String getFlightNumber()
          Gets the flightNumber value for this Leg.
 java.math.BigInteger getId()
          Gets the id value for this Leg.
 java.lang.String getOriginatingAirportCode()
          Gets the originatingAirportCode value for this Leg.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
 java.lang.String getStopoverCode()
          Gets the stopoverCode value for this Leg.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void set_class(java.lang.String _class)
          Sets the _class value for this Leg.
 void setArrivalTime(java.lang.String arrivalTime)
          Sets the arrivalTime value for this Leg.
 void setArrivalTimeSegment(java.lang.String arrivalTimeSegment)
          Sets the arrivalTimeSegment value for this Leg.
 void setCarrierCode(java.lang.String carrierCode)
          Sets the carrierCode value for this Leg.
 void setConjunctionTicket(java.lang.String conjunctionTicket)
          Sets the conjunctionTicket value for this Leg.
 void setCouponNumber(java.lang.String couponNumber)
          Sets the couponNumber value for this Leg.
 void setDepartTax(java.lang.String departTax)
          Sets the departTax value for this Leg.
 void setDepartureDate(java.lang.String departureDate)
          Sets the departureDate value for this Leg.
 void setDepartureTime(java.lang.String departureTime)
          Sets the departureTime value for this Leg.
 void setDepartureTimeSegment(java.lang.String departureTimeSegment)
          Sets the departureTimeSegment value for this Leg.
 void setDestination(java.lang.String destination)
          Sets the destination value for this Leg.
 void setEndorsementsRestrictions(java.lang.String endorsementsRestrictions)
          Sets the endorsementsRestrictions value for this Leg.
 void setExchangeTicket(java.lang.String exchangeTicket)
          Sets the exchangeTicket value for this Leg.
 void setFareBasis(java.lang.String fareBasis)
          Sets the fareBasis value for this Leg.
 void setFlightNumber(java.lang.String flightNumber)
          Sets the flightNumber value for this Leg.
 void setId(java.math.BigInteger id)
          Sets the id value for this Leg.
 void setOriginatingAirportCode(java.lang.String originatingAirportCode)
          Sets the originatingAirportCode value for this Leg.
 void setStopoverCode(java.lang.String stopoverCode)
          Sets the stopoverCode value for this Leg.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Leg

public Leg()

Leg

public Leg(java.lang.String carrierCode,
           java.lang.String flightNumber,
           java.lang.String originatingAirportCode,
           java.lang.String _class,
           java.lang.String stopoverCode,
           java.lang.String departureDate,
           java.lang.String destination,
           java.lang.String fareBasis,
           java.lang.String departTax,
           java.lang.String conjunctionTicket,
           java.lang.String exchangeTicket,
           java.lang.String couponNumber,
           java.lang.String departureTime,
           java.lang.String departureTimeSegment,
           java.lang.String arrivalTime,
           java.lang.String arrivalTimeSegment,
           java.lang.String endorsementsRestrictions,
           java.math.BigInteger id)
Method Detail

getCarrierCode

public java.lang.String getCarrierCode()
Gets the carrierCode value for this Leg.

Returns:
carrierCode

setCarrierCode

public void setCarrierCode(java.lang.String carrierCode)
Sets the carrierCode value for this Leg.

Parameters:
carrierCode -

getFlightNumber

public java.lang.String getFlightNumber()
Gets the flightNumber value for this Leg.

Returns:
flightNumber

setFlightNumber

public void setFlightNumber(java.lang.String flightNumber)
Sets the flightNumber value for this Leg.

Parameters:
flightNumber -

getOriginatingAirportCode

public java.lang.String getOriginatingAirportCode()
Gets the originatingAirportCode value for this Leg.

Returns:
originatingAirportCode

setOriginatingAirportCode

public void setOriginatingAirportCode(java.lang.String originatingAirportCode)
Sets the originatingAirportCode value for this Leg.

Parameters:
originatingAirportCode -

get_class

public java.lang.String get_class()
Gets the _class value for this Leg.

Returns:
_class

set_class

public void set_class(java.lang.String _class)
Sets the _class value for this Leg.

Parameters:
_class -

getStopoverCode

public java.lang.String getStopoverCode()
Gets the stopoverCode value for this Leg.

Returns:
stopoverCode

setStopoverCode

public void setStopoverCode(java.lang.String stopoverCode)
Sets the stopoverCode value for this Leg.

Parameters:
stopoverCode -

getDepartureDate

public java.lang.String getDepartureDate()
Gets the departureDate value for this Leg.

Returns:
departureDate

setDepartureDate

public void setDepartureDate(java.lang.String departureDate)
Sets the departureDate value for this Leg.

Parameters:
departureDate -

getDestination

public java.lang.String getDestination()
Gets the destination value for this Leg.

Returns:
destination

setDestination

public void setDestination(java.lang.String destination)
Sets the destination value for this Leg.

Parameters:
destination -

getFareBasis

public java.lang.String getFareBasis()
Gets the fareBasis value for this Leg.

Returns:
fareBasis

setFareBasis

public void setFareBasis(java.lang.String fareBasis)
Sets the fareBasis value for this Leg.

Parameters:
fareBasis -

getDepartTax

public java.lang.String getDepartTax()
Gets the departTax value for this Leg.

Returns:
departTax

setDepartTax

public void setDepartTax(java.lang.String departTax)
Sets the departTax value for this Leg.

Parameters:
departTax -

getConjunctionTicket

public java.lang.String getConjunctionTicket()
Gets the conjunctionTicket value for this Leg.

Returns:
conjunctionTicket

setConjunctionTicket

public void setConjunctionTicket(java.lang.String conjunctionTicket)
Sets the conjunctionTicket value for this Leg.

Parameters:
conjunctionTicket -

getExchangeTicket

public java.lang.String getExchangeTicket()
Gets the exchangeTicket value for this Leg.

Returns:
exchangeTicket

setExchangeTicket

public void setExchangeTicket(java.lang.String exchangeTicket)
Sets the exchangeTicket value for this Leg.

Parameters:
exchangeTicket -

getCouponNumber

public java.lang.String getCouponNumber()
Gets the couponNumber value for this Leg.

Returns:
couponNumber

setCouponNumber

public void setCouponNumber(java.lang.String couponNumber)
Sets the couponNumber value for this Leg.

Parameters:
couponNumber -

getDepartureTime

public java.lang.String getDepartureTime()
Gets the departureTime value for this Leg.

Returns:
departureTime

setDepartureTime

public void setDepartureTime(java.lang.String departureTime)
Sets the departureTime value for this Leg.

Parameters:
departureTime -

getDepartureTimeSegment

public java.lang.String getDepartureTimeSegment()
Gets the departureTimeSegment value for this Leg.

Returns:
departureTimeSegment

setDepartureTimeSegment

public void setDepartureTimeSegment(java.lang.String departureTimeSegment)
Sets the departureTimeSegment value for this Leg.

Parameters:
departureTimeSegment -

getArrivalTime

public java.lang.String getArrivalTime()
Gets the arrivalTime value for this Leg.

Returns:
arrivalTime

setArrivalTime

public void setArrivalTime(java.lang.String arrivalTime)
Sets the arrivalTime value for this Leg.

Parameters:
arrivalTime -

getArrivalTimeSegment

public java.lang.String getArrivalTimeSegment()
Gets the arrivalTimeSegment value for this Leg.

Returns:
arrivalTimeSegment

setArrivalTimeSegment

public void setArrivalTimeSegment(java.lang.String arrivalTimeSegment)
Sets the arrivalTimeSegment value for this Leg.

Parameters:
arrivalTimeSegment -

getEndorsementsRestrictions

public java.lang.String getEndorsementsRestrictions()
Gets the endorsementsRestrictions value for this Leg.

Returns:
endorsementsRestrictions

setEndorsementsRestrictions

public void setEndorsementsRestrictions(java.lang.String endorsementsRestrictions)
Sets the endorsementsRestrictions value for this Leg.

Parameters:
endorsementsRestrictions -

getId

public java.math.BigInteger getId()
Gets the id value for this Leg.

Returns:
id

setId

public void setId(java.math.BigInteger id)
Sets the id value for this Leg.

Parameters:
id -

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object


getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
                                                                java.lang.Class _javaType,
                                                                javax.xml.namespace.QName _xmlType)
Get Custom Serializer


getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
                                                                    java.lang.Class _javaType,
                                                                    javax.xml.namespace.QName _xmlType)
Get Custom Deserializer



Copyright © 2011. All Rights Reserved.