public class ObjectFactory extends Object
An ObjectFactory allows you to programatically construct new instances of the Java representation for XML content. The Java representation of XML content can consist of schema derived interfaces and classes representing the binding of schema type definitions, element declarations and model groups. Factory methods for each of these are provided in this class.
| Constructor and Description |
|---|
ObjectFactory()
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.openestate.is24.restapi.xml.realestates
|
public ObjectFactory()
public SpecialPurpose createSpecialPurpose()
SpecialPurposepublic LivingRentSite createLivingRentSite()
LivingRentSitepublic GarageRent createGarageRent()
GarageRentpublic Gastronomy createGastronomy()
Gastronomypublic ApartmentBuy createApartmentBuy()
ApartmentBuypublic Investment createInvestment()
Investmentpublic RealEstates createRealEstates()
RealEstatespublic FlatShareRoom createFlatShareRoom()
FlatShareRoompublic ApartmentRent createApartmentRent()
ApartmentRentpublic CompulsoryAuction createCompulsoryAuction()
CompulsoryAuctionpublic LivingBuySite createLivingBuySite()
LivingBuySitepublic SeniorCare createSeniorCare()
SeniorCarepublic ShortTermAccommodation createShortTermAccommodation()
ShortTermAccommodationpublic AssistedLiving createAssistedLiving()
AssistedLivingpublic RealEstate.Contact createRealEstateContact()
RealEstate.Contactpublic Office.OfficeRentDurations createOfficeOfficeRentDurations()
Office.OfficeRentDurationspublic JAXBElement<TradeSite> createTradeSite(TradeSite value)
public JAXBElement<ApartmentBuy> createApartmentBuy(ApartmentBuy value)
public JAXBElement<Investment> createInvestment(Investment value)
public JAXBElement<ShortTermAccommodation> createShortTermAccommodation(ShortTermAccommodation value)
public JAXBElement<AssistedLiving> createAssistedLiving(AssistedLiving value)
public JAXBElement<FlatShareRoom> createFlatShareRoom(FlatShareRoom value)
public JAXBElement<Office> createOffice(Office value)
public JAXBElement<Industry> createIndustry(Industry value)
public JAXBElement<HouseRent> createHouseRent(HouseRent value)
public JAXBElement<LivingBuySite> createLivingBuySite(LivingBuySite value)
public JAXBElement<SeniorCare> createSeniorCare(SeniorCare value)
public JAXBElement<HouseBuy> createHouseBuy(HouseBuy value)
public JAXBElement<Gastronomy> createGastronomy(Gastronomy value)
public JAXBElement<GarageBuy> createGarageBuy(GarageBuy value)
public JAXBElement<SpecialPurpose> createSpecialPurpose(SpecialPurpose value)
public JAXBElement<Store> createStore(Store value)
public JAXBElement<GarageRent> createGarageRent(GarageRent value)
public JAXBElement<ApartmentRent> createApartmentRent(ApartmentRent value)
public JAXBElement<CompulsoryAuction> createCompulsoryAuction(CompulsoryAuction value)
public JAXBElement<RealEstate> createRealEstate(RealEstate value)
public JAXBElement<HouseType> createHouseType(HouseType value)
public JAXBElement<LivingRentSite> createLivingRentSite(LivingRentSite value)
Copyright © 2014 OpenEstate. All rights reserved.