All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.ups.xmlsdk.xpci.Image

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

public class Image
extends Object
implements Serializable
The Image Class is to be used as a data container. The instance variables available in the Image Class are those provided by the XPCI for package activity.


Constructor Index

 o Image()

Method Index

 o getGraphicImage()
Returns the instance variable value for Image Graphic Image.
 o getImageFormatCode()
Returns the instance variable value for Image Format Code.
 o getImageFormatDesc()
Returns the instance variable value for Image Format Description.
 o setGraphicImage(String)
Sets the instance variable value for Image Graphic Image.
 o setImageFormatCode(String)
Sets the instance variable value for Image Format Code.
 o setImageFormatDesc(String)
Sets the instance variable value for Image Format Description.
 o toString()
Returns a String representation of the Image's state, token delimeted (=).

Constructors

 o Image
 public Image()

Methods

 o getGraphicImage
 public String getGraphicImage()
Returns the instance variable value for Image Graphic Image.

Returns:
java.lang.String
 o getImageFormatCode
 public String getImageFormatCode()
Returns the instance variable value for Image Format Code.

Returns:
java.lang.String
 o getImageFormatDesc
 public String getImageFormatDesc()
Returns the instance variable value for Image Format Description.

Returns:
java.lang.String
 o setGraphicImage
 public void setGraphicImage(String newGraphicImage)
Sets the instance variable value for Image Graphic Image.

Parameters:
newGraphicImage - java.lang.String
 o setImageFormatCode
 public void setImageFormatCode(String newImageFormatCode)
Sets the instance variable value for Image Format Code.

Parameters:
newImageFormatCode - java.lang.String
 o setImageFormatDesc
 public void setImageFormatDesc(String newImageFormatDesc)
Sets the instance variable value for Image Format Description.

Parameters:
newImageFormatDesc - java.lang.String
 o toString
 public String toString()
Returns a String representation of the Image's state, token delimeted (=).

Returns:
java.lang.String
Overrides:
toString in class Object

All Packages  Class Hierarchy  This Package  Previous  Next  Index