Changes since
the last release

com.ebay.sdk.pictureservice
Class PictureInfo

java.lang.Object
  extended by com.ebay.sdk.ErrorInfoImpl
      extended by com.ebay.sdk.pictureservice.PictureInfo
All Implemented Interfaces:
ErrorInfo

public class PictureInfo
extends ErrorInfoImpl

Title:

Description: Defines picture object for PictureService. It contains local picture file path, URI of the uploaded file and uploading error. and response object.

Copyright: Copyright (c) 2004

Company: eBay Inc.

Version:
1.0
Author:
Weijun Li

Constructor Summary
PictureInfo()
          Constructor.
 
Method Summary
 String getPictureFilePath()
          Gets the path of the picture file to be uploaded.
 UploadSiteHostedPicturesResponseType getReponse()
          Get the response object.
 String getURL()
          Get the URI of the uploaded picture.
 void setPictureFilePath(String filePath)
          Sets the path of the picture file to be uploaded.
 void setReponse(UploadSiteHostedPicturesResponseType reponse)
          set the response object.
 void setURL(String url)
          Set the URI of the uploaded picture.
 
Methods inherited from class com.ebay.sdk.ErrorInfoImpl
clearError, getErrorMessage, getErrorType, hasError, setErrorMessage, setErrorType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PictureInfo

public PictureInfo()
Constructor.

Method Detail

getReponse

public UploadSiteHostedPicturesResponseType getReponse()
Get the response object.

Returns:
UploadSiteHostedPicturesResponseType object.

setReponse

public void setReponse(UploadSiteHostedPicturesResponseType reponse)
set the response object.

Parameters:
response - object to be set.

getURL

public String getURL()
Get the URI of the uploaded picture.

Returns:
URI of the uploaded picture.

setURL

public void setURL(String url)
Set the URI of the uploaded picture.

Parameters:
url - URI of the uploaded picture.

getPictureFilePath

public String getPictureFilePath()
Gets the path of the picture file to be uploaded.

Returns:
Picture file path.

setPictureFilePath

public void setPictureFilePath(String filePath)
Sets the path of the picture file to be uploaded.

Parameters:
filePath - Picture file path.

Changes since
the last release

The information contained in this document is proprietary and confidential. Use of this information and the eBay API requires a Non-Disclosure Agreement (NDA) between the user and eBay Inc. For information regarding a qualifying NDA, contact Developer Relations: developer-relations@ebay.com
© 2004-2009 eBay Inc. All rights reserved.