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.io.daft_ie.xml
|
Modifier and Type | Method and Description |
---|---|
Daft |
createDaft()
Create an instance of
Daft |
Daft.OverseasRental |
createDaftOverseasRental()
Create an instance of
Daft.OverseasRental |
Daft.OverseasSales |
createDaftOverseasSales()
Create an instance of
Daft.OverseasSales |
FeaturesType |
createFeaturesType()
Create an instance of
FeaturesType |
Feedindex |
createFeedindex()
Create an instance of
Feedindex |
Feedindex.Feed |
createFeedindexFeed()
Create an instance of
Feedindex.Feed |
OverseasRentalAdType |
createOverseasRentalAdType()
Create an instance of
OverseasRentalAdType |
OverseasSaleAdType |
createOverseasSaleAdType()
Create an instance of
OverseasSaleAdType |
PdfsType |
createPdfsType()
Create an instance of
PdfsType |
PhotosType |
createPhotosType()
Create an instance of
PhotosType |
public ObjectFactory()
public OverseasRentalAdType createOverseasRentalAdType()
OverseasRentalAdType
public OverseasSaleAdType createOverseasSaleAdType()
OverseasSaleAdType
public Daft.OverseasSales createDaftOverseasSales()
Daft.OverseasSales
public Daft.OverseasRental createDaftOverseasRental()
Daft.OverseasRental
public Feedindex.Feed createFeedindexFeed()
Feedindex.Feed
public FeaturesType createFeaturesType()
FeaturesType
public PhotosType createPhotosType()
PhotosType
Copyright © 2015 OpenEstate. All rights reserved.