com.ibm.commerce.webservice.datatype.orderfulfillment
Class ShippingCarrierInfo

java.lang.Object
  com.ibm.commerce.webservice.datatype.orderfulfillment.ShippingCarrierInfo
All Implemented Interfaces:
java.io.Serializable

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

This class represents the complex type

 
  
  
See Also:
Serialized Form

Constructor Summary
ShippingCarrierInfo()
Method Summary
java.lang.String getCarrier()
Gets the carrier
java.lang.String getMethod()
Gets the method
void setCarrier(java.lang.String carrier)
Sets the carrier
void setMethod(java.lang.String method)
Sets the method
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Constructor Detail

ShippingCarrierInfo

public ShippingCarrierInfo()
Method Detail

getCarrier

public java.lang.String getCarrier()
Gets the carrier
Returns:
Returns a String

getMethod

public java.lang.String getMethod()
Gets the method
Returns:
Returns a String

setCarrier

public void setCarrier(java.lang.String carrier)
Sets the carrier
Parameters:
carrier - The carrier to set

setMethod

public void setMethod(java.lang.String method)
Sets the method
Parameters:
method - The method to set

Feedback