org.openestate.io.is24_xml.xml.IS24ImmobilienTransfer Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of OpenEstate-IO-IS24-XML Show documentation
Show all versions of OpenEstate-IO-IS24-XML Show documentation
OpenEstate-IO-IS24-XML is a Java library to read and write real estate data in the IS24-XML format, that was used by immobilienscout24.de until 2014.
package org.openestate.io.is24_xml.xml;
import javax.xml.bind.JAXBElement;
import javax.xml.namespace.QName;
public class IS24ImmobilienTransfer
extends JAXBElement
{
protected final static QName NAME = new QName("http://www.immobilienscout24.de/immobilientransfer", "IS24ImmobilienTransfer");
public IS24ImmobilienTransfer(ImmobilienTransferTyp value) {
super(NAME, ((Class) ImmobilienTransferTyp.class), null, value);
}
public IS24ImmobilienTransfer() {
super(NAME, ((Class) ImmobilienTransferTyp.class), null, null);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy