public class ContactDetails extends BaseContactDetails
Java class for ContactDetails complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ContactDetails">
<complexContent>
<extension base="{http://rest.immobilienscout24.de/schema/common/1.0}BaseContactDetails">
<sequence>
<element name="officeHours" minOccurs="0">
<simpleType>
<restriction base="{http://rest.immobilienscout24.de/schema/common/1.0}TextField">
<maxLength value="1000"/>
</restriction>
</simpleType>
</element>
</sequence>
<attribute name="id" type="{http://www.w3.org/2001/XMLSchema}long" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Long |
id |
protected String |
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 |
|---|
ContactDetails() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getId()
Gets the value of the id property.
|
String |
getOfficeHours()
Gets the value of the officeHours property.
|
void |
setId(Long value)
Sets the value of the id property.
|
void |
setOfficeHours(String value)
Sets the value of the officeHours property.
|
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, setTitleCopyright © 2014 OpenEstate. All rights reserved.