public class Customer extends Object
Java class for customer complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="customer"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="contractContactDetails" type="{http://rest.immobilienscout24.de/schema/offer/user/1.0}contractContactDetails" minOccurs="0"/> <element name="professional" type="{http://www.w3.org/2001/XMLSchema}boolean"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected ContractContactDetails |
contractContactDetails |
protected boolean |
professional |
Constructor and Description |
---|
Customer() |
Modifier and Type | Method and Description |
---|---|
ContractContactDetails |
getContractContactDetails()
Gets the value of the contractContactDetails property.
|
boolean |
isProfessional()
Gets the value of the professional property.
|
void |
setContractContactDetails(ContractContactDetails value)
Sets the value of the contractContactDetails property.
|
void |
setProfessional(boolean value)
Sets the value of the professional property.
|
protected ContractContactDetails contractContactDetails
protected boolean professional
public ContractContactDetails getContractContactDetails()
ContractContactDetails
public void setContractContactDetails(ContractContactDetails value)
value
- allowed object is
ContractContactDetails
public boolean isProfessional()
public void setProfessional(boolean value)
Copyright © 2014 OpenEstate. All rights reserved.