public class RealEstateCounts extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <all> <element name="is24publishedRealEstatesCount" type="{http://www.w3.org/2001/XMLSchema}long"/> <element name="is24notPublishedRealEstatesCount" type="{http://www.w3.org/2001/XMLSchema}long"/> </all> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected long |
is24NotPublishedRealEstatesCount |
protected long |
is24PublishedRealEstatesCount |
Constructor and Description |
---|
RealEstateCounts() |
Modifier and Type | Method and Description |
---|---|
long |
getIs24NotPublishedRealEstatesCount()
Gets the value of the is24NotPublishedRealEstatesCount property.
|
long |
getIs24PublishedRealEstatesCount()
Gets the value of the is24PublishedRealEstatesCount property.
|
void |
setIs24NotPublishedRealEstatesCount(long value)
Sets the value of the is24NotPublishedRealEstatesCount property.
|
void |
setIs24PublishedRealEstatesCount(long value)
Sets the value of the is24PublishedRealEstatesCount property.
|
protected long is24PublishedRealEstatesCount
protected long is24NotPublishedRealEstatesCount
public long getIs24PublishedRealEstatesCount()
public void setIs24PublishedRealEstatesCount(long value)
public long getIs24NotPublishedRealEstatesCount()
public void setIs24NotPublishedRealEstatesCount(long value)
Copyright © 2014 OpenEstate. All rights reserved.