org.springframework.boot.autoconfigure.AutoConfigureAfter#javax.annotation.Generated源码实例Demo

下面列出了org.springframework.boot.autoconfigure.AutoConfigureAfter#javax.annotation.Generated 实例代码,或者点击链接到github查看源代码,也可以在右侧发表评论。

源代码1 项目: OpenEstate-IO   文件: TelSonstige.java
@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;
}
 
源代码2 项目: OpenEstate-IO   文件: Land.java
@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;
}
 
源代码3 项目: OpenEstate-IO   文件: Anhaenge.java
@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;
}
 
源代码4 项目: OpenEstate-IO   文件: Nettomieteprom2Von.java
@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;
}
 
源代码5 项目: OpenEstate-IO   文件: Immobilie.java
@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();
}
 
@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;
}
 
源代码7 项目: OpenEstate-IO   文件: BueroPraxis.java
@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;
}
 
源代码8 项目: OpenEstate-IO   文件: Daten.java
@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;
}
 
@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;
}
 
源代码10 项目: OpenEstate-IO   文件: WohnungMiete.java
@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();
}
 
源代码11 项目: OpenEstate-IO   文件: WazTyp.java
@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();
}
 
源代码12 项目: OpenEstate-IO   文件: PriceType.java
@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;
}
 
源代码13 项目: OpenEstate-IO   文件: Sonstigekostennetto.java
@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;
}
 
源代码14 项目: OpenEstate-IO   文件: Proptype.java
@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;
}
 
源代码15 项目: OpenEstate-IO   文件: Daten.java
@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;
}
 
源代码16 项目: OpenEstate-IO   文件: ZwangsversteigerungTyp.java
@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();
}
 
源代码17 项目: OpenEstate-IO   文件: Objektkategorie.java
@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;
}
 
源代码18 项目: OpenEstate-IO   文件: Zimmer.java
@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;
}
 
源代码19 项目: OpenEstate-IO   文件: Anhaenge.java
@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;
}
 
源代码20 项目: OpenEstate-IO   文件: Zimmer.java
@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();
}
 
@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);
}
 
源代码22 项目: OpenEstate-IO   文件: Daten.java
@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);
}
 
源代码23 项目: OpenEstate-IO   文件: VermarktungGewerbeTyp.java
@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());
}
 
源代码24 项目: dorado   文件: RestService.java
@Generated("SparkTools")
private RestService(Builder builder) {
	this.path = builder.path;
	this.method = builder.method;
	this.desc = builder.desc;
}
 
源代码25 项目: OpenEstate-IO   文件: Bauweise.java
@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 Bauweise) {
        final Bauweise copy = ((Bauweise) draftCopy);
        {
            Boolean massivShouldBeCopiedAndSet = strategy.shouldBeCopiedAndSet(locator, (this.massiv!= null));
            if (massivShouldBeCopiedAndSet == Boolean.TRUE) {
                Boolean sourceMASSIV;
                sourceMASSIV = this.getMASSIV();
                Boolean copyMASSIV = ((Boolean) strategy.copy(LocatorUtils.property(locator, "massiv", sourceMASSIV), sourceMASSIV, (this.massiv!= null)));
                copy.setMASSIV(copyMASSIV);
            } else {
                if (massivShouldBeCopiedAndSet == Boolean.FALSE) {
                    copy.massiv = null;
                }
            }
        }
        {
            Boolean fertigteileShouldBeCopiedAndSet = strategy.shouldBeCopiedAndSet(locator, (this.fertigteile!= null));
            if (fertigteileShouldBeCopiedAndSet == Boolean.TRUE) {
                Boolean sourceFERTIGTEILE;
                sourceFERTIGTEILE = this.getFERTIGTEILE();
                Boolean copyFERTIGTEILE = ((Boolean) strategy.copy(LocatorUtils.property(locator, "fertigteile", sourceFERTIGTEILE), sourceFERTIGTEILE, (this.fertigteile!= null)));
                copy.setFERTIGTEILE(copyFERTIGTEILE);
            } else {
                if (fertigteileShouldBeCopiedAndSet == Boolean.FALSE) {
                    copy.fertigteile = null;
                }
            }
        }
        {
            Boolean holzShouldBeCopiedAndSet = strategy.shouldBeCopiedAndSet(locator, (this.holz!= null));
            if (holzShouldBeCopiedAndSet == Boolean.TRUE) {
                Boolean sourceHOLZ;
                sourceHOLZ = this.getHOLZ();
                Boolean copyHOLZ = ((Boolean) strategy.copy(LocatorUtils.property(locator, "holz", sourceHOLZ), sourceHOLZ, (this.holz!= null)));
                copy.setHOLZ(copyHOLZ);
            } else {
                if (holzShouldBeCopiedAndSet == Boolean.FALSE) {
                    copy.holz = null;
                }
            }
        }
    }
    return draftCopy;
}
 
源代码26 项目: dorado   文件: TestResp.java
@Generated("SparkTools")
private TestResp(Builder builder) {
	this.code = builder.code;
	this.msg = builder.msg;
	this.data = builder.data;
}
 
源代码27 项目: cronet   文件: JniProcessor.java
/**
 * Creates a generated annotation that contains the name of this class.
 */
static AnnotationSpec createGeneratedAnnotation() {
    return AnnotationSpec.builder(Generated.class)
            .addMember("value", String.format("\"%s\"", JniProcessor.class.getCanonicalName()))
            .build();
}
 
源代码28 项目: OpenEstate-IO   文件: Heizungsart.java
@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);
}
 
源代码29 项目: OpenEstate-IO   文件: LandUndForstwirtschaft.java
@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);
}
 
源代码30 项目: OpenEstate-IO   文件: Immobilie.java
@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;
}