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.
-
ServiceRequest()
-
-
containsProcessInstruction(String)
-
-
getAccess()
- returns the Data Object
-
getContent()
- returns the Data Object
-
getProcessingInstruction(String)
-
-
getType()
-
-
setAccess(Object)
- Set the Data Object
-
setContent(Object)
- Set the Data Object
-
setProcessingInstruction(String, String)
-
-
setType(String)
-
ServiceRequest
public ServiceRequest()
containsProcessInstruction
public boolean containsProcessInstruction(String key)
getAccess
public Object getAccess()
- returns the Data Object
getContent
public Object getContent()
- returns the Data Object
getProcessingInstruction
public String getProcessingInstruction(String key)
- Returns:
- java.lang.String
getType
public String getType()
- Returns:
- java.lang.String
setAccess
public void setAccess(Object cont)
- Set the Data Object
setContent
public void setContent(Object cont)
- Set the Data Object
setProcessingInstruction
public void setProcessingInstruction(String key,
String newProcessingInstruction)
- Parameters:
- newProcessingInstruction - java.lang.String
setType
public void setType(String newType)
- Parameters:
- newType - java.lang.String
All Packages Class Hierarchy This Package Previous Next Index