public class

SetAccessPermissionsRequestDetailsType

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

Class Overview

Java class for SetAccessPermissionsRequestDetailsType complex type.

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

 <complexType name="SetAccessPermissionsRequestDetailsType">
   <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="RequiredAccessPermissions" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
         <element name="OptionalAccessPermissions" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" 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 List<String> optionalAccessPermissions
protected String pageStyle
protected List<String> requiredAccessPermissions
protected String returnURL
protected String skipLoginPage
Public Constructors
SetAccessPermissionsRequestDetailsType()
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.
List<String> getOptionalAccessPermissions()
Gets the value of the optionalAccessPermissions property.
String getPageStyle()
Gets the value of the pageStyle property.
List<String> getRequiredAccessPermissions()
Gets the value of the requiredAccessPermissions property.
String getReturnURL()
Gets the value of the returnURL 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 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 List<String> optionalAccessPermissions

protected String pageStyle

protected List<String> requiredAccessPermissions

protected String returnURL

protected String skipLoginPage

Public Constructors

public SetAccessPermissionsRequestDetailsType ()

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 List<String> getOptionalAccessPermissions ()

Gets the value of the optionalAccessPermissions property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the optionalAccessPermissions property.

For example, to add a new item, do as follows:

    getOptionalAccessPermissions().add(newItem);
 

Objects of the following type(s) are allowed in the list String

public String getPageStyle ()

Gets the value of the pageStyle property.

Returns
  • possible object is String

public List<String> getRequiredAccessPermissions ()

Gets the value of the requiredAccessPermissions property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the requiredAccessPermissions property.

For example, to add a new item, do as follows:

    getRequiredAccessPermissions().add(newItem);
 

Objects of the following type(s) are allowed in the list String

public String getReturnURL ()

Gets the value of the returnURL 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 setSkipLoginPage (String value)

Sets the value of the skipLoginPage property.

Parameters
value Allowed object is String