@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T02:41:42+02:00", comments="JAXB RI v2.2.11") public class OverseasRentalAdType 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 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.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) |
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() |
@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T02:41:42+02:00", comments="JAXB RI v2.2.11") protected String country
@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T02:41:42+02:00", comments="JAXB RI v2.2.11") protected String region
@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T02:41:42+02:00", comments="JAXB RI v2.2.11") protected String area
@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T02:41:42+02:00", comments="JAXB RI v2.2.11") protected String address
@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T02:41:42+02:00", comments="JAXB RI v2.2.11") protected PropertyType propertyType
@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T02:41:42+02:00", comments="JAXB RI v2.2.11") protected HouseType houseType
@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T02:41:42+02:00", comments="JAXB RI v2.2.11") protected CommercialType commercialType
@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T02:41:42+02:00", comments="JAXB RI v2.2.11") protected String description
@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T02:41:42+02:00", comments="JAXB RI v2.2.11") protected BigInteger rent
@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T02:41:42+02:00", comments="JAXB RI v2.2.11") protected OverseasRentalAdType.RentPeriod rentCollectionPeriod
@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T02:41:42+02:00", comments="JAXB RI v2.2.11") protected BigInteger bathroomNumber
@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T02:41:42+02:00", comments="JAXB RI v2.2.11") protected BigInteger bedroomNumber
@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T02:41:42+02:00", comments="JAXB RI v2.2.11") protected OverseasRentalAdType.Furnished furnished
@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T02:41:42+02:00", comments="JAXB RI v2.2.11") protected Boolean cableTelevision
@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T02:41:42+02:00", comments="JAXB RI v2.2.11") protected Boolean washingMachine
@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T02:41:42+02:00", comments="JAXB RI v2.2.11") protected Boolean dryer
@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T02:41:42+02:00", comments="JAXB RI v2.2.11") protected Boolean dishwasher
@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T02:41:42+02:00", comments="JAXB RI v2.2.11") protected Boolean microwave
@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T02:41:42+02:00", comments="JAXB RI v2.2.11") protected BigInteger singleBeds
@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T02:41:42+02:00", comments="JAXB RI v2.2.11") protected BigInteger doubleBeds
@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T02:41:42+02:00", comments="JAXB RI v2.2.11") protected BigInteger twinBeds
@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T02:41:42+02:00", comments="JAXB RI v2.2.11") protected BigInteger numberPeople
@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T02:41:42+02:00", comments="JAXB RI v2.2.11") protected Calendar availableFrom
@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T02:41:42+02:00", comments="JAXB RI v2.2.11") protected BigInteger lease
@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T02:41:42+02:00", comments="JAXB RI v2.2.11") protected String phone1
@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T02:41:42+02:00", comments="JAXB RI v2.2.11") protected String phone2
@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T02:41:42+02:00", comments="JAXB RI v2.2.11") protected String contactName
@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T02:41:42+02:00", comments="JAXB RI v2.2.11") protected String phoneInfo
@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T02:41:42+02:00", comments="JAXB RI v2.2.11") protected String mainEmail
@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T02:41:42+02:00", comments="JAXB RI v2.2.11") protected String ccEmail
@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T02:41:42+02:00", comments="JAXB RI v2.2.11") protected String externalId
@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T02:41:42+02:00", comments="JAXB RI v2.2.11") protected String agentId
@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T02:41:42+02:00", comments="JAXB RI v2.2.11") protected PhotosType photos
@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T02:41:42+02:00", comments="JAXB RI v2.2.11") protected FeaturesType features
@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T02:41:42+02:00", comments="JAXB RI v2.2.11") public String getCountry()
String@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T02:41:42+02:00", comments="JAXB RI v2.2.11") public void setCountry(String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T02:41:42+02:00", comments="JAXB RI v2.2.11") public String getRegion()
String@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T02:41:42+02:00", comments="JAXB RI v2.2.11") public void setRegion(String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T02:41:42+02:00", comments="JAXB RI v2.2.11") public String getArea()
String@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T02:41:42+02:00", comments="JAXB RI v2.2.11") public void setArea(String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T02:41:42+02:00", comments="JAXB RI v2.2.11") public String getAddress()
String@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T02:41:42+02:00", comments="JAXB RI v2.2.11") public void setAddress(String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T02:41:42+02:00", comments="JAXB RI v2.2.11") public PropertyType getPropertyType()
PropertyType@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T02:41:42+02:00", comments="JAXB RI v2.2.11") public void setPropertyType(PropertyType value)
value - allowed object is
PropertyType@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T02:41:42+02:00", comments="JAXB RI v2.2.11") public HouseType getHouseType()
HouseType@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T02:41:42+02:00", comments="JAXB RI v2.2.11") public void setHouseType(HouseType value)
value - allowed object is
HouseType@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T02:41:42+02:00", comments="JAXB RI v2.2.11") public CommercialType getCommercialType()
CommercialType@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T02:41:42+02:00", comments="JAXB RI v2.2.11") public void setCommercialType(CommercialType value)
value - allowed object is
CommercialType@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T02:41:42+02:00", comments="JAXB RI v2.2.11") public String getDescription()
String@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T02:41:42+02:00", comments="JAXB RI v2.2.11") public void setDescription(String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T02:41:42+02:00", comments="JAXB RI v2.2.11") public BigInteger getRent()
String@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T02:41:42+02:00", comments="JAXB RI v2.2.11") public void setRent(BigInteger value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T02:41:42+02:00", comments="JAXB RI v2.2.11") public OverseasRentalAdType.RentPeriod getRentCollectionPeriod()
OverseasRentalAdType.RentPeriod@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T02:41:42+02:00", comments="JAXB RI v2.2.11") public void setRentCollectionPeriod(OverseasRentalAdType.RentPeriod value)
value - allowed object is
OverseasRentalAdType.RentPeriod@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T02:41:42+02:00", comments="JAXB RI v2.2.11") public BigInteger getBathroomNumber()
String@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T02:41:42+02:00", comments="JAXB RI v2.2.11") public void setBathroomNumber(BigInteger value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T02:41:42+02:00", comments="JAXB RI v2.2.11") public BigInteger getBedroomNumber()
String@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T02:41:42+02:00", comments="JAXB RI v2.2.11") public void setBedroomNumber(BigInteger value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T02:41:42+02:00", comments="JAXB RI v2.2.11") public OverseasRentalAdType.Furnished getFurnished()
OverseasRentalAdType.Furnished@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T02:41:42+02:00", comments="JAXB RI v2.2.11") public void setFurnished(OverseasRentalAdType.Furnished value)
value - allowed object is
OverseasRentalAdType.Furnished@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T02:41:42+02:00", comments="JAXB RI v2.2.11") public Boolean getCableTelevision()
String@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T02:41:42+02:00", comments="JAXB RI v2.2.11") public void setCableTelevision(Boolean value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T02:41:42+02:00", comments="JAXB RI v2.2.11") public Boolean getWashingMachine()
String@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T02:41:42+02:00", comments="JAXB RI v2.2.11") public void setWashingMachine(Boolean value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T02:41:42+02:00", comments="JAXB RI v2.2.11") public Boolean getDryer()
String@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T02:41:42+02:00", comments="JAXB RI v2.2.11") public void setDryer(Boolean value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T02:41:42+02:00", comments="JAXB RI v2.2.11") public Boolean getDishwasher()
String@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T02:41:42+02:00", comments="JAXB RI v2.2.11") public void setDishwasher(Boolean value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T02:41:42+02:00", comments="JAXB RI v2.2.11") public Boolean getMicrowave()
String@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T02:41:42+02:00", comments="JAXB RI v2.2.11") public void setMicrowave(Boolean value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T02:41:42+02:00", comments="JAXB RI v2.2.11") public BigInteger getSingleBeds()
String@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T02:41:42+02:00", comments="JAXB RI v2.2.11") public void setSingleBeds(BigInteger value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T02:41:42+02:00", comments="JAXB RI v2.2.11") public BigInteger getDoubleBeds()
String@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T02:41:42+02:00", comments="JAXB RI v2.2.11") public void setDoubleBeds(BigInteger value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T02:41:42+02:00", comments="JAXB RI v2.2.11") public BigInteger getTwinBeds()
String@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T02:41:42+02:00", comments="JAXB RI v2.2.11") public void setTwinBeds(BigInteger value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T02:41:42+02:00", comments="JAXB RI v2.2.11") public BigInteger getNumberPeople()
String@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T02:41:42+02:00", comments="JAXB RI v2.2.11") public void setNumberPeople(BigInteger value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T02:41:42+02:00", comments="JAXB RI v2.2.11") public Calendar getAvailableFrom()
String@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T02:41:42+02:00", comments="JAXB RI v2.2.11") public void setAvailableFrom(Calendar value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T02:41:42+02:00", comments="JAXB RI v2.2.11") public BigInteger getLease()
String@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T02:41:42+02:00", comments="JAXB RI v2.2.11") public void setLease(BigInteger value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T02:41:42+02:00", comments="JAXB RI v2.2.11") public String getPhone1()
String@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T02:41:42+02:00", comments="JAXB RI v2.2.11") public void setPhone1(String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T02:41:42+02:00", comments="JAXB RI v2.2.11") public String getPhone2()
String@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T02:41:42+02:00", comments="JAXB RI v2.2.11") public void setPhone2(String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T02:41:42+02:00", comments="JAXB RI v2.2.11") public String getContactName()
String@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T02:41:42+02:00", comments="JAXB RI v2.2.11") public void setContactName(String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T02:41:42+02:00", comments="JAXB RI v2.2.11") public String getPhoneInfo()
String@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T02:41:42+02:00", comments="JAXB RI v2.2.11") public void setPhoneInfo(String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T02:41:42+02:00", comments="JAXB RI v2.2.11") public String getMainEmail()
String@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T02:41:42+02:00", comments="JAXB RI v2.2.11") public void setMainEmail(String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T02:41:42+02:00", comments="JAXB RI v2.2.11") public String getCcEmail()
String@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T02:41:42+02:00", comments="JAXB RI v2.2.11") public void setCcEmail(String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T02:41:42+02:00", comments="JAXB RI v2.2.11") public String getExternalId()
String@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T02:41:42+02:00", comments="JAXB RI v2.2.11") public void setExternalId(String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T02:41:42+02:00", comments="JAXB RI v2.2.11") public String getAgentId()
String@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T02:41:42+02:00", comments="JAXB RI v2.2.11") public void setAgentId(String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T02:41:42+02:00", comments="JAXB RI v2.2.11") public PhotosType getPhotos()
PhotosType@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T02:41:42+02:00", comments="JAXB RI v2.2.11") public void setPhotos(PhotosType value)
value - allowed object is
PhotosType@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T02:41:42+02:00", comments="JAXB RI v2.2.11") public FeaturesType getFeatures()
FeaturesType@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T02:41:42+02:00", comments="JAXB RI v2.2.11") public void setFeatures(FeaturesType value)
value - allowed object is
FeaturesType@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T02:41:42+02:00", comments="JAXB RI v2.2.11") public String toString()
@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T02:41:42+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:41:42+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:41:42+02:00", comments="JAXB RI v2.2.11") public Object clone()
@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T02:41:42+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:41:42+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:41:42+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:41:42+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.Equals2Copyright © 2018 OpenEstate. All rights reserved.