public class ReceiverInfoType
extends java.lang.Object
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>
 | Modifier and Type | Field and Description | 
|---|---|
protected java.lang.String | 
business  | 
protected java.lang.String | 
receiver  | 
protected java.lang.String | 
receiverID  | 
| Constructor and Description | 
|---|
ReceiverInfoType()  | 
| Modifier and Type | Method and Description | 
|---|---|
java.lang.String | 
getBusiness()
Gets the value of the business property. 
 | 
java.lang.String | 
getReceiver()
Gets the value of the receiver property. 
 | 
java.lang.String | 
getReceiverID()
Gets the value of the receiverID property. 
 | 
void | 
setBusiness(java.lang.String value)
Sets the value of the business property. 
 | 
void | 
setReceiver(java.lang.String value)
Sets the value of the receiver property. 
 | 
void | 
setReceiverID(java.lang.String value)
Sets the value of the receiverID property. 
 | 
protected java.lang.String business
protected java.lang.String receiver
protected java.lang.String receiverID
public java.lang.String getBusiness()
Stringpublic void setBusiness(java.lang.String value)
value - the value
     allowed object is
     Stringpublic java.lang.String getReceiver()
Stringpublic void setReceiver(java.lang.String value)
value - the value
     allowed object is
     Stringpublic java.lang.String getReceiverID()
Stringpublic void setReceiverID(java.lang.String value)
value - the value
     allowed object is
     StringstSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.