public class

GetAccessPermissionDetailsResponseDetailsType

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

Class Overview

Java class for GetAccessPermissionDetailsResponseDetailsType complex type.

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

 <complexType name="GetAccessPermissionDetailsResponseDetailsType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <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="Email" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="AccessPermissionName" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
         <element name="AccessPermissionStatus" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
         <element name="PayerID" type="{urn:ebay:apis:eBLBaseComponents}UserIDType"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected List<String> accessPermissionName
protected List<String> accessPermissionStatus
protected String email
protected String firstName
protected String lastName
protected String payerID
Public Constructors
GetAccessPermissionDetailsResponseDetailsType()
Public Methods
List<String> getAccessPermissionName()
Gets the value of the accessPermissionName property.
List<String> getAccessPermissionStatus()
Gets the value of the accessPermissionStatus property.
String getEmail()
Gets the value of the email property.
String getFirstName()
Gets the value of the firstName property.
String getLastName()
Gets the value of the lastName property.
String getPayerID()
Gets the value of the payerID property.
void setEmail(String value)
Sets the value of the email property.
void setFirstName(String value)
Sets the value of the firstName property.
void setLastName(String value)
Sets the value of the lastName property.
void setPayerID(String value)
Sets the value of the payerID property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected List<String> accessPermissionName

protected List<String> accessPermissionStatus

protected String email

protected String firstName

protected String lastName

protected String payerID

Public Constructors

public GetAccessPermissionDetailsResponseDetailsType ()

Public Methods

public List<String> getAccessPermissionName ()

Gets the value of the accessPermissionName 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 accessPermissionName property.

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

    getAccessPermissionName().add(newItem);
 

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

public List<String> getAccessPermissionStatus ()

Gets the value of the accessPermissionStatus 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 accessPermissionStatus property.

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

    getAccessPermissionStatus().add(newItem);
 

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

public String getEmail ()

Gets the value of the email property.

Returns
  • possible object is String

public String getFirstName ()

Gets the value of the firstName property.

Returns
  • possible object is String

public String getLastName ()

Gets the value of the lastName property.

Returns
  • possible object is String

public String getPayerID ()

Gets the value of the payerID property.

Returns
  • possible object is String

public void setEmail (String value)

Sets the value of the email 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 setLastName (String value)

Sets the value of the lastName property.

Parameters
value Allowed object is String

public void setPayerID (String value)

Sets the value of the payerID property.

Parameters
value Allowed object is String