public class Building 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 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.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) |
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() |
protected Status status
protected Terrains terrains
protected Clazz clazz
protected Category category
protected PropertyType type
protected PropertyTypeBusiness detail
public Status getStatus()
Status
public void setStatus(Status value)
value
- allowed object is
Status
public Terrains getTerrains()
Terrains
public void setTerrains(Terrains value)
value
- allowed object is
Terrains
public Clazz getClazz()
Clazz
public void setClazz(Clazz value)
value
- allowed object is
Clazz
public Category getCategory()
String
public void setCategory(Category value)
value
- allowed object is
String
public PropertyType getType()
PropertyType
public void setType(PropertyType value)
value
- allowed object is
PropertyType
public PropertyTypeBusiness getDetail()
PropertyTypeBusiness
public void setDetail(PropertyTypeBusiness value)
value
- allowed object is
PropertyTypeBusiness
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.