public class SetAuthFlowParamRequestDetailsType
extends java.lang.Object
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>
Modifier and Type | Field and Description |
---|---|
protected AddressType |
address |
protected java.lang.String |
cancelURL |
protected java.lang.String |
cppHeaderBackColor |
protected java.lang.String |
cppHeaderBorderColor |
protected java.lang.String |
cppHeaderImage |
protected java.lang.String |
cppPayflowColor |
protected java.lang.String |
firstName |
protected java.lang.String |
initFlowType |
protected java.lang.String |
lastName |
protected java.lang.String |
localeCode |
protected java.lang.String |
logoutURL |
protected java.lang.String |
pageStyle |
protected java.lang.String |
returnURL |
protected java.lang.String |
serviceDefReq1 |
protected java.lang.String |
serviceDefReq2 |
protected java.lang.String |
serviceName1 |
protected java.lang.String |
serviceName2 |
protected java.lang.String |
skipLoginPage |
Constructor and Description |
---|
SetAuthFlowParamRequestDetailsType() |
Modifier and Type | Method and Description |
---|---|
AddressType |
getAddress()
Gets the value of the address property.
|
java.lang.String |
getCancelURL()
Gets the value of the cancelURL property.
|
java.lang.String |
getCppHeaderBackColor()
Gets the value of the cppHeaderBackColor property.
|
java.lang.String |
getCppHeaderBorderColor()
Gets the value of the cppHeaderBorderColor property.
|
java.lang.String |
getCppHeaderImage()
Gets the value of the cppHeaderImage property.
|
java.lang.String |
getCppPayflowColor()
Gets the value of the cppPayflowColor property.
|
java.lang.String |
getFirstName()
Gets the value of the firstName property.
|
java.lang.String |
getInitFlowType()
Gets the value of the initFlowType property.
|
java.lang.String |
getLastName()
Gets the value of the lastName property.
|
java.lang.String |
getLocaleCode()
Gets the value of the localeCode property.
|
java.lang.String |
getLogoutURL()
Gets the value of the logoutURL property.
|
java.lang.String |
getPageStyle()
Gets the value of the pageStyle property.
|
java.lang.String |
getReturnURL()
Gets the value of the returnURL property.
|
java.lang.String |
getServiceDefReq1()
Gets the value of the serviceDefReq1 property.
|
java.lang.String |
getServiceDefReq2()
Gets the value of the serviceDefReq2 property.
|
java.lang.String |
getServiceName1()
Gets the value of the serviceName1 property.
|
java.lang.String |
getServiceName2()
Gets the value of the serviceName2 property.
|
java.lang.String |
getSkipLoginPage()
Gets the value of the skipLoginPage property.
|
void |
setAddress(AddressType value)
Sets the value of the address property.
|
void |
setCancelURL(java.lang.String value)
Sets the value of the cancelURL property.
|
void |
setCppHeaderBackColor(java.lang.String value)
Sets the value of the cppHeaderBackColor property.
|
void |
setCppHeaderBorderColor(java.lang.String value)
Sets the value of the cppHeaderBorderColor property.
|
void |
setCppHeaderImage(java.lang.String value)
Sets the value of the cppHeaderImage property.
|
void |
setCppPayflowColor(java.lang.String value)
Sets the value of the cppPayflowColor property.
|
void |
setFirstName(java.lang.String value)
Sets the value of the firstName property.
|
void |
setInitFlowType(java.lang.String value)
Sets the value of the initFlowType property.
|
void |
setLastName(java.lang.String value)
Sets the value of the lastName property.
|
void |
setLocaleCode(java.lang.String value)
Sets the value of the localeCode property.
|
void |
setLogoutURL(java.lang.String value)
Sets the value of the logoutURL property.
|
void |
setPageStyle(java.lang.String value)
Sets the value of the pageStyle property.
|
void |
setReturnURL(java.lang.String value)
Sets the value of the returnURL property.
|
void |
setServiceDefReq1(java.lang.String value)
Sets the value of the serviceDefReq1 property.
|
void |
setServiceDefReq2(java.lang.String value)
Sets the value of the serviceDefReq2 property.
|
void |
setServiceName1(java.lang.String value)
Sets the value of the serviceName1 property.
|
void |
setServiceName2(java.lang.String value)
Sets the value of the serviceName2 property.
|
void |
setSkipLoginPage(java.lang.String value)
Sets the value of the skipLoginPage property.
|
protected java.lang.String returnURL
protected java.lang.String cancelURL
protected java.lang.String logoutURL
protected java.lang.String initFlowType
protected java.lang.String skipLoginPage
protected java.lang.String serviceName1
protected java.lang.String serviceDefReq1
protected java.lang.String serviceName2
protected java.lang.String serviceDefReq2
protected java.lang.String localeCode
protected java.lang.String pageStyle
protected java.lang.String cppHeaderImage
protected java.lang.String cppHeaderBorderColor
protected java.lang.String cppHeaderBackColor
protected java.lang.String cppPayflowColor
protected java.lang.String firstName
protected java.lang.String lastName
protected AddressType address
public java.lang.String getReturnURL()
String
public void setReturnURL(java.lang.String value)
value
- the value
allowed object is
String
public java.lang.String getCancelURL()
String
public void setCancelURL(java.lang.String value)
value
- the value
allowed object is
String
public java.lang.String getLogoutURL()
String
public void setLogoutURL(java.lang.String value)
value
- the value
allowed object is
String
public java.lang.String getInitFlowType()
String
public void setInitFlowType(java.lang.String value)
value
- the value
allowed object is
String
public java.lang.String getSkipLoginPage()
String
public void setSkipLoginPage(java.lang.String value)
value
- the value
allowed object is
String
public java.lang.String getServiceName1()
String
public void setServiceName1(java.lang.String value)
value
- the value
allowed object is
String
public java.lang.String getServiceDefReq1()
String
public void setServiceDefReq1(java.lang.String value)
value
- the value
allowed object is
String
public java.lang.String getServiceName2()
String
public void setServiceName2(java.lang.String value)
value
- the value
allowed object is
String
public java.lang.String getServiceDefReq2()
String
public void setServiceDefReq2(java.lang.String value)
value
- the value
allowed object is
String
public java.lang.String getLocaleCode()
String
public void setLocaleCode(java.lang.String value)
value
- the value
allowed object is
String
public java.lang.String getPageStyle()
String
public void setPageStyle(java.lang.String value)
value
- the value
allowed object is
String
public java.lang.String getCppHeaderImage()
String
public void setCppHeaderImage(java.lang.String value)
value
- the value
allowed object is
String
public java.lang.String getCppHeaderBorderColor()
String
public void setCppHeaderBorderColor(java.lang.String value)
value
- the value
allowed object is
String
public java.lang.String getCppHeaderBackColor()
String
public void setCppHeaderBackColor(java.lang.String value)
value
- the value
allowed object is
String
public java.lang.String getCppPayflowColor()
String
public void setCppPayflowColor(java.lang.String value)
value
- the value
allowed object is
String
public java.lang.String getFirstName()
String
public void setFirstName(java.lang.String value)
value
- the value
allowed object is
String
public java.lang.String getLastName()
String
public void setLastName(java.lang.String value)
value
- the value
allowed object is
String
public AddressType getAddress()
AddressType
public void setAddress(AddressType value)
value
- the value
allowed object is
AddressType
stSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.