public class Feed 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="version" type="{http://feed.immobiliare.it}version"/> <element name="metadata"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <all> <element name="publisher" type="{http://feed.immobiliare.it}publisher"/> <element name="build-date" type="{http://www.w3.org/2001/XMLSchema}dateTime"/> <element name="multipage" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <all> <element name="current" type="{http://www.w3.org/2001/XMLSchema}integer"/> <element name="last" type="{http://www.w3.org/2001/XMLSchema}integer"/> </all> </restriction> </complexContent> </complexType> </element> </all> </restriction> </complexContent> </complexType> </element> <element name="projects" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <all> <element name="project"> <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="date-updated" type="{http://feed.immobiliare.it}dateUpdatedType"/> <element name="agent"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <all> <element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="email" type="{http://feed.immobiliare.it}emailType"/> <element name="sales-office"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <all> <element name="country-code"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <pattern value="[a-zA-Z]{2}"/> </restriction> </simpleType> </element> <element name="administrative-area" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="sub-administrative-area" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="city"> <complexType> <simpleContent> <extension base="<http://www.w3.org/2001/XMLSchema>string"> <attribute name="code" type="{http://www.w3.org/2001/XMLSchema}integer" /> </extension> </simpleContent> </complexType> </element> <element name="locality"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="thoroughfare" type="{http://www.w3.org/2001/XMLSchema}string"/> </sequence> </restriction> </complexContent> </complexType> </element> <element name="phone" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="mobile" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </all> </restriction> </complexContent> </complexType> </element> </all> </restriction> </complexContent> </complexType> </element> <element name="features"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <all> <element name="building-status" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="start-date" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element name="end-date" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="specification" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="floorplanner-url" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="virtual-tour" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="description" type="{http://feed.immobiliare.it}langtxt"/> <element name="energy-class" type="{http://feed.immobiliare.it}classEnergy"/> <element name="energy-performance" type="{http://feed.immobiliare.it}classEnergyPerformance" minOccurs="0"/> </all> </restriction> </complexContent> </complexType> </element> <element name="location" type="{http://feed.immobiliare.it}locationStructure" minOccurs="0"/> <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> <element name="videos" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <all> <element name="video" type="{http://feed.immobiliare.it}videoProject"/> </all> </restriction> </complexContent> </complexType> </element> <element name="lots" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="residential" type="{http://www.w3.org/2001/XMLSchema}integer"/> <element name="commercial" type="{http://www.w3.org/2001/XMLSchema}integer"/> <element name="lot" maxOccurs="unbounded"> <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> </element> </sequence> </restriction> </complexContent> </complexType> </element> </all> <attribute name="operation" type="{http://feed.immobiliare.it}operation" /> </restriction> </complexContent> </complexType> </element> </all> </restriction> </complexContent> </complexType> </element> <element name="properties"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence maxOccurs="unbounded" minOccurs="0"> <element name="property"> <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="date-updated" type="{http://feed.immobiliare.it}dateUpdatedType"/> <element name="date-expiration" minOccurs="0"> <simpleType> <union memberTypes=" {http://www.w3.org/2001/XMLSchema}dateTime {http://feed.immobiliare.it}nullString"> </union> </simpleType> </element> <element name="transaction-type" type="{http://feed.immobiliare.it}transactionType"/> <element name="building" type="{http://feed.immobiliare.it}building" minOccurs="0"/> <element name="category" type="{http://feed.immobiliare.it}cat" minOccurs="0"/> <element name="property-type" type="{http://feed.immobiliare.it}proptype" minOccurs="0"/> <element name="building-status" type="{http://feed.immobiliare.it}status" minOccurs="0"/> <element name="agent"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <all> <element name="office-name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="email" type="{http://feed.immobiliare.it}emailType"/> </all> </restriction> </complexContent> </complexType> </element> <element name="location" type="{http://feed.immobiliare.it}locationStructure"/> <element name="features"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="rooms" type="{http://feed.immobiliare.it}roomsType"/> <element name="size" type="{http://feed.immobiliare.it}sizeType"/> <element name="price" type="{http://feed.immobiliare.it}priceType"/> <element name="description" type="{http://feed.immobiliare.it}langtxt" maxOccurs="25"/> <element name="energy-class" type="{http://feed.immobiliare.it}classEnergy"/> <element name="energy-performance" type="{http://feed.immobiliare.it}classEnergyPerformance" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> </element> <element name="extra-features" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <all> <element name="bedrooms" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/> <element name="bathrooms" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/> <element name="garage" type="{http://feed.immobiliare.it}box" minOccurs="0"/> <element name="kitchen" type="{http://feed.immobiliare.it}kitchen" minOccurs="0"/> <element name="heating" type="{http://feed.immobiliare.it}heat" minOccurs="0"/> <element name="garden" type="{http://feed.immobiliare.it}garden" minOccurs="0"/> <element name="terrace" type="{http://feed.immobiliare.it}yesno" minOccurs="0"/> <element name="balcony" type="{http://feed.immobiliare.it}yesno" minOccurs="0"/> <element name="elevator" type="{http://feed.immobiliare.it}yesno" minOccurs="0"/> <element name="air-conditioning" type="{http://feed.immobiliare.it}yesno" minOccurs="0"/> <element name="floor" type="{http://feed.immobiliare.it}floor" minOccurs="0"/> <element name="num-floors" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/> <element name="virtual-tour" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="rent-contract" type="{http://feed.immobiliare.it}rental" minOccurs="0"/> <element name="additional-costs" type="{http://feed.immobiliare.it}additionalCostsType" minOccurs="0"/> <element name="furniture" type="{http://feed.immobiliare.it}furniture" minOccurs="0"/> <element name="security-alarm" type="{http://feed.immobiliare.it}yesno" minOccurs="0"/> <element name="reception" type="{http://feed.immobiliare.it}yesno" minOccurs="0"/> <element name="net" type="{http://feed.immobiliare.it}yesno" minOccurs="0"/> <element name="external-area" type="{http://feed.immobiliare.it}landSizeType" minOccurs="0"/> <element name="build-year" type="{http://feed.immobiliare.it}year" minOccurs="0"/> <element name="free-conditions" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="overhead-crane" type="{http://feed.immobiliare.it}yesnoready" minOccurs="0"/> <element name="beam-height" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/> <element name="office-size" type="{http://feed.immobiliare.it}sizeType" minOccurs="0"/> <element name="floorplanner-url" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="doc-specification" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="doc-description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </all> </restriction> </complexContent> </complexType> </element> <element name="pictures" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence maxOccurs="15" minOccurs="0"> <element name="picture-url" type="{http://feed.immobiliare.it}pictureProject" maxOccurs="unbounded" minOccurs="0"/> <element name="picture" type="{http://feed.immobiliare.it}pictureExtended" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> </element> <element name="blueprints" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="blueprint" type="{http://feed.immobiliare.it}pictureExtended" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> </element> <element name="videos" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence maxOccurs="4"> <element name="video" type="{http://feed.immobiliare.it}videoProject"/> </sequence> </restriction> </complexContent> </complexType> </element> </all> <attribute name="operation" type="{http://feed.immobiliare.it}operation" /> </restriction> </complexContent> </complexType> </element> </sequence> </restriction> </complexContent> </complexType> </element> </all> </restriction> </complexContent> </complexType>
Modifier and Type | Class and Description |
---|---|
static class |
Feed.Metadata
Java class for anonymous complex type.
|
static class |
Feed.Projects
Java class for anonymous complex type.
|
static class |
Feed.Properties
Java class for anonymous complex type.
|
Modifier and Type | Field and Description |
---|---|
protected Feed.Metadata |
metadata |
protected Feed.Projects |
projects |
protected Feed.Properties |
properties |
protected Version |
version |
Constructor and Description |
---|
Feed() |
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) |
Feed.Metadata |
getMetadata()
Gets the value of the metadata property.
|
Feed.Projects |
getProjects()
Gets the value of the projects property.
|
Feed.Properties |
getProperties()
Gets the value of the properties property.
|
Version |
getVersion()
Gets the value of the version property.
|
void |
setMetadata(Feed.Metadata value)
Sets the value of the metadata property.
|
void |
setProjects(Feed.Projects value)
Sets the value of the projects property.
|
void |
setProperties(Feed.Properties value)
Sets the value of the properties property.
|
void |
setVersion(Version value)
Sets the value of the version property.
|
String |
toString() |
protected Version version
protected Feed.Metadata metadata
protected Feed.Projects projects
protected Feed.Properties properties
public Version getVersion()
Version
public void setVersion(Version value)
value
- allowed object is
Version
public Feed.Metadata getMetadata()
Feed.Metadata
public void setMetadata(Feed.Metadata value)
value
- allowed object is
Feed.Metadata
public Feed.Projects getProjects()
Feed.Projects
public void setProjects(Feed.Projects value)
value
- allowed object is
Feed.Projects
public Feed.Properties getProperties()
Feed.Properties
public void setProperties(Feed.Properties value)
value
- allowed object is
Feed.Properties
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.