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.
-
Image()
-
-
getGraphicImage()
- Returns the instance variable value for Image Graphic Image.
-
getImageFormatCode()
- Returns the instance variable value for Image Format Code.
-
getImageFormatDesc()
- Returns the instance variable value for Image Format Description.
-
setGraphicImage(String)
- Sets the instance variable value for Image Graphic Image.
-
setImageFormatCode(String)
- Sets the instance variable value for Image Format Code.
-
setImageFormatDesc(String)
- Sets the instance variable value for Image Format Description.
-
toString()
- Returns a String representation of the Image's state, token delimeted (=).
Image
public Image()
getGraphicImage
public String getGraphicImage()
- Returns the instance variable value for Image Graphic Image.
- Returns:
- java.lang.String
getImageFormatCode
public String getImageFormatCode()
- Returns the instance variable value for Image Format Code.
- Returns:
- java.lang.String
getImageFormatDesc
public String getImageFormatDesc()
- Returns the instance variable value for Image Format Description.
- Returns:
- java.lang.String
setGraphicImage
public void setGraphicImage(String newGraphicImage)
- Sets the instance variable value for Image Graphic Image.
- Parameters:
- newGraphicImage - java.lang.String
setImageFormatCode
public void setImageFormatCode(String newImageFormatCode)
- Sets the instance variable value for Image Format Code.
- Parameters:
- newImageFormatCode - java.lang.String
setImageFormatDesc
public void setImageFormatDesc(String newImageFormatDesc)
- Sets the instance variable value for Image Format Description.
- Parameters:
- newImageFormatDesc - java.lang.String
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