All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.ups.xmlsdk.xpci.LabelImage

java.lang.Object
   |
   +----com.ups.xmlsdk.xpci.Image
           |
           +----com.ups.xmlsdk.xpci.LabelImage

public class LabelImage
extends Image

Constructor Index

 o LabelImage()

Method Index

 o getHTMLImage()
Returns the instance variable value for LabelImage HTMLImage (base64Encoded)
 o setHTMLImage(String)
Sets the instance variable value for LabelImage HTMLImage (base64Encoded)
 o toString()
Returns a String that represents the value of this object.

Constructors

 o LabelImage
 public LabelImage()

Methods

 o getHTMLImage
 public String getHTMLImage()
Returns the instance variable value for LabelImage HTMLImage (base64Encoded)

Returns:
java.lang.String
 o setHTMLImage
 public void setHTMLImage(String newHTMLImage)
Sets the instance variable value for LabelImage HTMLImage (base64Encoded)

Parameters:
newHTMLImage - java.lang.String
 o toString
 public String toString()
Returns a String that represents the value of this object.

Returns:
a string representation of the receiver
Overrides:
toString in class Image

All Packages  Class Hierarchy  This Package  Previous  Next  Index