public static class Feed.Projects.Project.Lots.Lot extends Object implements Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.ToString
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="unique-id" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="property-type" type="{http://feed.immobiliare.it}propertyTypeProject"/> <element name="price" type="{http://feed.immobiliare.it}priceType"/> <element name="size" type="{http://feed.immobiliare.it}sizeType"/> <element name="rooms" type="{http://feed.immobiliare.it}roomsType" minOccurs="0"/> <element name="bathrooms" type="{http://www.w3.org/2001/XMLSchema}integer"/> <element name="floor" type="{http://feed.immobiliare.it}floorProject"/> <element name="garage" type="{http://feed.immobiliare.it}boxProject"/> <element name="description" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="specification" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="pictures" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="picture-url" type="{http://feed.immobiliare.it}pictureProject" maxOccurs="unbounded"/> </sequence> </restriction> </complexContent> </complexType> </element> </all> <attribute name="total" type="{http://www.w3.org/2001/XMLSchema}integer" /> <attribute name="forsale" type="{http://www.w3.org/2001/XMLSchema}integer" /> </restriction> </complexContent> </complexType>
Modifier and Type | Class and Description |
---|---|
static class |
Feed.Projects.Project.Lots.Lot.Pictures
Java class for anonymous complex type.
|
Modifier and Type | Field and Description |
---|---|
protected Long |
bathrooms |
protected String |
description |
protected FloorProject |
floor |
protected Long |
forsale |
protected BoxProject |
garage |
protected Feed.Projects.Project.Lots.Lot.Pictures |
pictures |
protected PriceType |
price |
protected PropertyTypeProject |
propertyType |
protected Integer |
rooms |
protected SizeType |
size |
protected String |
specification |
protected Long |
total |
protected String |
uniqueId |
Constructor and Description |
---|
Feed.Projects.Project.Lots.Lot() |
Modifier and Type | Method and Description |
---|---|
StringBuilder |
append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy) |
StringBuilder |
appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy) |
Object |
clone() |
Object |
copyTo(Object target) |
Object |
copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy strategy) |
Object |
createNewInstance() |
boolean |
equals(Object object) |
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy) |
Long |
getBathrooms()
Gets the value of the bathrooms property.
|
String |
getDescription()
Gets the value of the description property.
|
FloorProject |
getFloor()
Gets the value of the floor property.
|
Long |
getForsale()
Gets the value of the forsale property.
|
BoxProject |
getGarage()
Gets the value of the garage property.
|
Feed.Projects.Project.Lots.Lot.Pictures |
getPictures()
Gets the value of the pictures property.
|
PriceType |
getPrice()
Gets the value of the price property.
|
PropertyTypeProject |
getPropertyType()
Gets the value of the propertyType property.
|
Integer |
getRooms()
Gets the value of the rooms property.
|
SizeType |
getSize()
Gets the value of the size property.
|
String |
getSpecification()
Gets the value of the specification property.
|
Long |
getTotal()
Gets the value of the total property.
|
String |
getUniqueId()
Gets the value of the uniqueId property.
|
void |
setBathrooms(Long value)
Sets the value of the bathrooms property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setFloor(FloorProject value)
Sets the value of the floor property.
|
void |
setForsale(Long value)
Sets the value of the forsale property.
|
void |
setGarage(BoxProject value)
Sets the value of the garage property.
|
void |
setPictures(Feed.Projects.Project.Lots.Lot.Pictures value)
Sets the value of the pictures property.
|
void |
setPrice(PriceType value)
Sets the value of the price property.
|
void |
setPropertyType(PropertyTypeProject value)
Sets the value of the propertyType property.
|
void |
setRooms(Integer value)
Sets the value of the rooms property.
|
void |
setSize(SizeType value)
Sets the value of the size property.
|
void |
setSpecification(String value)
Sets the value of the specification property.
|
void |
setTotal(Long value)
Sets the value of the total property.
|
void |
setUniqueId(String value)
Sets the value of the uniqueId property.
|
String |
toString() |
protected String uniqueId
protected PropertyTypeProject propertyType
protected PriceType price
protected SizeType size
protected Integer rooms
protected Long bathrooms
protected FloorProject floor
protected BoxProject garage
protected String description
protected String specification
protected Feed.Projects.Project.Lots.Lot.Pictures pictures
protected Long total
protected Long forsale
public String getUniqueId()
String
public void setUniqueId(String value)
value
- allowed object is
String
public PropertyTypeProject getPropertyType()
PropertyTypeProject
public void setPropertyType(PropertyTypeProject value)
value
- allowed object is
PropertyTypeProject
public PriceType getPrice()
PriceType
public void setPrice(PriceType value)
value
- allowed object is
PriceType
public SizeType getSize()
SizeType
public void setSize(SizeType value)
value
- allowed object is
SizeType
public Integer getRooms()
String
public void setRooms(Integer value)
value
- allowed object is
String
public Long getBathrooms()
String
public void setBathrooms(Long value)
value
- allowed object is
String
public FloorProject getFloor()
FloorProject
public void setFloor(FloorProject value)
value
- allowed object is
FloorProject
public BoxProject getGarage()
BoxProject
public void setGarage(BoxProject value)
value
- allowed object is
BoxProject
public String getDescription()
String
public void setDescription(String value)
value
- allowed object is
String
public String getSpecification()
String
public void setSpecification(String value)
value
- allowed object is
String
public Feed.Projects.Project.Lots.Lot.Pictures getPictures()
Feed.Projects.Project.Lots.Lot.Pictures
public void setPictures(Feed.Projects.Project.Lots.Lot.Pictures value)
value
- allowed object is
Feed.Projects.Project.Lots.Lot.Pictures
public Long getTotal()
String
public void setTotal(Long value)
value
- allowed object is
String
public Long getForsale()
String
public void setForsale(Long value)
value
- allowed object is
String
public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
append
in interface org.jvnet.jaxb2_commons.lang.ToString
public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
appendFields
in interface org.jvnet.jaxb2_commons.lang.ToString
public Object copyTo(Object target)
copyTo
in interface org.jvnet.jaxb2_commons.lang.CopyTo
public Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy strategy)
copyTo
in interface org.jvnet.jaxb2_commons.lang.CopyTo
public Object createNewInstance()
createNewInstance
in interface org.jvnet.jaxb2_commons.lang.CopyTo
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
equals
in interface org.jvnet.jaxb2_commons.lang.Equals
Copyright © 2015 OpenEstate. All rights reserved.