@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T02:48:12+02:00", comments="JAXB RI v2.2.11") public class Building extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.ToString2
Java class for building complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="building"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <all> <element name="status" type="{http://feed.immobiliare.it}status"/> <element name="terrains" type="{http://feed.immobiliare.it}terrains" minOccurs="0"/> <element name="class" type="{http://feed.immobiliare.it}class" minOccurs="0"/> </all> <attribute name="category" type="{http://feed.immobiliare.it}cat" /> <attribute name="type" type="{http://feed.immobiliare.it}allPropertyTypeSimple" /> <attribute name="detail" type="{http://feed.immobiliare.it}PropertyTypeBusiness" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected Category |
category |
protected Clazz |
clazz |
protected PropertyTypeBusiness |
detail |
protected Status |
status |
protected Terrains |
terrains |
protected PropertyType |
type |
Constructor and Description |
---|
Building() |
Modifier and Type | Method and Description |
---|---|
StringBuilder |
append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) |
StringBuilder |
appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) |
Object |
clone() |
Object |
copyTo(Object target) |
Object |
copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy2 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.EqualsStrategy2 strategy) |
Category |
getCategory()
Gets the value of the category property.
|
Clazz |
getClazz()
Gets the value of the clazz property.
|
PropertyTypeBusiness |
getDetail()
Gets the value of the detail property.
|
Status |
getStatus()
Gets the value of the status property.
|
Terrains |
getTerrains()
Gets the value of the terrains property.
|
PropertyType |
getType()
Gets the value of the type property.
|
void |
setCategory(Category value)
Sets the value of the category property.
|
void |
setClazz(Clazz value)
Sets the value of the clazz property.
|
void |
setDetail(PropertyTypeBusiness value)
Sets the value of the detail property.
|
void |
setStatus(Status value)
Sets the value of the status property.
|
void |
setTerrains(Terrains value)
Sets the value of the terrains property.
|
void |
setType(PropertyType value)
Sets the value of the type property.
|
String |
toString() |
@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T02:48:12+02:00", comments="JAXB RI v2.2.11") protected Status status
@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T02:48:12+02:00", comments="JAXB RI v2.2.11") protected Terrains terrains
@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T02:48:12+02:00", comments="JAXB RI v2.2.11") protected Clazz clazz
@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T02:48:12+02:00", comments="JAXB RI v2.2.11") protected Category category
@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T02:48:12+02:00", comments="JAXB RI v2.2.11") protected PropertyType type
@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T02:48:12+02:00", comments="JAXB RI v2.2.11") protected PropertyTypeBusiness detail
@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T02:48:12+02:00", comments="JAXB RI v2.2.11") public Status getStatus()
Status
@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T02:48:12+02:00", comments="JAXB RI v2.2.11") public void setStatus(Status value)
value
- allowed object is
Status
@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T02:48:12+02:00", comments="JAXB RI v2.2.11") public Terrains getTerrains()
Terrains
@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T02:48:12+02:00", comments="JAXB RI v2.2.11") public void setTerrains(Terrains value)
value
- allowed object is
Terrains
@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T02:48:12+02:00", comments="JAXB RI v2.2.11") public Clazz getClazz()
Clazz
@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T02:48:12+02:00", comments="JAXB RI v2.2.11") public void setClazz(Clazz value)
value
- allowed object is
Clazz
@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T02:48:12+02:00", comments="JAXB RI v2.2.11") public Category getCategory()
String
@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T02:48:12+02:00", comments="JAXB RI v2.2.11") public void setCategory(Category value)
value
- allowed object is
String
@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T02:48:12+02:00", comments="JAXB RI v2.2.11") public PropertyType getType()
PropertyType
@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T02:48:12+02:00", comments="JAXB RI v2.2.11") public void setType(PropertyType value)
value
- allowed object is
PropertyType
@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T02:48:12+02:00", comments="JAXB RI v2.2.11") public PropertyTypeBusiness getDetail()
PropertyTypeBusiness
@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T02:48:12+02:00", comments="JAXB RI v2.2.11") public void setDetail(PropertyTypeBusiness value)
value
- allowed object is
PropertyTypeBusiness
@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T02:48:12+02:00", comments="JAXB RI v2.2.11") public String toString()
@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T02:48:12+02:00", comments="JAXB RI v2.2.11") public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
append
in interface org.jvnet.jaxb2_commons.lang.ToString2
@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T02:48:12+02:00", comments="JAXB RI v2.2.11") public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
appendFields
in interface org.jvnet.jaxb2_commons.lang.ToString2
@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T02:48:12+02:00", comments="JAXB RI v2.2.11") public Object clone()
@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T02:48:12+02:00", comments="JAXB RI v2.2.11") public Object copyTo(Object target)
copyTo
in interface org.jvnet.jaxb2_commons.lang.CopyTo2
@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T02:48:12+02:00", comments="JAXB RI v2.2.11") public Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy)
copyTo
in interface org.jvnet.jaxb2_commons.lang.CopyTo2
@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T02:48:12+02:00", comments="JAXB RI v2.2.11") public Object createNewInstance()
createNewInstance
in interface org.jvnet.jaxb2_commons.lang.CopyTo2
@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T02:48:12+02:00", comments="JAXB RI v2.2.11") public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)
equals
in interface org.jvnet.jaxb2_commons.lang.Equals2
Copyright © 2018 OpenEstate. All rights reserved.