javax.annotation.Generated Java Examples

The following examples show how to use javax.annotation.Generated. You can vote up the ones you like or vote down the ones you don't like, and go to the original project or source file by following the links above each example. You may check out the related API usage on the sidebar.
Example #1
Source File: TelSonstige.java    From OpenEstate-IO with Apache License 2.0 6 votes vote down vote up
@Generated(value = "com.sun.tools.xjc.Driver", date = "2018-10-12T02:50:55+02:00", comments = "JAXB RI v2.2.11")
public StringBuilder appendFields(ObjectLocator locator, StringBuilder buffer, ToStringStrategy2 strategy) {
    {
        String theValue;
        theValue = this.getValue();
        strategy.appendField(locator, this, "value", buffer, theValue, (this.value!= null));
    }
    {
        TelSonstige.Telefonart theTelefonart;
        theTelefonart = this.getTelefonart();
        strategy.appendField(locator, this, "telefonart", buffer, theTelefonart, (this.telefonart!= null));
    }
    {
        String theBemerkung;
        theBemerkung = this.getBemerkung();
        strategy.appendField(locator, this, "bemerkung", buffer, theBemerkung, (this.bemerkung!= null));
    }
    return buffer;
}
 
Example #2
Source File: Land.java    From OpenEstate-IO with Apache License 2.0 6 votes vote down vote up
@Generated(value = "com.sun.tools.xjc.Driver", date = "2018-10-12T02:50:55+02:00", comments = "JAXB RI v2.2.11")
public Object copyTo(ObjectLocator locator, Object target, CopyStrategy2 strategy) {
    final Object draftCopy = ((target == null)?createNewInstance():target);
    if (draftCopy instanceof Land) {
        final Land copy = ((Land) draftCopy);
        {
            Boolean isoLandShouldBeCopiedAndSet = strategy.shouldBeCopiedAndSet(locator, (this.isoLand!= null));
            if (isoLandShouldBeCopiedAndSet == Boolean.TRUE) {
                String sourceIsoLand;
                sourceIsoLand = this.getIsoLand();
                String copyIsoLand = ((String) strategy.copy(LocatorUtils.property(locator, "isoLand", sourceIsoLand), sourceIsoLand, (this.isoLand!= null)));
                copy.setIsoLand(copyIsoLand);
            } else {
                if (isoLandShouldBeCopiedAndSet == Boolean.FALSE) {
                    copy.isoLand = null;
                }
            }
        }
    }
    return draftCopy;
}
 
Example #3
Source File: Anhaenge.java    From OpenEstate-IO with Apache License 2.0 6 votes vote down vote up
@Generated(value = "com.sun.tools.xjc.Driver", date = "2018-10-12T02:54:50+02:00", comments = "JAXB RI v2.2.11")
public StringBuilder appendFields(ObjectLocator locator, StringBuilder buffer, ToStringStrategy2 strategy) {
    {
        List<Anhang> theAnhang;
        theAnhang = (((this.anhang!= null)&&(!this.anhang.isEmpty()))?this.getAnhang():null);
        strategy.appendField(locator, this, "anhang", buffer, theAnhang, ((this.anhang!= null)&&(!this.anhang.isEmpty())));
    }
    {
        List<UserDefinedSimplefield> theUserDefinedSimplefield;
        theUserDefinedSimplefield = (((this.userDefinedSimplefield!= null)&&(!this.userDefinedSimplefield.isEmpty()))?this.getUserDefinedSimplefield():null);
        strategy.appendField(locator, this, "userDefinedSimplefield", buffer, theUserDefinedSimplefield, ((this.userDefinedSimplefield!= null)&&(!this.userDefinedSimplefield.isEmpty())));
    }
    {
        List<UserDefinedAnyfield> theUserDefinedAnyfield;
        theUserDefinedAnyfield = (((this.userDefinedAnyfield!= null)&&(!this.userDefinedAnyfield.isEmpty()))?this.getUserDefinedAnyfield():null);
        strategy.appendField(locator, this, "userDefinedAnyfield", buffer, theUserDefinedAnyfield, ((this.userDefinedAnyfield!= null)&&(!this.userDefinedAnyfield.isEmpty())));
    }
    {
        List<UserDefinedExtend> theUserDefinedExtend;
        theUserDefinedExtend = (((this.userDefinedExtend!= null)&&(!this.userDefinedExtend.isEmpty()))?this.getUserDefinedExtend():null);
        strategy.appendField(locator, this, "userDefinedExtend", buffer, theUserDefinedExtend, ((this.userDefinedExtend!= null)&&(!this.userDefinedExtend.isEmpty())));
    }
    return buffer;
}
 
Example #4
Source File: ZwangsversteigerungTyp.java    From OpenEstate-IO with Apache License 2.0 5 votes vote down vote up
@Generated(value = "com.sun.tools.xjc.Driver", date = "2018-10-12T02:52:47+02:00", comments = "JAXB RI v2.2.11")
public String toString() {
    final ToStringStrategy2 strategy = JAXBToStringStrategy.INSTANCE;
    final StringBuilder buffer = new StringBuilder();
    append(null, buffer, strategy);
    return buffer.toString();
}
 
Example #5
Source File: VermarktungGrundstueckGewerbeTyp.java    From OpenEstate-IO with Apache License 2.0 5 votes vote down vote up
@Generated(value = "com.sun.tools.xjc.Driver", date = "2018-10-12T02:52:47+02:00", comments = "JAXB RI v2.2.11")
public boolean equals(ObjectLocator thisLocator, ObjectLocator thatLocator, Object object, EqualsStrategy2 strategy) {
    if ((object == null)||(this.getClass()!= object.getClass())) {
        return false;
    }
    if (this == object) {
        return true;
    }
    return true;
}
 
Example #6
Source File: BueroPraxis.java    From OpenEstate-IO with Apache License 2.0 5 votes vote down vote up
@Generated(value = "com.sun.tools.xjc.Driver", date = "2018-10-12T02:52:47+02:00", comments = "JAXB RI v2.2.11")
public boolean equals(ObjectLocator thisLocator, ObjectLocator thatLocator, Object object, EqualsStrategy2 strategy) {
    if ((object == null)||(this.getClass()!= object.getClass())) {
        return false;
    }
    if (this == object) {
        return true;
    }
    if (!super.equals(thisLocator, thatLocator, object, strategy)) {
        return false;
    }
    return true;
}
 
Example #7
Source File: Zimmer.java    From OpenEstate-IO with Apache License 2.0 5 votes vote down vote up
@Generated(value = "com.sun.tools.xjc.Driver", date = "2018-10-12T02:54:50+02:00", comments = "JAXB RI v2.2.11")
public String toString() {
    final ToStringStrategy2 strategy = JAXBToStringStrategy.INSTANCE;
    final StringBuilder buffer = new StringBuilder();
    append(null, buffer, strategy);
    return buffer.toString();
}
 
Example #8
Source File: Immobilie.java    From OpenEstate-IO with Apache License 2.0 5 votes vote down vote up
@Generated(value = "com.sun.tools.xjc.Driver", date = "2018-10-12T02:54:50+02:00", comments = "JAXB RI v2.2.11")
public String toString() {
    final ToStringStrategy2 strategy = JAXBToStringStrategy.INSTANCE;
    final StringBuilder buffer = new StringBuilder();
    append(null, buffer, strategy);
    return buffer.toString();
}
 
Example #9
Source File: Nettomieteprom2Von.java    From OpenEstate-IO with Apache License 2.0 5 votes vote down vote up
@Generated(value = "com.sun.tools.xjc.Driver", date = "2018-10-12T02:54:50+02:00", comments = "JAXB RI v2.2.11")
public StringBuilder append(ObjectLocator locator, StringBuilder buffer, ToStringStrategy2 strategy) {
    strategy.appendStart(locator, this, buffer);
    appendFields(locator, buffer, strategy);
    strategy.appendEnd(locator, this, buffer);
    return buffer;
}
 
Example #10
Source File: Anhaenge.java    From OpenEstate-IO with Apache License 2.0 5 votes vote down vote up
@Generated(value = "com.sun.tools.xjc.Driver", date = "2018-10-12T02:54:50+02:00", comments = "JAXB RI v2.2.11")
public StringBuilder append(ObjectLocator locator, StringBuilder buffer, ToStringStrategy2 strategy) {
    strategy.appendStart(locator, this, buffer);
    appendFields(locator, buffer, strategy);
    strategy.appendEnd(locator, this, buffer);
    return buffer;
}
 
Example #11
Source File: Daten.java    From OpenEstate-IO with Apache License 2.0 5 votes vote down vote up
@Generated(value = "com.sun.tools.xjc.Driver", date = "2018-10-12T02:54:50+02:00", comments = "JAXB RI v2.2.11")
public Object copyTo(ObjectLocator locator, Object target, CopyStrategy2 strategy) {
    final Object draftCopy = ((target == null)?createNewInstance():target);
    if (draftCopy instanceof Daten) {
        final Daten copy = ((Daten) draftCopy);
        {
            Boolean pfadShouldBeCopiedAndSet = strategy.shouldBeCopiedAndSet(locator, (this.pfad!= null));
            if (pfadShouldBeCopiedAndSet == Boolean.TRUE) {
                String sourcePfad;
                sourcePfad = this.getPfad();
                String copyPfad = ((String) strategy.copy(LocatorUtils.property(locator, "pfad", sourcePfad), sourcePfad, (this.pfad!= null)));
                copy.setPfad(copyPfad);
            } else {
                if (pfadShouldBeCopiedAndSet == Boolean.FALSE) {
                    copy.pfad = null;
                }
            }
        }
        {
            Boolean anhanginhaltShouldBeCopiedAndSet = strategy.shouldBeCopiedAndSet(locator, (this.anhanginhalt!= null));
            if (anhanginhaltShouldBeCopiedAndSet == Boolean.TRUE) {
                byte[] sourceAnhanginhalt;
                sourceAnhanginhalt = this.getAnhanginhalt();
                byte[] copyAnhanginhalt = ((byte[]) strategy.copy(LocatorUtils.property(locator, "anhanginhalt", sourceAnhanginhalt), sourceAnhanginhalt, (this.anhanginhalt!= null)));
                copy.setAnhanginhalt(copyAnhanginhalt);
            } else {
                if (anhanginhaltShouldBeCopiedAndSet == Boolean.FALSE) {
                    copy.anhanginhalt = null;
                }
            }
        }
    }
    return draftCopy;
}
 
Example #12
Source File: Zimmer.java    From OpenEstate-IO with Apache License 2.0 5 votes vote down vote up
@Generated(value = "com.sun.tools.xjc.Driver", date = "2018-10-12T02:50:55+02:00", comments = "JAXB RI v2.2.11")
public StringBuilder append(ObjectLocator locator, StringBuilder buffer, ToStringStrategy2 strategy) {
    strategy.appendStart(locator, this, buffer);
    appendFields(locator, buffer, strategy);
    strategy.appendEnd(locator, this, buffer);
    return buffer;
}
 
Example #13
Source File: Objektkategorie.java    From OpenEstate-IO with Apache License 2.0 5 votes vote down vote up
@Generated(value = "com.sun.tools.xjc.Driver", date = "2018-10-12T02:54:50+02:00", comments = "JAXB RI v2.2.11")
public StringBuilder appendFields(ObjectLocator locator, StringBuilder buffer, ToStringStrategy2 strategy) {
    {
        Nutzungsart theNutzungsart;
        theNutzungsart = this.getNutzungsart();
        strategy.appendField(locator, this, "nutzungsart", buffer, theNutzungsart, (this.nutzungsart!= null));
    }
    {
        Vermarktungsart theVermarktungsart;
        theVermarktungsart = this.getVermarktungsart();
        strategy.appendField(locator, this, "vermarktungsart", buffer, theVermarktungsart, (this.vermarktungsart!= null));
    }
    {
        Objektart theObjektart;
        theObjektart = this.getObjektart();
        strategy.appendField(locator, this, "objektart", buffer, theObjektart, (this.objektart!= null));
    }
    {
        List<UserDefinedSimplefield> theUserDefinedSimplefield;
        theUserDefinedSimplefield = (((this.userDefinedSimplefield!= null)&&(!this.userDefinedSimplefield.isEmpty()))?this.getUserDefinedSimplefield():null);
        strategy.appendField(locator, this, "userDefinedSimplefield", buffer, theUserDefinedSimplefield, ((this.userDefinedSimplefield!= null)&&(!this.userDefinedSimplefield.isEmpty())));
    }
    {
        List<UserDefinedAnyfield> theUserDefinedAnyfield;
        theUserDefinedAnyfield = (((this.userDefinedAnyfield!= null)&&(!this.userDefinedAnyfield.isEmpty()))?this.getUserDefinedAnyfield():null);
        strategy.appendField(locator, this, "userDefinedAnyfield", buffer, theUserDefinedAnyfield, ((this.userDefinedAnyfield!= null)&&(!this.userDefinedAnyfield.isEmpty())));
    }
    {
        List<UserDefinedExtend> theUserDefinedExtend;
        theUserDefinedExtend = (((this.userDefinedExtend!= null)&&(!this.userDefinedExtend.isEmpty()))?this.getUserDefinedExtend():null);
        strategy.appendField(locator, this, "userDefinedExtend", buffer, theUserDefinedExtend, ((this.userDefinedExtend!= null)&&(!this.userDefinedExtend.isEmpty())));
    }
    return buffer;
}
 
Example #14
Source File: Proptype.java    From OpenEstate-IO with Apache License 2.0 5 votes vote down vote up
@Generated(value = "com.sun.tools.xjc.Driver", date = "2018-10-12T02:48:12+02:00", comments = "JAXB RI v2.2.11")
public boolean equals(ObjectLocator thisLocator, ObjectLocator thatLocator, Object object, EqualsStrategy2 strategy) {
    if ((object == null)||(this.getClass()!= object.getClass())) {
        return false;
    }
    if (this == object) {
        return true;
    }
    final Proptype that = ((Proptype) object);
    {
        PropertyTypeSimple lhsType;
        lhsType = this.getType();
        PropertyTypeSimple rhsType;
        rhsType = that.getType();
        if (!strategy.equals(LocatorUtils.property(thisLocator, "type", lhsType), LocatorUtils.property(thatLocator, "type", rhsType), lhsType, rhsType, (this.type!= null), (that.type!= null))) {
            return false;
        }
    }
    {
        BusinessElement lhsBusinessType;
        lhsBusinessType = this.getBusinessType();
        BusinessElement rhsBusinessType;
        rhsBusinessType = that.getBusinessType();
        if (!strategy.equals(LocatorUtils.property(thisLocator, "businessType", lhsBusinessType), LocatorUtils.property(thatLocator, "businessType", rhsBusinessType), lhsBusinessType, rhsBusinessType, (this.businessType!= null), (that.businessType!= null))) {
            return false;
        }
    }
    {
        Terrains lhsTerrains;
        lhsTerrains = this.getTerrains();
        Terrains rhsTerrains;
        rhsTerrains = that.getTerrains();
        if (!strategy.equals(LocatorUtils.property(thisLocator, "terrains", lhsTerrains), LocatorUtils.property(thatLocator, "terrains", rhsTerrains), lhsTerrains, rhsTerrains, (this.terrains!= null), (that.terrains!= null))) {
            return false;
        }
    }
    return true;
}
 
Example #15
Source File: VermarktungGrundstueckTypAlt.java    From OpenEstate-IO with Apache License 2.0 5 votes vote down vote up
@Generated(value = "com.sun.tools.xjc.Driver", date = "2018-10-12T02:52:47+02:00", comments = "JAXB RI v2.2.11")
public StringBuilder append(ObjectLocator locator, StringBuilder buffer, ToStringStrategy2 strategy) {
    strategy.appendStart(locator, this, buffer);
    appendFields(locator, buffer, strategy);
    strategy.appendEnd(locator, this, buffer);
    return buffer;
}
 
Example #16
Source File: WohnungMiete.java    From OpenEstate-IO with Apache License 2.0 5 votes vote down vote up
@Generated(value = "com.sun.tools.xjc.Driver", date = "2018-10-12T02:52:47+02:00", comments = "JAXB RI v2.2.11")
public String toString() {
    final ToStringStrategy2 strategy = JAXBToStringStrategy.INSTANCE;
    final StringBuilder buffer = new StringBuilder();
    append(null, buffer, strategy);
    return buffer.toString();
}
 
Example #17
Source File: Daten.java    From OpenEstate-IO with Apache License 2.0 5 votes vote down vote up
@Generated(value = "com.sun.tools.xjc.Driver", date = "2018-10-12T02:54:50+02:00", comments = "JAXB RI v2.2.11")
public StringBuilder appendFields(ObjectLocator locator, StringBuilder buffer, ToStringStrategy2 strategy) {
    {
        String thePfad;
        thePfad = this.getPfad();
        strategy.appendField(locator, this, "pfad", buffer, thePfad, (this.pfad!= null));
    }
    {
        byte[] theAnhanginhalt;
        theAnhanginhalt = this.getAnhanginhalt();
        strategy.appendField(locator, this, "anhanginhalt", buffer, theAnhanginhalt, (this.anhanginhalt!= null));
    }
    return buffer;
}
 
Example #18
Source File: Sonstigekostennetto.java    From OpenEstate-IO with Apache License 2.0 5 votes vote down vote up
@Generated(value = "com.sun.tools.xjc.Driver", date = "2018-10-12T02:54:50+02:00", comments = "JAXB RI v2.2.11")
public boolean equals(ObjectLocator thisLocator, ObjectLocator thatLocator, Object object, EqualsStrategy2 strategy) {
    if ((object == null)||(this.getClass()!= object.getClass())) {
        return false;
    }
    if (this == object) {
        return true;
    }
    final Sonstigekostennetto that = ((Sonstigekostennetto) object);
    {
        BigDecimal lhsValue;
        lhsValue = this.getValue();
        BigDecimal rhsValue;
        rhsValue = that.getValue();
        if (!strategy.equals(LocatorUtils.property(thisLocator, "value", lhsValue), LocatorUtils.property(thatLocator, "value", rhsValue), lhsValue, rhsValue, (this.value!= null), (that.value!= null))) {
            return false;
        }
    }
    {
        BigDecimal lhsSonstigekostenust;
        lhsSonstigekostenust = this.getSonstigekostenust();
        BigDecimal rhsSonstigekostenust;
        rhsSonstigekostenust = that.getSonstigekostenust();
        if (!strategy.equals(LocatorUtils.property(thisLocator, "sonstigekostenust", lhsSonstigekostenust), LocatorUtils.property(thatLocator, "sonstigekostenust", rhsSonstigekostenust), lhsSonstigekostenust, rhsSonstigekostenust, (this.sonstigekostenust!= null), (that.sonstigekostenust!= null))) {
            return false;
        }
    }
    return true;
}
 
Example #19
Source File: WazTyp.java    From OpenEstate-IO with Apache License 2.0 5 votes vote down vote up
@Generated(value = "com.sun.tools.xjc.Driver", date = "2018-10-12T02:52:47+02:00", comments = "JAXB RI v2.2.11")
public String toString() {
    final ToStringStrategy2 strategy = JAXBToStringStrategy.INSTANCE;
    final StringBuilder buffer = new StringBuilder();
    append(null, buffer, strategy);
    return buffer.toString();
}
 
Example #20
Source File: PriceType.java    From OpenEstate-IO with Apache License 2.0 5 votes vote down vote up
@Generated(value = "com.sun.tools.xjc.Driver", date = "2018-10-12T02:48:12+02:00", comments = "JAXB RI v2.2.11")
public boolean equals(ObjectLocator thisLocator, ObjectLocator thatLocator, Object object, EqualsStrategy2 strategy) {
    if ((object == null)||(this.getClass()!= object.getClass())) {
        return false;
    }
    if (this == object) {
        return true;
    }
    final PriceType that = ((PriceType) object);
    {
        BigInteger lhsValue;
        lhsValue = this.getValue();
        BigInteger rhsValue;
        rhsValue = that.getValue();
        if (!strategy.equals(LocatorUtils.property(thisLocator, "value", lhsValue), LocatorUtils.property(thatLocator, "value", rhsValue), lhsValue, rhsValue, (this.value!= null), (that.value!= null))) {
            return false;
        }
    }
    {
        Currency lhsCurrency;
        lhsCurrency = this.getCurrency();
        Currency rhsCurrency;
        rhsCurrency = that.getCurrency();
        if (!strategy.equals(LocatorUtils.property(thisLocator, "currency", lhsCurrency), LocatorUtils.property(thatLocator, "currency", rhsCurrency), lhsCurrency, rhsCurrency, (this.currency!= null), (that.currency!= null))) {
            return false;
        }
    }
    {
        Boolean lhsReserved;
        lhsReserved = this.getReserved();
        Boolean rhsReserved;
        rhsReserved = that.getReserved();
        if (!strategy.equals(LocatorUtils.property(thisLocator, "reserved", lhsReserved), LocatorUtils.property(thatLocator, "reserved", rhsReserved), lhsReserved, rhsReserved, (this.reserved!= null), (that.reserved!= null))) {
            return false;
        }
    }
    return true;
}
 
Example #21
Source File: VermarktungGewerbeTyp.java    From OpenEstate-IO with Apache License 2.0 4 votes vote down vote up
@Generated(value = "com.sun.tools.xjc.Driver", date = "2018-10-12T02:52:47+02:00", comments = "JAXB RI v2.2.11")
public Object createNewInstance() {
    return new VermarktungGewerbeTyp.Kauf();
}
 
Example #22
Source File: Heizungsart.java    From OpenEstate-IO with Apache License 2.0 4 votes vote down vote up
@Generated(value = "com.sun.tools.xjc.Driver", date = "2018-10-12T02:50:55+02:00", comments = "JAXB RI v2.2.11")
public boolean equals(Object object) {
    final EqualsStrategy2 strategy = JAXBEqualsStrategy.INSTANCE;
    return equals(null, null, object, strategy);
}
 
Example #23
Source File: WGZimmerTyp.java    From OpenEstate-IO with Apache License 2.0 4 votes vote down vote up
@Generated(value = "com.sun.tools.xjc.Driver", date = "2018-10-12T02:52:47+02:00", comments = "JAXB RI v2.2.11")
public Object clone() {
    return copyTo(createNewInstance());
}
 
Example #24
Source File: GrundstueckWohnenEmpfohleneNutzung.java    From OpenEstate-IO with Apache License 2.0 4 votes vote down vote up
@Generated(value = "com.sun.tools.xjc.Driver", date = "2018-10-12T02:52:47+02:00", comments = "JAXB RI v2.2.11")
public Object copyTo(Object target) {
    final CopyStrategy2 strategy = JAXBCopyStrategy.INSTANCE;
    return copyTo(null, target, strategy);
}
 
Example #25
Source File: Immobilie.java    From OpenEstate-IO with Apache License 2.0 4 votes vote down vote up
@Generated(value = "com.sun.tools.xjc.Driver", date = "2018-10-12T02:50:55+02:00", comments = "JAXB RI v2.2.11")
public StringBuilder appendFields(ObjectLocator locator, StringBuilder buffer, ToStringStrategy2 strategy) {
    {
        Objektkategorie theObjektkategorie;
        theObjektkategorie = this.getObjektkategorie();
        strategy.appendField(locator, this, "objektkategorie", buffer, theObjektkategorie, (this.objektkategorie!= null));
    }
    {
        Geo theGeo;
        theGeo = this.getGeo();
        strategy.appendField(locator, this, "geo", buffer, theGeo, (this.geo!= null));
    }
    {
        Kontaktperson theKontaktperson;
        theKontaktperson = this.getKontaktperson();
        strategy.appendField(locator, this, "kontaktperson", buffer, theKontaktperson, (this.kontaktperson!= null));
    }
    {
        List<WeitereAdresse> theWeitereAdresse;
        theWeitereAdresse = (((this.weitereAdresse!= null)&&(!this.weitereAdresse.isEmpty()))?this.getWeitereAdresse():null);
        strategy.appendField(locator, this, "weitereAdresse", buffer, theWeitereAdresse, ((this.weitereAdresse!= null)&&(!this.weitereAdresse.isEmpty())));
    }
    {
        Preise thePreise;
        thePreise = this.getPreise();
        strategy.appendField(locator, this, "preise", buffer, thePreise, (this.preise!= null));
    }
    {
        Flaechen theFlaechen;
        theFlaechen = this.getFlaechen();
        strategy.appendField(locator, this, "flaechen", buffer, theFlaechen, (this.flaechen!= null));
    }
    {
        Ausstattung theAusstattung;
        theAusstattung = this.getAusstattung();
        strategy.appendField(locator, this, "ausstattung", buffer, theAusstattung, (this.ausstattung!= null));
    }
    {
        ZustandAngaben theZustandAngaben;
        theZustandAngaben = this.getZustandAngaben();
        strategy.appendField(locator, this, "zustandAngaben", buffer, theZustandAngaben, (this.zustandAngaben!= null));
    }
    {
        Infrastruktur theInfrastruktur;
        theInfrastruktur = this.getInfrastruktur();
        strategy.appendField(locator, this, "infrastruktur", buffer, theInfrastruktur, (this.infrastruktur!= null));
    }
    {
        Freitexte theFreitexte;
        theFreitexte = this.getFreitexte();
        strategy.appendField(locator, this, "freitexte", buffer, theFreitexte, (this.freitexte!= null));
    }
    {
        Anhaenge theAnhaenge;
        theAnhaenge = this.getAnhaenge();
        strategy.appendField(locator, this, "anhaenge", buffer, theAnhaenge, (this.anhaenge!= null));
    }
    {
        VerwaltungObjekt theVerwaltungObjekt;
        theVerwaltungObjekt = this.getVerwaltungObjekt();
        strategy.appendField(locator, this, "verwaltungObjekt", buffer, theVerwaltungObjekt, (this.verwaltungObjekt!= null));
    }
    {
        VerwaltungTechn theVerwaltungTechn;
        theVerwaltungTechn = this.getVerwaltungTechn();
        strategy.appendField(locator, this, "verwaltungTechn", buffer, theVerwaltungTechn, (this.verwaltungTechn!= null));
    }
    {
        List<UserDefinedSimplefield> theUserDefinedSimplefield;
        theUserDefinedSimplefield = (((this.userDefinedSimplefield!= null)&&(!this.userDefinedSimplefield.isEmpty()))?this.getUserDefinedSimplefield():null);
        strategy.appendField(locator, this, "userDefinedSimplefield", buffer, theUserDefinedSimplefield, ((this.userDefinedSimplefield!= null)&&(!this.userDefinedSimplefield.isEmpty())));
    }
    {
        List<UserDefinedAnyfield> theUserDefinedAnyfield;
        theUserDefinedAnyfield = (((this.userDefinedAnyfield!= null)&&(!this.userDefinedAnyfield.isEmpty()))?this.getUserDefinedAnyfield():null);
        strategy.appendField(locator, this, "userDefinedAnyfield", buffer, theUserDefinedAnyfield, ((this.userDefinedAnyfield!= null)&&(!this.userDefinedAnyfield.isEmpty())));
    }
    return buffer;
}
 
Example #26
Source File: Gastgewerbe.java    From OpenEstate-IO with Apache License 2.0 4 votes vote down vote up
@Generated(value = "com.sun.tools.xjc.Driver", date = "2018-10-12T02:50:55+02:00", comments = "JAXB RI v2.2.11")
public boolean equals(Object object) {
    final EqualsStrategy2 strategy = JAXBEqualsStrategy.INSTANCE;
    return equals(null, null, object, strategy);
}
 
Example #27
Source File: LandUndForstwirtschaft.java    From OpenEstate-IO with Apache License 2.0 4 votes vote down vote up
@Generated(value = "com.sun.tools.xjc.Driver", date = "2018-10-12T02:50:55+02:00", comments = "JAXB RI v2.2.11")
public boolean equals(Object object) {
    final EqualsStrategy2 strategy = JAXBEqualsStrategy.INSTANCE;
    return equals(null, null, object, strategy);
}
 
Example #28
Source File: UrlType.java    From OpenEstate-IO with Apache License 2.0 4 votes vote down vote up
@Generated(value = "com.sun.tools.xjc.Driver", date = "2018-10-12T01:43:04+02:00", comments = "JAXB RI v2.2.11")
public boolean equals(Object object) {
    final EqualsStrategy2 strategy = JAXBEqualsStrategy.INSTANCE;
    return equals(null, null, object, strategy);
}
 
Example #29
Source File: GrundstueckWohnenMiete.java    From OpenEstate-IO with Apache License 2.0 4 votes vote down vote up
@Generated(value = "com.sun.tools.xjc.Driver", date = "2018-10-12T02:52:47+02:00", comments = "JAXB RI v2.2.11")
public Object copyTo(ObjectLocator locator, Object target, CopyStrategy2 strategy) {
    final Object draftCopy = ((target == null)?createNewInstance():target);
    super.copyTo(locator, draftCopy, strategy);
    if (draftCopy instanceof GrundstueckWohnenMiete.Type) {
        final GrundstueckWohnenMiete.Type copy = ((GrundstueckWohnenMiete.Type) draftCopy);
        {
            Boolean vermarktungShouldBeCopiedAndSet = strategy.shouldBeCopiedAndSet(locator, (this.vermarktung!= null));
            if (vermarktungShouldBeCopiedAndSet == Boolean.TRUE) {
                VermarktungGrundstueckWohnenMieteTyp sourceVermarktung;
                sourceVermarktung = this.getVermarktung();
                VermarktungGrundstueckWohnenMieteTyp copyVermarktung = ((VermarktungGrundstueckWohnenMieteTyp) strategy.copy(LocatorUtils.property(locator, "vermarktung", sourceVermarktung), sourceVermarktung, (this.vermarktung!= null)));
                copy.setVermarktung(copyVermarktung);
            } else {
                if (vermarktungShouldBeCopiedAndSet == Boolean.FALSE) {
                    copy.vermarktung = null;
                }
            }
        }
        {
            Boolean bebaubarMitShouldBeCopiedAndSet = strategy.shouldBeCopiedAndSet(locator, (this.bebaubarMit!= null));
            if (bebaubarMitShouldBeCopiedAndSet == Boolean.TRUE) {
                GrundstueckWohnenEmpfohleneNutzung sourceBebaubarMit;
                sourceBebaubarMit = this.getBebaubarMit();
                GrundstueckWohnenEmpfohleneNutzung copyBebaubarMit = ((GrundstueckWohnenEmpfohleneNutzung) strategy.copy(LocatorUtils.property(locator, "bebaubarMit", sourceBebaubarMit), sourceBebaubarMit, (this.bebaubarMit!= null)));
                copy.setBebaubarMit(copyBebaubarMit);
            } else {
                if (bebaubarMitShouldBeCopiedAndSet == Boolean.FALSE) {
                    copy.bebaubarMit = null;
                }
            }
        }
        {
            Boolean objektkategorie2ShouldBeCopiedAndSet = strategy.shouldBeCopiedAndSet(locator, (this.objektkategorie2 != null));
            if (objektkategorie2ShouldBeCopiedAndSet == Boolean.TRUE) {
                GrundstueckWohnenKategorienTyp sourceObjektkategorie2;
                sourceObjektkategorie2 = this.getObjektkategorie2();
                GrundstueckWohnenKategorienTyp copyObjektkategorie2 = ((GrundstueckWohnenKategorienTyp) strategy.copy(LocatorUtils.property(locator, "objektkategorie2", sourceObjektkategorie2), sourceObjektkategorie2, (this.objektkategorie2 != null)));
                copy.setObjektkategorie2(copyObjektkategorie2);
            } else {
                if (objektkategorie2ShouldBeCopiedAndSet == Boolean.FALSE) {
                    copy.objektkategorie2 = null;
                }
            }
        }
    }
    return draftCopy;
}
 
Example #30
Source File: ImmobilieBaseTyp.java    From OpenEstate-IO with Apache License 2.0 4 votes vote down vote up
@Generated(value = "com.sun.tools.xjc.Driver", date = "2018-10-12T02:52:47+02:00", comments = "JAXB RI v2.2.11")
public Object clone() {
    return copyTo(createNewInstance());
}