All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.ups.xmlsdk.ServiceRequest

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

public class ServiceRequest
extends Object
ServiceRequestInterface.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 ServiceRequest()

Method Index

 o containsProcessInstruction(String)
 o getAccess()
returns the Data Object
 o getContent()
returns the Data Object
 o getProcessingInstruction(String)
 o getType()
 o setAccess(Object)
Set the Data Object
 o setContent(Object)
Set the Data Object
 o setProcessingInstruction(String, String)
 o setType(String)

Constructors

 o ServiceRequest
 public ServiceRequest()

Methods

 o containsProcessInstruction
 public boolean containsProcessInstruction(String key)
 o getAccess
 public Object getAccess()
returns the Data Object

 o getContent
 public Object getContent()
returns the Data Object

 o getProcessingInstruction
 public String getProcessingInstruction(String key)
Returns:
java.lang.String
 o getType
 public String getType()
Returns:
java.lang.String
 o setAccess
 public void setAccess(Object cont)
Set the Data Object

 o setContent
 public void setContent(Object cont)
Set the Data Object

 o setProcessingInstruction
 public void setProcessingInstruction(String key,
                                      String newProcessingInstruction)
Parameters:
newProcessingInstruction - java.lang.String
 o setType
 public void setType(String newType)
Parameters:
newType - java.lang.String

All Packages  Class Hierarchy  This Package  Previous  Next  Index