public class ContactInfo extends Object
Java class for ContactInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ContactInfo">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Address" type="{https://bingads.microsoft.com/Customer/v13/Entities}Address" minOccurs="0"/>
<element name="ContactByPhone" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="ContactByPostalMail" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="Email" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="EmailFormat" type="{https://bingads.microsoft.com/Customer/v13/Entities}EmailFormat" minOccurs="0"/>
<element name="Fax" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="HomePhone" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Id" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="Mobile" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Phone1" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Phone2" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Address |
address |
protected Boolean |
contactByPhone |
protected Boolean |
contactByPostalMail |
protected String |
email |
protected EmailFormat |
emailFormat |
protected String |
fax |
protected String |
homePhone |
protected Long |
id |
protected String |
mobile |
protected String |
phone1 |
protected String |
phone2 |
| Constructor and Description |
|---|
ContactInfo() |
| Modifier and Type | Method and Description |
|---|---|
Address |
getAddress()
Gets the value of the address property.
|
Boolean |
getContactByPhone()
Gets the value of the contactByPhone property.
|
Boolean |
getContactByPostalMail()
Gets the value of the contactByPostalMail property.
|
String |
getEmail()
Gets the value of the email property.
|
EmailFormat |
getEmailFormat()
Gets the value of the emailFormat property.
|
String |
getFax()
Gets the value of the fax property.
|
String |
getHomePhone()
Gets the value of the homePhone property.
|
Long |
getId()
Gets the value of the id property.
|
String |
getMobile()
Gets the value of the mobile property.
|
String |
getPhone1()
Gets the value of the phone1 property.
|
String |
getPhone2()
Gets the value of the phone2 property.
|
void |
setAddress(Address value)
Sets the value of the address property.
|
void |
setContactByPhone(Boolean value)
Sets the value of the contactByPhone property.
|
void |
setContactByPostalMail(Boolean value)
Sets the value of the contactByPostalMail property.
|
void |
setEmail(String value)
Sets the value of the email property.
|
void |
setEmailFormat(EmailFormat value)
Sets the value of the emailFormat property.
|
void |
setFax(String value)
Sets the value of the fax property.
|
void |
setHomePhone(String value)
Sets the value of the homePhone property.
|
void |
setId(Long value)
Sets the value of the id property.
|
void |
setMobile(String value)
Sets the value of the mobile property.
|
void |
setPhone1(String value)
Sets the value of the phone1 property.
|
void |
setPhone2(String value)
Sets the value of the phone2 property.
|
protected Address address
protected Boolean contactByPhone
protected Boolean contactByPostalMail
protected String email
protected EmailFormat emailFormat
protected String fax
protected String homePhone
protected Long id
protected String mobile
protected String phone1
protected String phone2
public Address getAddress()
Addresspublic void setAddress(Address value)
value - allowed object is
Addresspublic Boolean getContactByPhone()
Booleanpublic void setContactByPhone(Boolean value)
value - allowed object is
Booleanpublic Boolean getContactByPostalMail()
Booleanpublic void setContactByPostalMail(Boolean value)
value - allowed object is
Booleanpublic String getEmail()
Stringpublic void setEmail(String value)
value - allowed object is
Stringpublic EmailFormat getEmailFormat()
EmailFormatpublic void setEmailFormat(EmailFormat value)
value - allowed object is
EmailFormatpublic String getFax()
Stringpublic void setFax(String value)
value - allowed object is
Stringpublic String getHomePhone()
Stringpublic void setHomePhone(String value)
value - allowed object is
Stringpublic void setId(Long value)
value - allowed object is
Longpublic String getMobile()
Stringpublic void setMobile(String value)
value - allowed object is
Stringpublic String getPhone1()
Stringpublic void setPhone1(String value)
value - allowed object is
Stringpublic String getPhone2()
StringCopyright © 2024. All rights reserved.