All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.ups.xmlsdk.ServiceResponse

java.lang.Object
   |
   +----com.ups.xmlsdk.ServiceResponse

public class ServiceResponse
extends Object
ServiceResponseInterface.java

The use, disclosure, reproduction, modification, transfer, or transmittal of this work for any purpose in any form or by any means without the written permission of United Parcel Service is strictly prohibited. Confidential, Unpublished Property of United Parcel Service. Use and Distribution Limited Solely to Authorized Personnel. Copyright 1999 United Parcel Service of America, Inc. All Rights Reserved.


Constructor Index

 o ServiceResponse()

Method Index

 o getContent()
 o getStatus()
 o getType()
 o setContent(Object)
 o setStatus(int)
 o setType(String)

Constructors

 o ServiceResponse
 public ServiceResponse()

Methods

 o getContent
 public Object getContent()
 o getStatus
 public int getStatus()
 o getType
 public String getType()
 o setContent
 public void setContent(Object cont)
 o setStatus
 public void setStatus(int stat)
 o setType
 public void setType(String t)

All Packages  Class Hierarchy  This Package  Previous  Next  Index