public class

BusinessOwnerInfoType

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

Class Overview

BusinessOwnerInfoType

Java class for BusinessOwnerInfoType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="BusinessOwnerInfoType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Owner" type="{urn:ebay:apis:eBLBaseComponents}PayerInfoType" minOccurs="0"/>
         <element name="HomePhone" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="MobilePhone" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="SSN" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected String homePhone
protected String mobilePhone
protected PayerInfoType owner
protected String ssn
Public Constructors
BusinessOwnerInfoType()
Public Methods
String getHomePhone()
Gets the value of the homePhone property.
String getMobilePhone()
Gets the value of the mobilePhone property.
PayerInfoType getOwner()
Gets the value of the owner property.
String getSSN()
Gets the value of the ssn property.
void setHomePhone(String value)
Sets the value of the homePhone property.
void setMobilePhone(String value)
Sets the value of the mobilePhone property.
void setOwner(PayerInfoType value)
Sets the value of the owner property.
void setSSN(String value)
Sets the value of the ssn property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String homePhone

protected String mobilePhone

protected PayerInfoType owner

protected String ssn

Public Constructors

public BusinessOwnerInfoType ()

Public Methods

public String getHomePhone ()

Gets the value of the homePhone property.

Returns
  • possible object is String

public String getMobilePhone ()

Gets the value of the mobilePhone property.

Returns
  • possible object is String

public PayerInfoType getOwner ()

Gets the value of the owner property.

Returns

public String getSSN ()

Gets the value of the ssn property.

Returns
  • possible object is String

public void setHomePhone (String value)

Sets the value of the homePhone property.

Parameters
value Allowed object is String

public void setMobilePhone (String value)

Sets the value of the mobilePhone property.

Parameters
value Allowed object is String

public void setOwner (PayerInfoType value)

Sets the value of the owner property.

Parameters
value Allowed object is PayerInfoType

public void setSSN (String value)

Sets the value of the ssn property.

Parameters
value Allowed object is String