public class RealtorContactDetails extends ContactDetails
Java class for RealtorContactDetails complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RealtorContactDetails"> <complexContent> <extension base="{http://rest.immobilienscout24.de/schema/common/1.0}ContactDetails"> <sequence> <element name="defaultContact" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="localPartnerContact" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="businessCardContact" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="realEstateReferenceCount" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="externalId" type="{http://rest.immobilienscout24.de/schema/common/1.0}TextField" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected Boolean |
businessCardContact |
protected Boolean |
defaultContact |
protected String |
externalId |
protected Boolean |
localPartnerContact |
protected Long |
realEstateReferenceCount |
id, officeHours
additionName, address, cellPhoneNumber, cellPhoneNumberAreaCode, cellPhoneNumberCountryCode, cellPhoneNumberSubscriber, company, countryCode, email, faxNumber, faxNumberAreaCode, faxNumberCountryCode, faxNumberSubscriber, firstname, homepageUrl, lastname, phoneNumber, phoneNumberAreaCode, phoneNumberCountryCode, phoneNumberSubscriber, portraitUrl, salutation, title
Constructor and Description |
---|
RealtorContactDetails() |
Modifier and Type | Method and Description |
---|---|
String |
getExternalId()
Gets the value of the externalId property.
|
Long |
getRealEstateReferenceCount()
Gets the value of the realEstateReferenceCount property.
|
Boolean |
isBusinessCardContact()
Gets the value of the businessCardContact property.
|
Boolean |
isDefaultContact()
Gets the value of the defaultContact property.
|
Boolean |
isLocalPartnerContact()
Gets the value of the localPartnerContact property.
|
void |
setBusinessCardContact(Boolean value)
Sets the value of the businessCardContact property.
|
void |
setDefaultContact(Boolean value)
Sets the value of the defaultContact property.
|
void |
setExternalId(String value)
Sets the value of the externalId property.
|
void |
setLocalPartnerContact(Boolean value)
Sets the value of the localPartnerContact property.
|
void |
setRealEstateReferenceCount(Long value)
Sets the value of the realEstateReferenceCount property.
|
getId, getOfficeHours, setId, setOfficeHours
getAdditionName, getAddress, getCellPhoneNumber, getCellPhoneNumberAreaCode, getCellPhoneNumberCountryCode, getCellPhoneNumberSubscriber, getCompany, getCountryCode, getEmail, getFaxNumber, getFaxNumberAreaCode, getFaxNumberCountryCode, getFaxNumberSubscriber, getFirstname, getHomepageUrl, getLastname, getPhoneNumber, getPhoneNumberAreaCode, getPhoneNumberCountryCode, getPhoneNumberSubscriber, getPortraitUrl, getSalutation, getTitle, setAdditionName, setAddress, setCellPhoneNumber, setCellPhoneNumberAreaCode, setCellPhoneNumberCountryCode, setCellPhoneNumberSubscriber, setCompany, setCountryCode, setEmail, setFaxNumber, setFaxNumberAreaCode, setFaxNumberCountryCode, setFaxNumberSubscriber, setFirstname, setHomepageUrl, setLastname, setPhoneNumber, setPhoneNumberAreaCode, setPhoneNumberCountryCode, setPhoneNumberSubscriber, setPortraitUrl, setSalutation, setTitle
protected Boolean defaultContact
protected Boolean localPartnerContact
protected Boolean businessCardContact
protected Long realEstateReferenceCount
protected String externalId
public Boolean isDefaultContact()
Boolean
public void setDefaultContact(Boolean value)
value
- allowed object is
Boolean
public Boolean isLocalPartnerContact()
Boolean
public void setLocalPartnerContact(Boolean value)
value
- allowed object is
Boolean
public Boolean isBusinessCardContact()
Boolean
public void setBusinessCardContact(Boolean value)
value
- allowed object is
Boolean
public Long getRealEstateReferenceCount()
Long
public void setRealEstateReferenceCount(Long value)
value
- allowed object is
Long
public String getExternalId()
String
Copyright © 2014 OpenEstate. All rights reserved.