public class BusinessOwnerInfoType
extends java.lang.Object
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>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
homePhone |
protected java.lang.String |
mobilePhone |
protected PayerInfoType |
owner |
protected java.lang.String |
ssn |
| Constructor and Description |
|---|
BusinessOwnerInfoType() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getHomePhone()
Gets the value of the homePhone property.
|
java.lang.String |
getMobilePhone()
Gets the value of the mobilePhone property.
|
PayerInfoType |
getOwner()
Gets the value of the owner property.
|
java.lang.String |
getSSN()
Gets the value of the ssn property.
|
void |
setHomePhone(java.lang.String value)
Sets the value of the homePhone property.
|
void |
setMobilePhone(java.lang.String value)
Sets the value of the mobilePhone property.
|
void |
setOwner(PayerInfoType value)
Sets the value of the owner property.
|
void |
setSSN(java.lang.String value)
Sets the value of the ssn property.
|
protected PayerInfoType owner
protected java.lang.String homePhone
protected java.lang.String mobilePhone
protected java.lang.String ssn
public PayerInfoType getOwner()
PayerInfoTypepublic void setOwner(PayerInfoType value)
value - the value
allowed object is
PayerInfoTypepublic java.lang.String getHomePhone()
Stringpublic void setHomePhone(java.lang.String value)
value - the value
allowed object is
Stringpublic java.lang.String getMobilePhone()
Stringpublic void setMobilePhone(java.lang.String value)
value - the value
allowed object is
Stringpublic java.lang.String getSSN()
Stringpublic void setSSN(java.lang.String value)
value - the value
allowed object is
StringstSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.