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

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

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

See Also:
Serialized Form

Constructor Summary
DecisionManagerTravelLeg()
           
DecisionManagerTravelLeg(java.lang.String origin, java.lang.String destination, java.math.BigInteger id)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
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 DecisionManagerTravelLeg.
 java.math.BigInteger getId()
          Gets the id value for this DecisionManagerTravelLeg.
 java.lang.String getOrigin()
          Gets the origin value for this DecisionManagerTravelLeg.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setDestination(java.lang.String destination)
          Sets the destination value for this DecisionManagerTravelLeg.
 void setId(java.math.BigInteger id)
          Sets the id value for this DecisionManagerTravelLeg.
 void setOrigin(java.lang.String origin)
          Sets the origin value for this DecisionManagerTravelLeg.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DecisionManagerTravelLeg

public DecisionManagerTravelLeg()

DecisionManagerTravelLeg

public DecisionManagerTravelLeg(java.lang.String origin,
                                java.lang.String destination,
                                java.math.BigInteger id)
Method Detail

getOrigin

public java.lang.String getOrigin()
Gets the origin value for this DecisionManagerTravelLeg.

Returns:
origin

setOrigin

public void setOrigin(java.lang.String origin)
Sets the origin value for this DecisionManagerTravelLeg.

Parameters:
origin -

getDestination

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

Returns:
destination

setDestination

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

Parameters:
destination -

getId

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

Returns:
id

setId

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

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 © 2012. All Rights Reserved.