| java.lang.Object | |
| ↳ | ebay.apis.eblbasecomponents.GetAccessPermissionDetailsResponseDetailsType |
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>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| accessPermissionName | |||||||||||
| accessPermissionStatus | |||||||||||
| firstName | |||||||||||
| lastName | |||||||||||
| payerID | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the accessPermissionName property.
| |||||||||||
Gets the value of the accessPermissionStatus property.
| |||||||||||
Gets the value of the email property.
| |||||||||||
Gets the value of the firstName property.
| |||||||||||
Gets the value of the lastName property.
| |||||||||||
Gets the value of the payerID property.
| |||||||||||
Sets the value of the email property.
| |||||||||||
Sets the value of the firstName property.
| |||||||||||
Sets the value of the lastName property.
| |||||||||||
Sets the value of the payerID property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
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
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
Gets the value of the email property.
Gets the value of the firstName property.
Gets the value of the lastName property.
Gets the value of the payerID property.
Sets the value of the email property.
| value | Allowed object is String |
|---|
Sets the value of the firstName property.
| value | Allowed object is String |
|---|
Sets the value of the lastName property.
| value | Allowed object is String |
|---|
Sets the value of the payerID property.
| value | Allowed object is String |
|---|