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()
GarageRent
public SeniorCare createSeniorCare()
SeniorCare
public AssistedLiving createAssistedLiving()
AssistedLiving
public ApartmentRent createApartmentRent()
ApartmentRent
public ApartmentBuy createApartmentBuy()
ApartmentBuy
public CompulsoryAuction createCompulsoryAuction()
CompulsoryAuction
public ShortTermAccommodation createShortTermAccommodation()
ShortTermAccommodation
public Investment createInvestment()
Investment
public Gastronomy createGastronomy()
Gastronomy
public SpecialPurpose createSpecialPurpose()
SpecialPurpose
public LivingBuySite createLivingBuySite()
LivingBuySite
public LivingRentSite createLivingRentSite()
LivingRentSite
public FlatShareRoom createFlatShareRoom()
FlatShareRoom
public RealEstates createRealEstates()
RealEstates
public RealEstate.Contact createRealEstateContact()
RealEstate.Contact
public Office.OfficeRentDurations createOfficeOfficeRentDurations()
Office.OfficeRentDurations
public 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 © 2016 OpenEstate. All rights reserved.