public class

ManageRecurringPaymentsProfileStatusRequestDetailsType

extends Object
java.lang.Object
   ↳ ebay.apis.eblbasecomponents.ManageRecurringPaymentsProfileStatusRequestDetailsType

Class Overview

Java class for ManageRecurringPaymentsProfileStatusRequestDetailsType complex type.

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

 <complexType name="ManageRecurringPaymentsProfileStatusRequestDetailsType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="ProfileID" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="Action" type="{urn:ebay:apis:eBLBaseComponents}StatusChangeActionType"/>
         <element name="Note" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected StatusChangeActionType action
protected String note
protected String profileID
Public Constructors
ManageRecurringPaymentsProfileStatusRequestDetailsType()
Public Methods
StatusChangeActionType getAction()
Gets the value of the action property.
String getNote()
Gets the value of the note property.
String getProfileID()
Gets the value of the profileID property.
void setAction(StatusChangeActionType value)
Sets the value of the action property.
void setNote(String value)
Sets the value of the note property.
void setProfileID(String value)
Sets the value of the profileID property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected StatusChangeActionType action

protected String note

protected String profileID

Public Constructors

public ManageRecurringPaymentsProfileStatusRequestDetailsType ()

Public Methods

public StatusChangeActionType getAction ()

Gets the value of the action property.

Returns

public String getNote ()

Gets the value of the note property.

Returns
  • possible object is String

public String getProfileID ()

Gets the value of the profileID property.

Returns
  • possible object is String

public void setAction (StatusChangeActionType value)

Sets the value of the action property.

Parameters
value Allowed object is StatusChangeActionType

public void setNote (String value)

Sets the value of the note property.

Parameters
value Allowed object is String

public void setProfileID (String value)

Sets the value of the profileID property.

Parameters
value Allowed object is String