public class SenderDetailsType
extends java.lang.Object
Java class for SenderDetailsType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SenderDetailsType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="DeviceDetails" type="{urn:ebay:apis:eBLBaseComponents}DeviceDetailsType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected DeviceDetailsType |
deviceDetails |
| Constructor and Description |
|---|
SenderDetailsType() |
| Modifier and Type | Method and Description |
|---|---|
DeviceDetailsType |
getDeviceDetails()
Gets the value of the deviceDetails property.
|
void |
setDeviceDetails(DeviceDetailsType value)
Sets the value of the deviceDetails property.
|
protected DeviceDetailsType deviceDetails
public DeviceDetailsType getDeviceDetails()
DeviceDetailsTypepublic void setDeviceDetails(DeviceDetailsType value)
value - the value
allowed object is
DeviceDetailsTypestSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.