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
-
LabelImage()
-
-
getHTMLImage()
-
Returns the instance variable value for LabelImage HTMLImage (base64Encoded)
-
setHTMLImage(String)
-
Sets the instance variable value for LabelImage HTMLImage (base64Encoded)
-
toString()
- Returns a String that represents the value of this object.
LabelImage
public LabelImage()
getHTMLImage
public String getHTMLImage()
- Returns the instance variable value for LabelImage HTMLImage (base64Encoded)
- Returns:
- java.lang.String
setHTMLImage
public void setHTMLImage(String newHTMLImage)
- Sets the instance variable value for LabelImage HTMLImage (base64Encoded)
- Parameters:
- newHTMLImage - java.lang.String
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