All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.ups.xmlsdk.xpci.LabelResults

java.lang.Object
   |
   +----com.ups.xmlsdk.xpci.LabelResults

public class LabelResults
extends Object
implements Serializable
Insert the type's description here. Creation date: (11/16/00 2:44:48 PM)


Constructor Index

 o LabelResults()
LabelResults constructor comment.

Method Index

 o getLabelImage()
Insert the method's description here.
 o getTrackingNumber()
Insert the method's description here.
 o setLabelImage(LabelImage)
Insert the method's description here.
 o setTrackingNumber(String)
Insert the method's description here.

Constructors

 o LabelResults
 public LabelResults()
LabelResults constructor comment.

Methods

 o getLabelImage
 public LabelImage getLabelImage()
Insert the method's description here. Creation date: (11/16/00 2:45:44 PM)

Returns:
com.ups.xml.beans.LabelImage
 o getTrackingNumber
 public String getTrackingNumber()
Insert the method's description here. Creation date: (11/16/00 2:46:38 PM)

Returns:
java.lang.String
 o setLabelImage
 public void setLabelImage(LabelImage newLabelImage)
Insert the method's description here. Creation date: (11/16/00 2:45:44 PM)

Parameters:
newLabelImage - com.ups.xml.beans.LabelImage
 o setTrackingNumber
 public void setTrackingNumber(String newTrackingNumber)
Insert the method's description here. Creation date: (11/16/00 2:46:38 PM)

Parameters:
newTrackingNumber - java.lang.String

All Packages  Class Hierarchy  This Package  Previous  Next  Index