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 GarageRent createGarageRent()
GarageRentpublic SeniorCare createSeniorCare()
SeniorCarepublic AssistedLiving createAssistedLiving()
AssistedLivingpublic ApartmentRent createApartmentRent()
ApartmentRentpublic ApartmentBuy createApartmentBuy()
ApartmentBuypublic CompulsoryAuction createCompulsoryAuction()
CompulsoryAuctionpublic ShortTermAccommodation createShortTermAccommodation()
ShortTermAccommodationpublic Investment createInvestment()
Investmentpublic Gastronomy createGastronomy()
Gastronomypublic SpecialPurpose createSpecialPurpose()
SpecialPurposepublic LivingBuySite createLivingBuySite()
LivingBuySitepublic LivingRentSite createLivingRentSite()
LivingRentSitepublic FlatShareRoom createFlatShareRoom()
FlatShareRoompublic RealEstates createRealEstates()
RealEstatespublic RealEstate.Contact createRealEstateContact()
RealEstate.Contactpublic Office.OfficeRentDurations createOfficeOfficeRentDurations()
Office.OfficeRentDurationspublic JAXBElement<RealEstate> createRealEstate(RealEstate value)
public JAXBElement<HouseBuy> createHouseBuy(HouseBuy value)
public JAXBElement<HouseRent> createHouseRent(HouseRent value)
public JAXBElement<GarageRent> createGarageRent(GarageRent value)
public JAXBElement<GarageBuy> createGarageBuy(GarageBuy value)
public JAXBElement<SeniorCare> createSeniorCare(SeniorCare value)
public JAXBElement<AssistedLiving> createAssistedLiving(AssistedLiving value)
public JAXBElement<ApartmentRent> createApartmentRent(ApartmentRent value)
public JAXBElement<ApartmentBuy> createApartmentBuy(ApartmentBuy value)
public JAXBElement<CompulsoryAuction> createCompulsoryAuction(CompulsoryAuction value)
public JAXBElement<ShortTermAccommodation> createShortTermAccommodation(ShortTermAccommodation value)
public JAXBElement<Investment> createInvestment(Investment value)
public JAXBElement<Office> createOffice(Office value)
public JAXBElement<Store> createStore(Store value)
public JAXBElement<Gastronomy> createGastronomy(Gastronomy value)
public JAXBElement<Industry> createIndustry(Industry value)
public JAXBElement<SpecialPurpose> createSpecialPurpose(SpecialPurpose value)
public JAXBElement<LivingBuySite> createLivingBuySite(LivingBuySite value)
public JAXBElement<LivingRentSite> createLivingRentSite(LivingRentSite value)
public JAXBElement<TradeSite> createTradeSite(TradeSite value)
public JAXBElement<HouseType> createHouseType(HouseType value)
public JAXBElement<FlatShareRoom> createFlatShareRoom(FlatShareRoom value)
Copyright © 2018 OpenEstate. All rights reserved.