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.
-
ServiceResponse()
-
-
getContent()
-
-
getStatus()
-
-
getType()
-
-
setContent(Object)
-
-
setStatus(int)
-
-
setType(String)
-
ServiceResponse
public ServiceResponse()
getContent
public Object getContent()
getStatus
public int getStatus()
getType
public String getType()
setContent
public void setContent(Object cont)
setStatus
public void setStatus(int stat)
setType
public void setType(String t)
All Packages Class Hierarchy This Package Previous Next Index