public class OverseasRentalAdType 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 overseasRentalAdType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="overseasRentalAdType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="country" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="region" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="area" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="address" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="property_type" type="{}propertyType"/>
<element name="house_type" type="{}houseType"/>
<element name="commercial_type" type="{}commercialType"/>
<element name="description" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="rent" type="{}positiveInteger"/>
<element name="rent_collection_period">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="weekly"/>
<enumeration value="monthly"/>
</restriction>
</simpleType>
</element>
<element name="bathroom_number" type="{}positiveInteger"/>
<element name="bedroom_number" type="{}positiveInteger"/>
<element name="furnished">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="furnished"/>
<enumeration value="unfurnished"/>
<enumeration value="either"/>
</restriction>
</simpleType>
</element>
<element name="cable_television" type="{}bool"/>
<element name="washing_machine" type="{}bool"/>
<element name="dryer" type="{}bool"/>
<element name="dishwasher" type="{}bool"/>
<element name="microwave" type="{}bool"/>
<element name="single_beds" type="{}positiveInteger" minOccurs="0"/>
<element name="double_beds" type="{}positiveInteger" minOccurs="0"/>
<element name="twin_beds" type="{}positiveInteger" minOccurs="0"/>
<element name="number_people" type="{}positiveInteger" minOccurs="0"/>
<element name="available_from" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
<element name="lease" type="{}positiveInteger" minOccurs="0"/>
<element name="phone1" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="phone2" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="contact_name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="phone_info" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="main_email" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="cc_email" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="external_id" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="agent_id" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="photos" type="{}photosType" minOccurs="0"/>
<element name="features" type="{}featuresType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
OverseasRentalAdType.Furnished
Java class for null.
|
static class |
OverseasRentalAdType.RentPeriod
Java class for null.
|
| Constructor and Description |
|---|
OverseasRentalAdType() |
| 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) |
String |
getAddress()
Gets the value of the address property.
|
String |
getAgentId()
Gets the value of the agentId property.
|
String |
getArea()
Gets the value of the area property.
|
Calendar |
getAvailableFrom()
Gets the value of the availableFrom property.
|
BigInteger |
getBathroomNumber()
Gets the value of the bathroomNumber property.
|
BigInteger |
getBedroomNumber()
Gets the value of the bedroomNumber property.
|
Boolean |
getCableTelevision()
Gets the value of the cableTelevision property.
|
String |
getCcEmail()
Gets the value of the ccEmail property.
|
CommercialType |
getCommercialType()
Gets the value of the commercialType property.
|
String |
getContactName()
Gets the value of the contactName property.
|
String |
getCountry()
Gets the value of the country property.
|
String |
getDescription()
Gets the value of the description property.
|
Boolean |
getDishwasher()
Gets the value of the dishwasher property.
|
BigInteger |
getDoubleBeds()
Gets the value of the doubleBeds property.
|
Boolean |
getDryer()
Gets the value of the dryer property.
|
String |
getExternalId()
Gets the value of the externalId property.
|
FeaturesType |
getFeatures()
Gets the value of the features property.
|
OverseasRentalAdType.Furnished |
getFurnished()
Gets the value of the furnished property.
|
HouseType |
getHouseType()
Gets the value of the houseType property.
|
BigInteger |
getLease()
Gets the value of the lease property.
|
String |
getMainEmail()
Gets the value of the mainEmail property.
|
Boolean |
getMicrowave()
Gets the value of the microwave property.
|
BigInteger |
getNumberPeople()
Gets the value of the numberPeople property.
|
String |
getPhone1()
Gets the value of the phone1 property.
|
String |
getPhone2()
Gets the value of the phone2 property.
|
String |
getPhoneInfo()
Gets the value of the phoneInfo property.
|
PhotosType |
getPhotos()
Gets the value of the photos property.
|
PropertyType |
getPropertyType()
Gets the value of the propertyType property.
|
String |
getRegion()
Gets the value of the region property.
|
BigInteger |
getRent()
Gets the value of the rent property.
|
OverseasRentalAdType.RentPeriod |
getRentCollectionPeriod()
Gets the value of the rentCollectionPeriod property.
|
BigInteger |
getSingleBeds()
Gets the value of the singleBeds property.
|
BigInteger |
getTwinBeds()
Gets the value of the twinBeds property.
|
Boolean |
getWashingMachine()
Gets the value of the washingMachine property.
|
void |
setAddress(String value)
Sets the value of the address property.
|
void |
setAgentId(String value)
Sets the value of the agentId property.
|
void |
setArea(String value)
Sets the value of the area property.
|
void |
setAvailableFrom(Calendar value)
Sets the value of the availableFrom property.
|
void |
setBathroomNumber(BigInteger value)
Sets the value of the bathroomNumber property.
|
void |
setBedroomNumber(BigInteger value)
Sets the value of the bedroomNumber property.
|
void |
setCableTelevision(Boolean value)
Sets the value of the cableTelevision property.
|
void |
setCcEmail(String value)
Sets the value of the ccEmail property.
|
void |
setCommercialType(CommercialType value)
Sets the value of the commercialType property.
|
void |
setContactName(String value)
Sets the value of the contactName property.
|
void |
setCountry(String value)
Sets the value of the country property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setDishwasher(Boolean value)
Sets the value of the dishwasher property.
|
void |
setDoubleBeds(BigInteger value)
Sets the value of the doubleBeds property.
|
void |
setDryer(Boolean value)
Sets the value of the dryer property.
|
void |
setExternalId(String value)
Sets the value of the externalId property.
|
void |
setFeatures(FeaturesType value)
Sets the value of the features property.
|
void |
setFurnished(OverseasRentalAdType.Furnished value)
Sets the value of the furnished property.
|
void |
setHouseType(HouseType value)
Sets the value of the houseType property.
|
void |
setLease(BigInteger value)
Sets the value of the lease property.
|
void |
setMainEmail(String value)
Sets the value of the mainEmail property.
|
void |
setMicrowave(Boolean value)
Sets the value of the microwave property.
|
void |
setNumberPeople(BigInteger value)
Sets the value of the numberPeople property.
|
void |
setPhone1(String value)
Sets the value of the phone1 property.
|
void |
setPhone2(String value)
Sets the value of the phone2 property.
|
void |
setPhoneInfo(String value)
Sets the value of the phoneInfo property.
|
void |
setPhotos(PhotosType value)
Sets the value of the photos property.
|
void |
setPropertyType(PropertyType value)
Sets the value of the propertyType property.
|
void |
setRegion(String value)
Sets the value of the region property.
|
void |
setRent(BigInteger value)
Sets the value of the rent property.
|
void |
setRentCollectionPeriod(OverseasRentalAdType.RentPeriod value)
Sets the value of the rentCollectionPeriod property.
|
void |
setSingleBeds(BigInteger value)
Sets the value of the singleBeds property.
|
void |
setTwinBeds(BigInteger value)
Sets the value of the twinBeds property.
|
void |
setWashingMachine(Boolean value)
Sets the value of the washingMachine property.
|
String |
toString() |
protected String country
protected String region
protected String area
protected String address
protected PropertyType propertyType
protected HouseType houseType
protected CommercialType commercialType
protected String description
protected BigInteger rent
protected OverseasRentalAdType.RentPeriod rentCollectionPeriod
protected BigInteger bathroomNumber
protected BigInteger bedroomNumber
protected OverseasRentalAdType.Furnished furnished
protected Boolean cableTelevision
protected Boolean washingMachine
protected Boolean dryer
protected Boolean dishwasher
protected Boolean microwave
protected BigInteger singleBeds
protected BigInteger doubleBeds
protected BigInteger twinBeds
protected BigInteger numberPeople
protected Calendar availableFrom
protected BigInteger lease
protected String phone1
protected String phone2
protected String contactName
protected String phoneInfo
protected String mainEmail
protected String ccEmail
protected String externalId
protected String agentId
protected PhotosType photos
protected FeaturesType features
public String getCountry()
Stringpublic void setCountry(String value)
value - allowed object is
Stringpublic String getRegion()
Stringpublic void setRegion(String value)
value - allowed object is
Stringpublic String getArea()
Stringpublic void setArea(String value)
value - allowed object is
Stringpublic String getAddress()
Stringpublic void setAddress(String value)
value - allowed object is
Stringpublic PropertyType getPropertyType()
PropertyTypepublic void setPropertyType(PropertyType value)
value - allowed object is
PropertyTypepublic HouseType getHouseType()
HouseTypepublic void setHouseType(HouseType value)
value - allowed object is
HouseTypepublic CommercialType getCommercialType()
CommercialTypepublic void setCommercialType(CommercialType value)
value - allowed object is
CommercialTypepublic String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
Stringpublic BigInteger getRent()
Stringpublic void setRent(BigInteger value)
value - allowed object is
Stringpublic OverseasRentalAdType.RentPeriod getRentCollectionPeriod()
OverseasRentalAdType.RentPeriodpublic void setRentCollectionPeriod(OverseasRentalAdType.RentPeriod value)
value - allowed object is
OverseasRentalAdType.RentPeriodpublic BigInteger getBathroomNumber()
Stringpublic void setBathroomNumber(BigInteger value)
value - allowed object is
Stringpublic BigInteger getBedroomNumber()
Stringpublic void setBedroomNumber(BigInteger value)
value - allowed object is
Stringpublic OverseasRentalAdType.Furnished getFurnished()
OverseasRentalAdType.Furnishedpublic void setFurnished(OverseasRentalAdType.Furnished value)
value - allowed object is
OverseasRentalAdType.Furnishedpublic Boolean getCableTelevision()
Stringpublic void setCableTelevision(Boolean value)
value - allowed object is
Stringpublic Boolean getWashingMachine()
Stringpublic void setWashingMachine(Boolean value)
value - allowed object is
Stringpublic Boolean getDryer()
Stringpublic void setDryer(Boolean value)
value - allowed object is
Stringpublic Boolean getDishwasher()
Stringpublic void setDishwasher(Boolean value)
value - allowed object is
Stringpublic Boolean getMicrowave()
Stringpublic void setMicrowave(Boolean value)
value - allowed object is
Stringpublic BigInteger getSingleBeds()
Stringpublic void setSingleBeds(BigInteger value)
value - allowed object is
Stringpublic BigInteger getDoubleBeds()
Stringpublic void setDoubleBeds(BigInteger value)
value - allowed object is
Stringpublic BigInteger getTwinBeds()
Stringpublic void setTwinBeds(BigInteger value)
value - allowed object is
Stringpublic BigInteger getNumberPeople()
Stringpublic void setNumberPeople(BigInteger value)
value - allowed object is
Stringpublic Calendar getAvailableFrom()
Stringpublic void setAvailableFrom(Calendar value)
value - allowed object is
Stringpublic BigInteger getLease()
Stringpublic void setLease(BigInteger value)
value - allowed object is
Stringpublic String getPhone1()
Stringpublic void setPhone1(String value)
value - allowed object is
Stringpublic String getPhone2()
Stringpublic void setPhone2(String value)
value - allowed object is
Stringpublic String getContactName()
Stringpublic void setContactName(String value)
value - allowed object is
Stringpublic String getPhoneInfo()
Stringpublic void setPhoneInfo(String value)
value - allowed object is
Stringpublic String getMainEmail()
Stringpublic void setMainEmail(String value)
value - allowed object is
Stringpublic String getCcEmail()
Stringpublic void setCcEmail(String value)
value - allowed object is
Stringpublic String getExternalId()
Stringpublic void setExternalId(String value)
value - allowed object is
Stringpublic String getAgentId()
Stringpublic void setAgentId(String value)
value - allowed object is
Stringpublic PhotosType getPhotos()
PhotosTypepublic void setPhotos(PhotosType value)
value - allowed object is
PhotosTypepublic FeaturesType getFeatures()
FeaturesTypepublic void setFeatures(FeaturesType value)
value - allowed object is
FeaturesTypepublic 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.ToStringpublic 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.ToStringpublic Object copyTo(Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTopublic 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.CopyTopublic Object createNewInstance()
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTopublic 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.EqualsCopyright © 2015 OpenEstate. All rights reserved.