public class

SetAuthFlowParamRequestDetailsType

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

Class Overview

Java class for SetAuthFlowParamRequestDetailsType complex type.

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

 <complexType name="SetAuthFlowParamRequestDetailsType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="ReturnURL" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="CancelURL" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="LogoutURL" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="InitFlowType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="SkipLoginPage" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="ServiceName1" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="ServiceDefReq1" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="ServiceName2" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="ServiceDefReq2" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="LocaleCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="PageStyle" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="cpp-header-image" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="cpp-header-border-color" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="cpp-header-back-color" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="cpp-payflow-color" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="FirstName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="LastName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Address" type="{urn:ebay:apis:eBLBaseComponents}AddressType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected AddressType address
protected String cancelURL
protected String cppHeaderBackColor
protected String cppHeaderBorderColor
protected String cppHeaderImage
protected String cppPayflowColor
protected String firstName
protected String initFlowType
protected String lastName
protected String localeCode
protected String logoutURL
protected String pageStyle
protected String returnURL
protected String serviceDefReq1
protected String serviceDefReq2
protected String serviceName1
protected String serviceName2
protected String skipLoginPage
Public Constructors
SetAuthFlowParamRequestDetailsType()
Public Methods
AddressType getAddress()
Gets the value of the address property.
String getCancelURL()
Gets the value of the cancelURL property.
String getCppHeaderBackColor()
Gets the value of the cppHeaderBackColor property.
String getCppHeaderBorderColor()
Gets the value of the cppHeaderBorderColor property.
String getCppHeaderImage()
Gets the value of the cppHeaderImage property.
String getCppPayflowColor()
Gets the value of the cppPayflowColor property.
String getFirstName()
Gets the value of the firstName property.
String getInitFlowType()
Gets the value of the initFlowType property.
String getLastName()
Gets the value of the lastName property.
String getLocaleCode()
Gets the value of the localeCode property.
String getLogoutURL()
Gets the value of the logoutURL property.
String getPageStyle()
Gets the value of the pageStyle property.
String getReturnURL()
Gets the value of the returnURL property.
String getServiceDefReq1()
Gets the value of the serviceDefReq1 property.
String getServiceDefReq2()
Gets the value of the serviceDefReq2 property.
String getServiceName1()
Gets the value of the serviceName1 property.
String getServiceName2()
Gets the value of the serviceName2 property.
String getSkipLoginPage()
Gets the value of the skipLoginPage property.
void setAddress(AddressType value)
Sets the value of the address property.
void setCancelURL(String value)
Sets the value of the cancelURL property.
void setCppHeaderBackColor(String value)
Sets the value of the cppHeaderBackColor property.
void setCppHeaderBorderColor(String value)
Sets the value of the cppHeaderBorderColor property.
void setCppHeaderImage(String value)
Sets the value of the cppHeaderImage property.
void setCppPayflowColor(String value)
Sets the value of the cppPayflowColor property.
void setFirstName(String value)
Sets the value of the firstName property.
void setInitFlowType(String value)
Sets the value of the initFlowType property.
void setLastName(String value)
Sets the value of the lastName property.
void setLocaleCode(String value)
Sets the value of the localeCode property.
void setLogoutURL(String value)
Sets the value of the logoutURL property.
void setPageStyle(String value)
Sets the value of the pageStyle property.
void setReturnURL(String value)
Sets the value of the returnURL property.
void setServiceDefReq1(String value)
Sets the value of the serviceDefReq1 property.
void setServiceDefReq2(String value)
Sets the value of the serviceDefReq2 property.
void setServiceName1(String value)
Sets the value of the serviceName1 property.
void setServiceName2(String value)
Sets the value of the serviceName2 property.
void setSkipLoginPage(String value)
Sets the value of the skipLoginPage property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected AddressType address

protected String cancelURL

protected String cppHeaderBackColor

protected String cppHeaderBorderColor

protected String cppHeaderImage

protected String cppPayflowColor

protected String firstName

protected String initFlowType

protected String lastName

protected String localeCode

protected String logoutURL

protected String pageStyle

protected String returnURL

protected String serviceDefReq1

protected String serviceDefReq2

protected String serviceName1

protected String serviceName2

protected String skipLoginPage

Public Constructors

public SetAuthFlowParamRequestDetailsType ()

Public Methods

public AddressType getAddress ()

Gets the value of the address property.

Returns

public String getCancelURL ()

Gets the value of the cancelURL property.

Returns
  • possible object is String

public String getCppHeaderBackColor ()

Gets the value of the cppHeaderBackColor property.

Returns
  • possible object is String

public String getCppHeaderBorderColor ()

Gets the value of the cppHeaderBorderColor property.

Returns
  • possible object is String

public String getCppHeaderImage ()

Gets the value of the cppHeaderImage property.

Returns
  • possible object is String

public String getCppPayflowColor ()

Gets the value of the cppPayflowColor property.

Returns
  • possible object is String

public String getFirstName ()

Gets the value of the firstName property.

Returns
  • possible object is String

public String getInitFlowType ()

Gets the value of the initFlowType property.

Returns
  • possible object is String

public String getLastName ()

Gets the value of the lastName property.

Returns
  • possible object is String

public String getLocaleCode ()

Gets the value of the localeCode property.

Returns
  • possible object is String

public String getLogoutURL ()

Gets the value of the logoutURL property.

Returns
  • possible object is String

public String getPageStyle ()

Gets the value of the pageStyle property.

Returns
  • possible object is String

public String getReturnURL ()

Gets the value of the returnURL property.

Returns
  • possible object is String

public String getServiceDefReq1 ()

Gets the value of the serviceDefReq1 property.

Returns
  • possible object is String

public String getServiceDefReq2 ()

Gets the value of the serviceDefReq2 property.

Returns
  • possible object is String

public String getServiceName1 ()

Gets the value of the serviceName1 property.

Returns
  • possible object is String

public String getServiceName2 ()

Gets the value of the serviceName2 property.

Returns
  • possible object is String

public String getSkipLoginPage ()

Gets the value of the skipLoginPage property.

Returns
  • possible object is String

public void setAddress (AddressType value)

Sets the value of the address property.

Parameters
value Allowed object is AddressType

public void setCancelURL (String value)

Sets the value of the cancelURL property.

Parameters
value Allowed object is String

public void setCppHeaderBackColor (String value)

Sets the value of the cppHeaderBackColor property.

Parameters
value Allowed object is String

public void setCppHeaderBorderColor (String value)

Sets the value of the cppHeaderBorderColor property.

Parameters
value Allowed object is String

public void setCppHeaderImage (String value)

Sets the value of the cppHeaderImage property.

Parameters
value Allowed object is String

public void setCppPayflowColor (String value)

Sets the value of the cppPayflowColor property.

Parameters
value Allowed object is String

public void setFirstName (String value)

Sets the value of the firstName property.

Parameters
value Allowed object is String

public void setInitFlowType (String value)

Sets the value of the initFlowType property.

Parameters
value Allowed object is String

public void setLastName (String value)

Sets the value of the lastName property.

Parameters
value Allowed object is String

public void setLocaleCode (String value)

Sets the value of the localeCode property.

Parameters
value Allowed object is String

public void setLogoutURL (String value)

Sets the value of the logoutURL property.

Parameters
value Allowed object is String

public void setPageStyle (String value)

Sets the value of the pageStyle property.

Parameters
value Allowed object is String

public void setReturnURL (String value)

Sets the value of the returnURL property.

Parameters
value Allowed object is String

public void setServiceDefReq1 (String value)

Sets the value of the serviceDefReq1 property.

Parameters
value Allowed object is String

public void setServiceDefReq2 (String value)

Sets the value of the serviceDefReq2 property.

Parameters
value Allowed object is String

public void setServiceName1 (String value)

Sets the value of the serviceName1 property.

Parameters
value Allowed object is String

public void setServiceName2 (String value)

Sets the value of the serviceName2 property.

Parameters
value Allowed object is String

public void setSkipLoginPage (String value)

Sets the value of the skipLoginPage property.

Parameters
value Allowed object is String