| java.lang.Object | |
| ↳ | ebay.apis.eblbasecomponents.ReceiverInfoType |
ReceiverInfoType Receiver information.
Java class for ReceiverInfoType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ReceiverInfoType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Business" type="{urn:ebay:apis:eBLBaseComponents}EmailAddressType"/>
<element name="Receiver" type="{urn:ebay:apis:eBLBaseComponents}EmailAddressType"/>
<element name="ReceiverID" type="{urn:ebay:apis:eBLBaseComponents}UserIDType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| business | |||||||||||
| receiver | |||||||||||
| receiverID | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the business property.
| |||||||||||
Gets the value of the receiver property.
| |||||||||||
Gets the value of the receiverID property.
| |||||||||||
Sets the value of the business property.
| |||||||||||
Sets the value of the receiver property.
| |||||||||||
Sets the value of the receiverID property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the business property.
Gets the value of the receiver property.
Gets the value of the receiverID property.
Sets the value of the business property.
| value | Allowed object is String |
|---|
Sets the value of the receiver property.
| value | Allowed object is String |
|---|
Sets the value of the receiverID property.
| value | Allowed object is String |
|---|