org.openestate.io.is24_xml.xml.GrundstueckGewerbe 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.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlAttribute;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlType;
import javax.xml.namespace.QName;
import org.jvnet.jaxb2_commons.lang.CopyStrategy;
import org.jvnet.jaxb2_commons.lang.CopyTo;
import org.jvnet.jaxb2_commons.lang.Equals;
import org.jvnet.jaxb2_commons.lang.EqualsStrategy;
import org.jvnet.jaxb2_commons.lang.JAXBCopyStrategy;
import org.jvnet.jaxb2_commons.lang.JAXBEqualsStrategy;
import org.jvnet.jaxb2_commons.lang.JAXBToStringStrategy;
import org.jvnet.jaxb2_commons.lang.ToString;
import org.jvnet.jaxb2_commons.lang.ToStringStrategy;
import org.jvnet.jaxb2_commons.locator.ObjectLocator;
import org.jvnet.jaxb2_commons.locator.util.LocatorUtils;
public class GrundstueckGewerbe
extends JAXBElement
{
protected final static QName NAME = new QName("http://www.immobilienscout24.de/immobilientransfer", "GrundstueckGewerbe");
public GrundstueckGewerbe(GrundstueckGewerbe.Type value) {
super(NAME, ((Class) GrundstueckGewerbe.Type.class), null, value);
}
public GrundstueckGewerbe() {
super(NAME, ((Class) GrundstueckGewerbe.Type.class), null, null);
}
/**
* Java class for anonymous complex type.
*
*
The following schema fragment specifies the expected content contained within this class.
*
*
* <complexType>
* <complexContent>
* <extension base="{http://www.immobilienscout24.de/immobilientransfer}GrundstueckTypBase">
* <sequence>
* <element name="Vermarktung" type="{http://www.immobilienscout24.de/immobilientransfer}VermarktungGrundstueckGewerbeTyp"/>
* <element name="BebaubarMit" type="{http://www.immobilienscout24.de/immobilientransfer}GrundstueckGewerbeEmpfohleneNutzung" minOccurs="0"/>
* </sequence>
* <attribute name="Objektkategorie2" type="{http://www.immobilienscout24.de/immobilientransfer}GrundstueckGewerbeKategorienTyp" default="Gewerbe" />
* </extension>
* </complexContent>
* </complexType>
*
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
"vermarktung",
"bebaubarMit"
})
public static class Type
extends GrundstueckTypBase
implements Cloneable, CopyTo, Equals, ToString
{
@XmlElement(name = "Vermarktung", required = true)
protected VermarktungGrundstueckGewerbeTyp vermarktung;
@XmlElement(name = "BebaubarMit")
protected GrundstueckGewerbeEmpfohleneNutzung bebaubarMit;
@XmlAttribute(name = "Objektkategorie2")
protected GrundstueckGewerbeKategorienTyp objektkategorie2;
/**
* Gets the value of the vermarktung property.
*
* @return
* possible object is
* {@link VermarktungGrundstueckGewerbeTyp }
*
*/
public VermarktungGrundstueckGewerbeTyp getVermarktung() {
return vermarktung;
}
/**
* Sets the value of the vermarktung property.
*
* @param value
* allowed object is
* {@link VermarktungGrundstueckGewerbeTyp }
*
*/
public void setVermarktung(VermarktungGrundstueckGewerbeTyp value) {
this.vermarktung = value;
}
/**
* Gets the value of the bebaubarMit property.
*
* @return
* possible object is
* {@link GrundstueckGewerbeEmpfohleneNutzung }
*
*/
public GrundstueckGewerbeEmpfohleneNutzung getBebaubarMit() {
return bebaubarMit;
}
/**
* Sets the value of the bebaubarMit property.
*
* @param value
* allowed object is
* {@link GrundstueckGewerbeEmpfohleneNutzung }
*
*/
public void setBebaubarMit(GrundstueckGewerbeEmpfohleneNutzung value) {
this.bebaubarMit = value;
}
/**
* Gets the value of the objektkategorie2 property.
*
* @return
* possible object is
* {@link GrundstueckGewerbeKategorienTyp }
*
*/
public GrundstueckGewerbeKategorienTyp getObjektkategorie2() {
if (objektkategorie2 == null) {
return GrundstueckGewerbeKategorienTyp.GEWERBE;
} else {
return objektkategorie2;
}
}
/**
* Sets the value of the objektkategorie2 property.
*
* @param value
* allowed object is
* {@link GrundstueckGewerbeKategorienTyp }
*
*/
public void setObjektkategorie2(GrundstueckGewerbeKategorienTyp value) {
this.objektkategorie2 = value;
}
public String toString() {
final ToStringStrategy strategy = JAXBToStringStrategy.INSTANCE;
final StringBuilder buffer = new StringBuilder();
append(null, buffer, strategy);
return buffer.toString();
}
public StringBuilder append(ObjectLocator locator, StringBuilder buffer, ToStringStrategy strategy) {
strategy.appendStart(locator, this, buffer);
appendFields(locator, buffer, strategy);
strategy.appendEnd(locator, this, buffer);
return buffer;
}
public StringBuilder appendFields(ObjectLocator locator, StringBuilder buffer, ToStringStrategy strategy) {
super.appendFields(locator, buffer, strategy);
{
VermarktungGrundstueckGewerbeTyp theVermarktung;
theVermarktung = this.getVermarktung();
strategy.appendField(locator, this, "vermarktung", buffer, theVermarktung);
}
{
GrundstueckGewerbeEmpfohleneNutzung theBebaubarMit;
theBebaubarMit = this.getBebaubarMit();
strategy.appendField(locator, this, "bebaubarMit", buffer, theBebaubarMit);
}
{
GrundstueckGewerbeKategorienTyp theObjektkategorie2;
theObjektkategorie2 = this.getObjektkategorie2();
strategy.appendField(locator, this, "objektkategorie2", buffer, theObjektkategorie2);
}
return buffer;
}
public Object clone() {
return copyTo(createNewInstance());
}
public Object copyTo(Object target) {
final CopyStrategy strategy = JAXBCopyStrategy.INSTANCE;
return copyTo(null, target, strategy);
}
public Object copyTo(ObjectLocator locator, Object target, CopyStrategy strategy) {
final Object draftCopy = ((target == null)?createNewInstance():target);
super.copyTo(locator, draftCopy, strategy);
if (draftCopy instanceof GrundstueckGewerbe.Type) {
final GrundstueckGewerbe.Type copy = ((GrundstueckGewerbe.Type) draftCopy);
if (this.vermarktung!= null) {
VermarktungGrundstueckGewerbeTyp sourceVermarktung;
sourceVermarktung = this.getVermarktung();
VermarktungGrundstueckGewerbeTyp copyVermarktung = ((VermarktungGrundstueckGewerbeTyp) strategy.copy(LocatorUtils.property(locator, "vermarktung", sourceVermarktung), sourceVermarktung));
copy.setVermarktung(copyVermarktung);
} else {
copy.vermarktung = null;
}
if (this.bebaubarMit!= null) {
GrundstueckGewerbeEmpfohleneNutzung sourceBebaubarMit;
sourceBebaubarMit = this.getBebaubarMit();
GrundstueckGewerbeEmpfohleneNutzung copyBebaubarMit = ((GrundstueckGewerbeEmpfohleneNutzung) strategy.copy(LocatorUtils.property(locator, "bebaubarMit", sourceBebaubarMit), sourceBebaubarMit));
copy.setBebaubarMit(copyBebaubarMit);
} else {
copy.bebaubarMit = null;
}
if (this.objektkategorie2 != null) {
GrundstueckGewerbeKategorienTyp sourceObjektkategorie2;
sourceObjektkategorie2 = this.getObjektkategorie2();
GrundstueckGewerbeKategorienTyp copyObjektkategorie2 = ((GrundstueckGewerbeKategorienTyp) strategy.copy(LocatorUtils.property(locator, "objektkategorie2", sourceObjektkategorie2), sourceObjektkategorie2));
copy.setObjektkategorie2(copyObjektkategorie2);
} else {
copy.objektkategorie2 = null;
}
}
return draftCopy;
}
public Object createNewInstance() {
return new GrundstueckGewerbe.Type();
}
public boolean equals(ObjectLocator thisLocator, ObjectLocator thatLocator, Object object, EqualsStrategy strategy) {
if ((object == null)||(this.getClass()!= object.getClass())) {
return false;
}
if (this == object) {
return true;
}
if (!super.equals(thisLocator, thatLocator, object, strategy)) {
return false;
}
final GrundstueckGewerbe.Type that = ((GrundstueckGewerbe.Type) object);
{
VermarktungGrundstueckGewerbeTyp lhsVermarktung;
lhsVermarktung = this.getVermarktung();
VermarktungGrundstueckGewerbeTyp rhsVermarktung;
rhsVermarktung = that.getVermarktung();
if (!strategy.equals(LocatorUtils.property(thisLocator, "vermarktung", lhsVermarktung), LocatorUtils.property(thatLocator, "vermarktung", rhsVermarktung), lhsVermarktung, rhsVermarktung)) {
return false;
}
}
{
GrundstueckGewerbeEmpfohleneNutzung lhsBebaubarMit;
lhsBebaubarMit = this.getBebaubarMit();
GrundstueckGewerbeEmpfohleneNutzung rhsBebaubarMit;
rhsBebaubarMit = that.getBebaubarMit();
if (!strategy.equals(LocatorUtils.property(thisLocator, "bebaubarMit", lhsBebaubarMit), LocatorUtils.property(thatLocator, "bebaubarMit", rhsBebaubarMit), lhsBebaubarMit, rhsBebaubarMit)) {
return false;
}
}
{
GrundstueckGewerbeKategorienTyp lhsObjektkategorie2;
lhsObjektkategorie2 = this.getObjektkategorie2();
GrundstueckGewerbeKategorienTyp rhsObjektkategorie2;
rhsObjektkategorie2 = that.getObjektkategorie2();
if (!strategy.equals(LocatorUtils.property(thisLocator, "objektkategorie2", lhsObjektkategorie2), LocatorUtils.property(thatLocator, "objektkategorie2", rhsObjektkategorie2), lhsObjektkategorie2, rhsObjektkategorie2)) {
return false;
}
}
return true;
}
public boolean equals(Object object) {
final EqualsStrategy strategy = JAXBEqualsStrategy.INSTANCE;
return equals(null, null, object, strategy);
}
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy