public class GetAccessPermissionDetailsResponseDetailsType
extends java.lang.Object
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>
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<java.lang.String> |
accessPermissionName |
protected java.util.List<java.lang.String> |
accessPermissionStatus |
protected java.lang.String |
email |
protected java.lang.String |
firstName |
protected java.lang.String |
lastName |
protected java.lang.String |
payerID |
| Constructor and Description |
|---|
GetAccessPermissionDetailsResponseDetailsType() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<java.lang.String> |
getAccessPermissionName()
Gets the value of the accessPermissionName property.
|
java.util.List<java.lang.String> |
getAccessPermissionStatus()
Gets the value of the accessPermissionStatus property.
|
java.lang.String |
getEmail()
Gets the value of the email property.
|
java.lang.String |
getFirstName()
Gets the value of the firstName property.
|
java.lang.String |
getLastName()
Gets the value of the lastName property.
|
java.lang.String |
getPayerID()
Gets the value of the payerID property.
|
void |
setEmail(java.lang.String value)
Sets the value of the email property.
|
void |
setFirstName(java.lang.String value)
Sets the value of the firstName property.
|
void |
setLastName(java.lang.String value)
Sets the value of the lastName property.
|
void |
setPayerID(java.lang.String value)
Sets the value of the payerID property.
|
protected java.lang.String firstName
protected java.lang.String lastName
protected java.lang.String email
protected java.util.List<java.lang.String> accessPermissionName
protected java.util.List<java.lang.String> accessPermissionStatus
protected java.lang.String payerID
public GetAccessPermissionDetailsResponseDetailsType()
public java.lang.String getFirstName()
Stringpublic void setFirstName(java.lang.String value)
value - the value
allowed object is
Stringpublic java.lang.String getLastName()
Stringpublic void setLastName(java.lang.String value)
value - the value
allowed object is
Stringpublic java.lang.String getEmail()
Stringpublic void setEmail(java.lang.String value)
value - the value
allowed object is
Stringpublic java.util.List<java.lang.String> getAccessPermissionName()
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 java.util.List<java.lang.String> getAccessPermissionStatus()
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 java.lang.String getPayerID()
Stringpublic void setPayerID(java.lang.String value)
value - the value
allowed object is
StringstSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.