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