public class

UpdateAccessPermissionsResponseType

extends AbstractResponseType
java.lang.Object
   ↳ ebay.apis.eblbasecomponents.AbstractResponseType
     ↳ ebay.api.paypalapi.UpdateAccessPermissionsResponseType

Class Overview

Java class for UpdateAccessPermissionsResponseType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="UpdateAccessPermissionsResponseType">
   <complexContent>
     <extension base="{urn:ebay:apis:eBLBaseComponents}AbstractResponseType">
       <sequence>
         <element name="Status" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

Summary

Fields
protected String status
[Expand]
Inherited Fields
From class ebay.apis.eblbasecomponents.AbstractResponseType
Public Constructors
UpdateAccessPermissionsResponseType()
Public Methods
String getStatus()
Gets the value of the status property.
void setStatus(String value)
Sets the value of the status property.
[Expand]
Inherited Methods
From class ebay.apis.eblbasecomponents.AbstractResponseType
From class java.lang.Object

Fields

protected String status

Public Constructors

public UpdateAccessPermissionsResponseType ()

Public Methods

public String getStatus ()

Gets the value of the status property.

Returns
  • possible object is String

public void setStatus (String value)

Sets the value of the status property.

Parameters
value Allowed object is String