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.trovit.xml
|
public ObjectFactory()
public JAXBElement<String> createRegion(String value)
public JAXBElement<IntBool> createParking(IntBool value)
public JAXBElement<Double> createBathrooms(Double value)
public JAXBElement<Action> createType(Action value)
public JAXBElement<Calendar> createDate(Calendar value)
public JAXBElement<IntBool> createIsFurnished(IntBool value)
public JAXBElement<String> createMlsDatabase(String value)
public JAXBElement<String> createCity(String value)
public JAXBElement<String> createId(String value)
public JAXBElement<TypeNew> createIsNew(TypeNew value)
public JAXBElement<String> createTitle(String value)
public JAXBElement<Calendar> createTime(Calendar value)
public JAXBElement<String> createVirtualTour(String value)
public JAXBElement<String> createForeclosure(String value)
public JAXBElement<Integer> createYear(Integer value)
public JAXBElement<Double> createLongitude(Double value)
public JAXBElement<Integer> createPlotArea(Integer value)
public JAXBElement<Double> createRooms(Double value)
public JAXBElement<String> createOrientation(String value)
public JAXBElement<String> createFloorNumber(String value)
public JAXBElement<String> createCondition(String value)
public JAXBElement<String> createAgency(String value)
public JAXBElement<String> createPostcode(String value)
public JAXBElement<String> createUrl(String value)
public JAXBElement<String> createContent(String value)
public JAXBElement<String> createPropertyType(String value)
public JAXBElement<String> createAddress(String value)
public JAXBElement<Calendar> createExpirationDate(Calendar value)
public JAXBElement<Double> createLatitude(Double value)
public JAXBElement<String> createCityArea(String value)
Copyright © 2015 OpenEstate. All rights reserved.