public class

ReceiverInfoType

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

Class Overview

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>
 

Summary

Fields
protected String business
protected String receiver
protected String receiverID
Public Constructors
ReceiverInfoType()
Public Methods
String getBusiness()
Gets the value of the business property.
String getReceiver()
Gets the value of the receiver property.
String getReceiverID()
Gets the value of the receiverID property.
void setBusiness(String value)
Sets the value of the business property.
void setReceiver(String value)
Sets the value of the receiver property.
void setReceiverID(String value)
Sets the value of the receiverID property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String business

protected String receiver

protected String receiverID

Public Constructors

public ReceiverInfoType ()

Public Methods

public String getBusiness ()

Gets the value of the business property.

Returns
  • possible object is String

public String getReceiver ()

Gets the value of the receiver property.

Returns
  • possible object is String

public String getReceiverID ()

Gets the value of the receiverID property.

Returns
  • possible object is String

public void setBusiness (String value)

Sets the value of the business property.

Parameters
value Allowed object is String

public void setReceiver (String value)

Sets the value of the receiver property.

Parameters
value Allowed object is String

public void setReceiverID (String value)

Sets the value of the receiverID property.

Parameters
value Allowed object is String