public class Realtor extends Object
Java class for Realtor complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Realtor">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="customerNumber" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="businessCardActivated" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
businessCardActivated |
protected String |
customerNumber |
| Constructor and Description |
|---|
Realtor() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCustomerNumber()
Gets the value of the customerNumber property.
|
boolean |
isBusinessCardActivated()
Gets the value of the businessCardActivated property.
|
void |
setBusinessCardActivated(boolean value)
Sets the value of the businessCardActivated property.
|
void |
setCustomerNumber(String value)
Sets the value of the customerNumber property.
|
protected String customerNumber
protected boolean businessCardActivated
public String getCustomerNumber()
Stringpublic void setCustomerNumber(String value)
value - allowed object is
Stringpublic boolean isBusinessCardActivated()
public void setBusinessCardActivated(boolean value)
Copyright © 2014 OpenEstate. All rights reserved.