All Downloads are FREE. Search and download functionalities are using the official Maven repository.

net.opengis.citygml.bridge.v_2_0.BridgeInstallationType Maven / Gradle / Ivy

//
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.11 
// See http://java.sun.com/xml/jaxb 
// Any modifications to this file will be lost upon recompilation of the source schema. 
// Generated on: 2016.02.26 at 04:41:00 PM AST 
//


package net.opengis.citygml.bridge.v_2_0;

import java.util.ArrayList;
import java.util.Collection;
import java.util.List;
import javax.xml.bind.JAXBElement;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlType;
import javax.xml.datatype.XMLGregorianCalendar;
import net.opengis.citygml.v_2_0.AbstractCityObjectType;
import net.opengis.citygml.v_2_0.ExternalReferenceType;
import net.opengis.citygml.v_2_0.GeneralizationRelationType;
import net.opengis.citygml.v_2_0.ImplicitRepresentationPropertyType;
import net.opengis.citygml.v_2_0.RelativeToTerrainType;
import net.opengis.citygml.v_2_0.RelativeToWaterType;
import net.opengis.gml.v_3_1_1.CodeType;
import net.opengis.gml.v_3_1_1.GeometryPropertyType;
import org.jvnet.jaxb2_commons.lang.CopyStrategy2;
import org.jvnet.jaxb2_commons.lang.CopyTo2;
import org.jvnet.jaxb2_commons.lang.Equals2;
import org.jvnet.jaxb2_commons.lang.EqualsStrategy2;
import org.jvnet.jaxb2_commons.lang.HashCode2;
import org.jvnet.jaxb2_commons.lang.HashCodeStrategy2;
import org.jvnet.jaxb2_commons.lang.JAXBCopyStrategy;
import org.jvnet.jaxb2_commons.lang.JAXBEqualsStrategy;
import org.jvnet.jaxb2_commons.lang.JAXBHashCodeStrategy;
import org.jvnet.jaxb2_commons.lang.JAXBMergeStrategy;
import org.jvnet.jaxb2_commons.lang.JAXBToStringStrategy;
import org.jvnet.jaxb2_commons.lang.MergeFrom2;
import org.jvnet.jaxb2_commons.lang.MergeStrategy2;
import org.jvnet.jaxb2_commons.lang.ToString2;
import org.jvnet.jaxb2_commons.lang.ToStringStrategy2;
import org.jvnet.jaxb2_commons.locator.ObjectLocator;
import org.jvnet.jaxb2_commons.locator.util.LocatorUtils;


/**
 * A BridgeInstallation is a part of a Bridge which has not the significance of a BridgePart. In contrast to
 * 				BridgeConstructionElements, a BridgeInstallation is not essential from a structural point of view. Thus, it may be removed
 * 				without the bridge collapsing. Examples are stairs, antennas, railways, etc. As subclass of _CityObject, a
 * 				BridgeInstallation inherits all attributes and relations, in particular an id, names, external references, generic
 * 				attributes and generalization relations.
 * 
 * 

Java class for BridgeInstallationType complex type. * *

The following schema fragment specifies the expected content contained within this class. * *

 * <complexType name="BridgeInstallationType">
 *   <complexContent>
 *     <extension base="{http://www.opengis.net/citygml/2.0}AbstractCityObjectType">
 *       <sequence>
 *         <element name="class" type="{http://www.opengis.net/gml}CodeType" minOccurs="0"/>
 *         <element name="function" type="{http://www.opengis.net/gml}CodeType" maxOccurs="unbounded" minOccurs="0"/>
 *         <element name="usage" type="{http://www.opengis.net/gml}CodeType" maxOccurs="unbounded" minOccurs="0"/>
 *         <element name="lod2Geometry" type="{http://www.opengis.net/gml}GeometryPropertyType" minOccurs="0"/>
 *         <element name="lod3Geometry" type="{http://www.opengis.net/gml}GeometryPropertyType" minOccurs="0"/>
 *         <element name="lod4Geometry" type="{http://www.opengis.net/gml}GeometryPropertyType" minOccurs="0"/>
 *         <element name="lod2ImplicitRepresentation" type="{http://www.opengis.net/citygml/2.0}ImplicitRepresentationPropertyType" minOccurs="0"/>
 *         <element name="lod3ImplicitRepresentation" type="{http://www.opengis.net/citygml/2.0}ImplicitRepresentationPropertyType" minOccurs="0"/>
 *         <element name="lod4ImplicitRepresentation" type="{http://www.opengis.net/citygml/2.0}ImplicitRepresentationPropertyType" minOccurs="0"/>
 *         <element name="boundedBy" type="{http://www.opengis.net/citygml/bridge/2.0}BoundarySurfacePropertyType" maxOccurs="unbounded" minOccurs="0"/>
 *         <element ref="{http://www.opengis.net/citygml/bridge/2.0}_GenericApplicationPropertyOfBridgeInstallation" maxOccurs="unbounded" minOccurs="0"/>
 *       </sequence>
 *     </extension>
 *   </complexContent>
 * </complexType>
 * 
* * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "BridgeInstallationType", propOrder = { "clazz", "function", "usage", "lod2Geometry", "lod3Geometry", "lod4Geometry", "lod2ImplicitRepresentation", "lod3ImplicitRepresentation", "lod4ImplicitRepresentation", "cityObjectBoundedBy", "genericApplicationPropertyOfBridgeInstallation" }) public class BridgeInstallationType extends AbstractCityObjectType implements Cloneable, CopyTo2, Equals2, HashCode2, MergeFrom2, ToString2 { @XmlElement(name = "class") protected CodeType clazz; protected List function; protected List usage; protected GeometryPropertyType lod2Geometry; protected GeometryPropertyType lod3Geometry; protected GeometryPropertyType lod4Geometry; protected ImplicitRepresentationPropertyType lod2ImplicitRepresentation; protected ImplicitRepresentationPropertyType lod3ImplicitRepresentation; protected ImplicitRepresentationPropertyType lod4ImplicitRepresentation; @XmlElement(name = "boundedBy") protected List cityObjectBoundedBy; @XmlElement(name = "_GenericApplicationPropertyOfBridgeInstallation") protected List genericApplicationPropertyOfBridgeInstallation; /** * Gets the value of the clazz property. * * @return * possible object is * {@link CodeType } * */ public CodeType getClazz() { return clazz; } /** * Sets the value of the clazz property. * * @param value * allowed object is * {@link CodeType } * */ public void setClazz(CodeType value) { this.clazz = value; } public boolean isSetClazz() { return (this.clazz!= null); } /** * Gets the value of the function property. * *

* This accessor method returns a reference to the live list, * not a snapshot. Therefore any modification you make to the * returned list will be present inside the JAXB object. * This is why there is not a set method for the function property. * *

* For example, to add a new item, do as follows: *

     *    getFunction().add(newItem);
     * 
* * *

* Objects of the following type(s) are allowed in the list * {@link CodeType } * * */ public List getFunction() { if (function == null) { function = new ArrayList(); } return this.function; } public boolean isSetFunction() { return ((this.function!= null)&&(!this.function.isEmpty())); } public void unsetFunction() { this.function = null; } /** * Gets the value of the usage property. * *

* This accessor method returns a reference to the live list, * not a snapshot. Therefore any modification you make to the * returned list will be present inside the JAXB object. * This is why there is not a set method for the usage property. * *

* For example, to add a new item, do as follows: *

     *    getUsage().add(newItem);
     * 
* * *

* Objects of the following type(s) are allowed in the list * {@link CodeType } * * */ public List getUsage() { if (usage == null) { usage = new ArrayList(); } return this.usage; } public boolean isSetUsage() { return ((this.usage!= null)&&(!this.usage.isEmpty())); } public void unsetUsage() { this.usage = null; } /** * Gets the value of the lod2Geometry property. * * @return * possible object is * {@link GeometryPropertyType } * */ public GeometryPropertyType getLod2Geometry() { return lod2Geometry; } /** * Sets the value of the lod2Geometry property. * * @param value * allowed object is * {@link GeometryPropertyType } * */ public void setLod2Geometry(GeometryPropertyType value) { this.lod2Geometry = value; } public boolean isSetLod2Geometry() { return (this.lod2Geometry!= null); } /** * Gets the value of the lod3Geometry property. * * @return * possible object is * {@link GeometryPropertyType } * */ public GeometryPropertyType getLod3Geometry() { return lod3Geometry; } /** * Sets the value of the lod3Geometry property. * * @param value * allowed object is * {@link GeometryPropertyType } * */ public void setLod3Geometry(GeometryPropertyType value) { this.lod3Geometry = value; } public boolean isSetLod3Geometry() { return (this.lod3Geometry!= null); } /** * Gets the value of the lod4Geometry property. * * @return * possible object is * {@link GeometryPropertyType } * */ public GeometryPropertyType getLod4Geometry() { return lod4Geometry; } /** * Sets the value of the lod4Geometry property. * * @param value * allowed object is * {@link GeometryPropertyType } * */ public void setLod4Geometry(GeometryPropertyType value) { this.lod4Geometry = value; } public boolean isSetLod4Geometry() { return (this.lod4Geometry!= null); } /** * Gets the value of the lod2ImplicitRepresentation property. * * @return * possible object is * {@link ImplicitRepresentationPropertyType } * */ public ImplicitRepresentationPropertyType getLod2ImplicitRepresentation() { return lod2ImplicitRepresentation; } /** * Sets the value of the lod2ImplicitRepresentation property. * * @param value * allowed object is * {@link ImplicitRepresentationPropertyType } * */ public void setLod2ImplicitRepresentation(ImplicitRepresentationPropertyType value) { this.lod2ImplicitRepresentation = value; } public boolean isSetLod2ImplicitRepresentation() { return (this.lod2ImplicitRepresentation!= null); } /** * Gets the value of the lod3ImplicitRepresentation property. * * @return * possible object is * {@link ImplicitRepresentationPropertyType } * */ public ImplicitRepresentationPropertyType getLod3ImplicitRepresentation() { return lod3ImplicitRepresentation; } /** * Sets the value of the lod3ImplicitRepresentation property. * * @param value * allowed object is * {@link ImplicitRepresentationPropertyType } * */ public void setLod3ImplicitRepresentation(ImplicitRepresentationPropertyType value) { this.lod3ImplicitRepresentation = value; } public boolean isSetLod3ImplicitRepresentation() { return (this.lod3ImplicitRepresentation!= null); } /** * Gets the value of the lod4ImplicitRepresentation property. * * @return * possible object is * {@link ImplicitRepresentationPropertyType } * */ public ImplicitRepresentationPropertyType getLod4ImplicitRepresentation() { return lod4ImplicitRepresentation; } /** * Sets the value of the lod4ImplicitRepresentation property. * * @param value * allowed object is * {@link ImplicitRepresentationPropertyType } * */ public void setLod4ImplicitRepresentation(ImplicitRepresentationPropertyType value) { this.lod4ImplicitRepresentation = value; } public boolean isSetLod4ImplicitRepresentation() { return (this.lod4ImplicitRepresentation!= null); } /** * Gets the value of the cityObjectBoundedBy property. * *

* This accessor method returns a reference to the live list, * not a snapshot. Therefore any modification you make to the * returned list will be present inside the JAXB object. * This is why there is not a set method for the cityObjectBoundedBy property. * *

* For example, to add a new item, do as follows: *

     *    getCityObjectBoundedBy().add(newItem);
     * 
* * *

* Objects of the following type(s) are allowed in the list * {@link BoundarySurfacePropertyType } * * */ public List getCityObjectBoundedBy() { if (cityObjectBoundedBy == null) { cityObjectBoundedBy = new ArrayList(); } return this.cityObjectBoundedBy; } public boolean isSetCityObjectBoundedBy() { return ((this.cityObjectBoundedBy!= null)&&(!this.cityObjectBoundedBy.isEmpty())); } public void unsetCityObjectBoundedBy() { this.cityObjectBoundedBy = null; } /** * Gets the value of the genericApplicationPropertyOfBridgeInstallation property. * *

* This accessor method returns a reference to the live list, * not a snapshot. Therefore any modification you make to the * returned list will be present inside the JAXB object. * This is why there is not a set method for the genericApplicationPropertyOfBridgeInstallation property. * *

* For example, to add a new item, do as follows: *

     *    getGenericApplicationPropertyOfBridgeInstallation().add(newItem);
     * 
* * *

* Objects of the following type(s) are allowed in the list * {@link Object } * * */ public List getGenericApplicationPropertyOfBridgeInstallation() { if (genericApplicationPropertyOfBridgeInstallation == null) { genericApplicationPropertyOfBridgeInstallation = new ArrayList(); } return this.genericApplicationPropertyOfBridgeInstallation; } public boolean isSetGenericApplicationPropertyOfBridgeInstallation() { return ((this.genericApplicationPropertyOfBridgeInstallation!= null)&&(!this.genericApplicationPropertyOfBridgeInstallation.isEmpty())); } public void unsetGenericApplicationPropertyOfBridgeInstallation() { this.genericApplicationPropertyOfBridgeInstallation = null; } public String toString() { final ToStringStrategy2 strategy = JAXBToStringStrategy.INSTANCE; final StringBuilder buffer = new StringBuilder(); append(null, buffer, strategy); return buffer.toString(); } 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; } public StringBuilder appendFields(ObjectLocator locator, StringBuilder buffer, ToStringStrategy2 strategy) { super.appendFields(locator, buffer, strategy); { CodeType theClazz; theClazz = this.getClazz(); strategy.appendField(locator, this, "clazz", buffer, theClazz, this.isSetClazz()); } { List theFunction; theFunction = (this.isSetFunction()?this.getFunction():null); strategy.appendField(locator, this, "function", buffer, theFunction, this.isSetFunction()); } { List theUsage; theUsage = (this.isSetUsage()?this.getUsage():null); strategy.appendField(locator, this, "usage", buffer, theUsage, this.isSetUsage()); } { GeometryPropertyType theLod2Geometry; theLod2Geometry = this.getLod2Geometry(); strategy.appendField(locator, this, "lod2Geometry", buffer, theLod2Geometry, this.isSetLod2Geometry()); } { GeometryPropertyType theLod3Geometry; theLod3Geometry = this.getLod3Geometry(); strategy.appendField(locator, this, "lod3Geometry", buffer, theLod3Geometry, this.isSetLod3Geometry()); } { GeometryPropertyType theLod4Geometry; theLod4Geometry = this.getLod4Geometry(); strategy.appendField(locator, this, "lod4Geometry", buffer, theLod4Geometry, this.isSetLod4Geometry()); } { ImplicitRepresentationPropertyType theLod2ImplicitRepresentation; theLod2ImplicitRepresentation = this.getLod2ImplicitRepresentation(); strategy.appendField(locator, this, "lod2ImplicitRepresentation", buffer, theLod2ImplicitRepresentation, this.isSetLod2ImplicitRepresentation()); } { ImplicitRepresentationPropertyType theLod3ImplicitRepresentation; theLod3ImplicitRepresentation = this.getLod3ImplicitRepresentation(); strategy.appendField(locator, this, "lod3ImplicitRepresentation", buffer, theLod3ImplicitRepresentation, this.isSetLod3ImplicitRepresentation()); } { ImplicitRepresentationPropertyType theLod4ImplicitRepresentation; theLod4ImplicitRepresentation = this.getLod4ImplicitRepresentation(); strategy.appendField(locator, this, "lod4ImplicitRepresentation", buffer, theLod4ImplicitRepresentation, this.isSetLod4ImplicitRepresentation()); } { List theCityObjectBoundedBy; theCityObjectBoundedBy = (this.isSetCityObjectBoundedBy()?this.getCityObjectBoundedBy():null); strategy.appendField(locator, this, "cityObjectBoundedBy", buffer, theCityObjectBoundedBy, this.isSetCityObjectBoundedBy()); } { List theGenericApplicationPropertyOfBridgeInstallation; theGenericApplicationPropertyOfBridgeInstallation = (this.isSetGenericApplicationPropertyOfBridgeInstallation()?this.getGenericApplicationPropertyOfBridgeInstallation():null); strategy.appendField(locator, this, "genericApplicationPropertyOfBridgeInstallation", buffer, theGenericApplicationPropertyOfBridgeInstallation, this.isSetGenericApplicationPropertyOfBridgeInstallation()); } return buffer; } 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; } final BridgeInstallationType that = ((BridgeInstallationType) object); { CodeType lhsClazz; lhsClazz = this.getClazz(); CodeType rhsClazz; rhsClazz = that.getClazz(); if (!strategy.equals(LocatorUtils.property(thisLocator, "clazz", lhsClazz), LocatorUtils.property(thatLocator, "clazz", rhsClazz), lhsClazz, rhsClazz, this.isSetClazz(), that.isSetClazz())) { return false; } } { List lhsFunction; lhsFunction = (this.isSetFunction()?this.getFunction():null); List rhsFunction; rhsFunction = (that.isSetFunction()?that.getFunction():null); if (!strategy.equals(LocatorUtils.property(thisLocator, "function", lhsFunction), LocatorUtils.property(thatLocator, "function", rhsFunction), lhsFunction, rhsFunction, this.isSetFunction(), that.isSetFunction())) { return false; } } { List lhsUsage; lhsUsage = (this.isSetUsage()?this.getUsage():null); List rhsUsage; rhsUsage = (that.isSetUsage()?that.getUsage():null); if (!strategy.equals(LocatorUtils.property(thisLocator, "usage", lhsUsage), LocatorUtils.property(thatLocator, "usage", rhsUsage), lhsUsage, rhsUsage, this.isSetUsage(), that.isSetUsage())) { return false; } } { GeometryPropertyType lhsLod2Geometry; lhsLod2Geometry = this.getLod2Geometry(); GeometryPropertyType rhsLod2Geometry; rhsLod2Geometry = that.getLod2Geometry(); if (!strategy.equals(LocatorUtils.property(thisLocator, "lod2Geometry", lhsLod2Geometry), LocatorUtils.property(thatLocator, "lod2Geometry", rhsLod2Geometry), lhsLod2Geometry, rhsLod2Geometry, this.isSetLod2Geometry(), that.isSetLod2Geometry())) { return false; } } { GeometryPropertyType lhsLod3Geometry; lhsLod3Geometry = this.getLod3Geometry(); GeometryPropertyType rhsLod3Geometry; rhsLod3Geometry = that.getLod3Geometry(); if (!strategy.equals(LocatorUtils.property(thisLocator, "lod3Geometry", lhsLod3Geometry), LocatorUtils.property(thatLocator, "lod3Geometry", rhsLod3Geometry), lhsLod3Geometry, rhsLod3Geometry, this.isSetLod3Geometry(), that.isSetLod3Geometry())) { return false; } } { GeometryPropertyType lhsLod4Geometry; lhsLod4Geometry = this.getLod4Geometry(); GeometryPropertyType rhsLod4Geometry; rhsLod4Geometry = that.getLod4Geometry(); if (!strategy.equals(LocatorUtils.property(thisLocator, "lod4Geometry", lhsLod4Geometry), LocatorUtils.property(thatLocator, "lod4Geometry", rhsLod4Geometry), lhsLod4Geometry, rhsLod4Geometry, this.isSetLod4Geometry(), that.isSetLod4Geometry())) { return false; } } { ImplicitRepresentationPropertyType lhsLod2ImplicitRepresentation; lhsLod2ImplicitRepresentation = this.getLod2ImplicitRepresentation(); ImplicitRepresentationPropertyType rhsLod2ImplicitRepresentation; rhsLod2ImplicitRepresentation = that.getLod2ImplicitRepresentation(); if (!strategy.equals(LocatorUtils.property(thisLocator, "lod2ImplicitRepresentation", lhsLod2ImplicitRepresentation), LocatorUtils.property(thatLocator, "lod2ImplicitRepresentation", rhsLod2ImplicitRepresentation), lhsLod2ImplicitRepresentation, rhsLod2ImplicitRepresentation, this.isSetLod2ImplicitRepresentation(), that.isSetLod2ImplicitRepresentation())) { return false; } } { ImplicitRepresentationPropertyType lhsLod3ImplicitRepresentation; lhsLod3ImplicitRepresentation = this.getLod3ImplicitRepresentation(); ImplicitRepresentationPropertyType rhsLod3ImplicitRepresentation; rhsLod3ImplicitRepresentation = that.getLod3ImplicitRepresentation(); if (!strategy.equals(LocatorUtils.property(thisLocator, "lod3ImplicitRepresentation", lhsLod3ImplicitRepresentation), LocatorUtils.property(thatLocator, "lod3ImplicitRepresentation", rhsLod3ImplicitRepresentation), lhsLod3ImplicitRepresentation, rhsLod3ImplicitRepresentation, this.isSetLod3ImplicitRepresentation(), that.isSetLod3ImplicitRepresentation())) { return false; } } { ImplicitRepresentationPropertyType lhsLod4ImplicitRepresentation; lhsLod4ImplicitRepresentation = this.getLod4ImplicitRepresentation(); ImplicitRepresentationPropertyType rhsLod4ImplicitRepresentation; rhsLod4ImplicitRepresentation = that.getLod4ImplicitRepresentation(); if (!strategy.equals(LocatorUtils.property(thisLocator, "lod4ImplicitRepresentation", lhsLod4ImplicitRepresentation), LocatorUtils.property(thatLocator, "lod4ImplicitRepresentation", rhsLod4ImplicitRepresentation), lhsLod4ImplicitRepresentation, rhsLod4ImplicitRepresentation, this.isSetLod4ImplicitRepresentation(), that.isSetLod4ImplicitRepresentation())) { return false; } } { List lhsCityObjectBoundedBy; lhsCityObjectBoundedBy = (this.isSetCityObjectBoundedBy()?this.getCityObjectBoundedBy():null); List rhsCityObjectBoundedBy; rhsCityObjectBoundedBy = (that.isSetCityObjectBoundedBy()?that.getCityObjectBoundedBy():null); if (!strategy.equals(LocatorUtils.property(thisLocator, "cityObjectBoundedBy", lhsCityObjectBoundedBy), LocatorUtils.property(thatLocator, "cityObjectBoundedBy", rhsCityObjectBoundedBy), lhsCityObjectBoundedBy, rhsCityObjectBoundedBy, this.isSetCityObjectBoundedBy(), that.isSetCityObjectBoundedBy())) { return false; } } { List lhsGenericApplicationPropertyOfBridgeInstallation; lhsGenericApplicationPropertyOfBridgeInstallation = (this.isSetGenericApplicationPropertyOfBridgeInstallation()?this.getGenericApplicationPropertyOfBridgeInstallation():null); List rhsGenericApplicationPropertyOfBridgeInstallation; rhsGenericApplicationPropertyOfBridgeInstallation = (that.isSetGenericApplicationPropertyOfBridgeInstallation()?that.getGenericApplicationPropertyOfBridgeInstallation():null); if (!strategy.equals(LocatorUtils.property(thisLocator, "genericApplicationPropertyOfBridgeInstallation", lhsGenericApplicationPropertyOfBridgeInstallation), LocatorUtils.property(thatLocator, "genericApplicationPropertyOfBridgeInstallation", rhsGenericApplicationPropertyOfBridgeInstallation), lhsGenericApplicationPropertyOfBridgeInstallation, rhsGenericApplicationPropertyOfBridgeInstallation, this.isSetGenericApplicationPropertyOfBridgeInstallation(), that.isSetGenericApplicationPropertyOfBridgeInstallation())) { return false; } } return true; } public boolean equals(Object object) { final EqualsStrategy2 strategy = JAXBEqualsStrategy.INSTANCE; return equals(null, null, object, strategy); } public int hashCode(ObjectLocator locator, HashCodeStrategy2 strategy) { int currentHashCode = super.hashCode(locator, strategy); { CodeType theClazz; theClazz = this.getClazz(); currentHashCode = strategy.hashCode(LocatorUtils.property(locator, "clazz", theClazz), currentHashCode, theClazz, this.isSetClazz()); } { List theFunction; theFunction = (this.isSetFunction()?this.getFunction():null); currentHashCode = strategy.hashCode(LocatorUtils.property(locator, "function", theFunction), currentHashCode, theFunction, this.isSetFunction()); } { List theUsage; theUsage = (this.isSetUsage()?this.getUsage():null); currentHashCode = strategy.hashCode(LocatorUtils.property(locator, "usage", theUsage), currentHashCode, theUsage, this.isSetUsage()); } { GeometryPropertyType theLod2Geometry; theLod2Geometry = this.getLod2Geometry(); currentHashCode = strategy.hashCode(LocatorUtils.property(locator, "lod2Geometry", theLod2Geometry), currentHashCode, theLod2Geometry, this.isSetLod2Geometry()); } { GeometryPropertyType theLod3Geometry; theLod3Geometry = this.getLod3Geometry(); currentHashCode = strategy.hashCode(LocatorUtils.property(locator, "lod3Geometry", theLod3Geometry), currentHashCode, theLod3Geometry, this.isSetLod3Geometry()); } { GeometryPropertyType theLod4Geometry; theLod4Geometry = this.getLod4Geometry(); currentHashCode = strategy.hashCode(LocatorUtils.property(locator, "lod4Geometry", theLod4Geometry), currentHashCode, theLod4Geometry, this.isSetLod4Geometry()); } { ImplicitRepresentationPropertyType theLod2ImplicitRepresentation; theLod2ImplicitRepresentation = this.getLod2ImplicitRepresentation(); currentHashCode = strategy.hashCode(LocatorUtils.property(locator, "lod2ImplicitRepresentation", theLod2ImplicitRepresentation), currentHashCode, theLod2ImplicitRepresentation, this.isSetLod2ImplicitRepresentation()); } { ImplicitRepresentationPropertyType theLod3ImplicitRepresentation; theLod3ImplicitRepresentation = this.getLod3ImplicitRepresentation(); currentHashCode = strategy.hashCode(LocatorUtils.property(locator, "lod3ImplicitRepresentation", theLod3ImplicitRepresentation), currentHashCode, theLod3ImplicitRepresentation, this.isSetLod3ImplicitRepresentation()); } { ImplicitRepresentationPropertyType theLod4ImplicitRepresentation; theLod4ImplicitRepresentation = this.getLod4ImplicitRepresentation(); currentHashCode = strategy.hashCode(LocatorUtils.property(locator, "lod4ImplicitRepresentation", theLod4ImplicitRepresentation), currentHashCode, theLod4ImplicitRepresentation, this.isSetLod4ImplicitRepresentation()); } { List theCityObjectBoundedBy; theCityObjectBoundedBy = (this.isSetCityObjectBoundedBy()?this.getCityObjectBoundedBy():null); currentHashCode = strategy.hashCode(LocatorUtils.property(locator, "cityObjectBoundedBy", theCityObjectBoundedBy), currentHashCode, theCityObjectBoundedBy, this.isSetCityObjectBoundedBy()); } { List theGenericApplicationPropertyOfBridgeInstallation; theGenericApplicationPropertyOfBridgeInstallation = (this.isSetGenericApplicationPropertyOfBridgeInstallation()?this.getGenericApplicationPropertyOfBridgeInstallation():null); currentHashCode = strategy.hashCode(LocatorUtils.property(locator, "genericApplicationPropertyOfBridgeInstallation", theGenericApplicationPropertyOfBridgeInstallation), currentHashCode, theGenericApplicationPropertyOfBridgeInstallation, this.isSetGenericApplicationPropertyOfBridgeInstallation()); } return currentHashCode; } public int hashCode() { final HashCodeStrategy2 strategy = JAXBHashCodeStrategy.INSTANCE; return this.hashCode(null, strategy); } public Object clone() { return copyTo(createNewInstance()); } public Object copyTo(Object target) { final CopyStrategy2 strategy = JAXBCopyStrategy.INSTANCE; return copyTo(null, target, strategy); } public Object copyTo(ObjectLocator locator, Object target, CopyStrategy2 strategy) { final Object draftCopy = ((target == null)?createNewInstance():target); super.copyTo(locator, draftCopy, strategy); if (draftCopy instanceof BridgeInstallationType) { final BridgeInstallationType copy = ((BridgeInstallationType) draftCopy); { Boolean clazzShouldBeCopiedAndSet = strategy.shouldBeCopiedAndSet(locator, this.isSetClazz()); if (clazzShouldBeCopiedAndSet == Boolean.TRUE) { CodeType sourceClazz; sourceClazz = this.getClazz(); CodeType copyClazz = ((CodeType) strategy.copy(LocatorUtils.property(locator, "clazz", sourceClazz), sourceClazz, this.isSetClazz())); copy.setClazz(copyClazz); } else { if (clazzShouldBeCopiedAndSet == Boolean.FALSE) { copy.clazz = null; } } } { Boolean functionShouldBeCopiedAndSet = strategy.shouldBeCopiedAndSet(locator, this.isSetFunction()); if (functionShouldBeCopiedAndSet == Boolean.TRUE) { List sourceFunction; sourceFunction = (this.isSetFunction()?this.getFunction():null); @SuppressWarnings("unchecked") List copyFunction = ((List ) strategy.copy(LocatorUtils.property(locator, "function", sourceFunction), sourceFunction, this.isSetFunction())); copy.unsetFunction(); if (copyFunction!= null) { List uniqueFunctionl = copy.getFunction(); uniqueFunctionl.addAll(copyFunction); } } else { if (functionShouldBeCopiedAndSet == Boolean.FALSE) { copy.unsetFunction(); } } } { Boolean usageShouldBeCopiedAndSet = strategy.shouldBeCopiedAndSet(locator, this.isSetUsage()); if (usageShouldBeCopiedAndSet == Boolean.TRUE) { List sourceUsage; sourceUsage = (this.isSetUsage()?this.getUsage():null); @SuppressWarnings("unchecked") List copyUsage = ((List ) strategy.copy(LocatorUtils.property(locator, "usage", sourceUsage), sourceUsage, this.isSetUsage())); copy.unsetUsage(); if (copyUsage!= null) { List uniqueUsagel = copy.getUsage(); uniqueUsagel.addAll(copyUsage); } } else { if (usageShouldBeCopiedAndSet == Boolean.FALSE) { copy.unsetUsage(); } } } { Boolean lod2GeometryShouldBeCopiedAndSet = strategy.shouldBeCopiedAndSet(locator, this.isSetLod2Geometry()); if (lod2GeometryShouldBeCopiedAndSet == Boolean.TRUE) { GeometryPropertyType sourceLod2Geometry; sourceLod2Geometry = this.getLod2Geometry(); GeometryPropertyType copyLod2Geometry = ((GeometryPropertyType) strategy.copy(LocatorUtils.property(locator, "lod2Geometry", sourceLod2Geometry), sourceLod2Geometry, this.isSetLod2Geometry())); copy.setLod2Geometry(copyLod2Geometry); } else { if (lod2GeometryShouldBeCopiedAndSet == Boolean.FALSE) { copy.lod2Geometry = null; } } } { Boolean lod3GeometryShouldBeCopiedAndSet = strategy.shouldBeCopiedAndSet(locator, this.isSetLod3Geometry()); if (lod3GeometryShouldBeCopiedAndSet == Boolean.TRUE) { GeometryPropertyType sourceLod3Geometry; sourceLod3Geometry = this.getLod3Geometry(); GeometryPropertyType copyLod3Geometry = ((GeometryPropertyType) strategy.copy(LocatorUtils.property(locator, "lod3Geometry", sourceLod3Geometry), sourceLod3Geometry, this.isSetLod3Geometry())); copy.setLod3Geometry(copyLod3Geometry); } else { if (lod3GeometryShouldBeCopiedAndSet == Boolean.FALSE) { copy.lod3Geometry = null; } } } { Boolean lod4GeometryShouldBeCopiedAndSet = strategy.shouldBeCopiedAndSet(locator, this.isSetLod4Geometry()); if (lod4GeometryShouldBeCopiedAndSet == Boolean.TRUE) { GeometryPropertyType sourceLod4Geometry; sourceLod4Geometry = this.getLod4Geometry(); GeometryPropertyType copyLod4Geometry = ((GeometryPropertyType) strategy.copy(LocatorUtils.property(locator, "lod4Geometry", sourceLod4Geometry), sourceLod4Geometry, this.isSetLod4Geometry())); copy.setLod4Geometry(copyLod4Geometry); } else { if (lod4GeometryShouldBeCopiedAndSet == Boolean.FALSE) { copy.lod4Geometry = null; } } } { Boolean lod2ImplicitRepresentationShouldBeCopiedAndSet = strategy.shouldBeCopiedAndSet(locator, this.isSetLod2ImplicitRepresentation()); if (lod2ImplicitRepresentationShouldBeCopiedAndSet == Boolean.TRUE) { ImplicitRepresentationPropertyType sourceLod2ImplicitRepresentation; sourceLod2ImplicitRepresentation = this.getLod2ImplicitRepresentation(); ImplicitRepresentationPropertyType copyLod2ImplicitRepresentation = ((ImplicitRepresentationPropertyType) strategy.copy(LocatorUtils.property(locator, "lod2ImplicitRepresentation", sourceLod2ImplicitRepresentation), sourceLod2ImplicitRepresentation, this.isSetLod2ImplicitRepresentation())); copy.setLod2ImplicitRepresentation(copyLod2ImplicitRepresentation); } else { if (lod2ImplicitRepresentationShouldBeCopiedAndSet == Boolean.FALSE) { copy.lod2ImplicitRepresentation = null; } } } { Boolean lod3ImplicitRepresentationShouldBeCopiedAndSet = strategy.shouldBeCopiedAndSet(locator, this.isSetLod3ImplicitRepresentation()); if (lod3ImplicitRepresentationShouldBeCopiedAndSet == Boolean.TRUE) { ImplicitRepresentationPropertyType sourceLod3ImplicitRepresentation; sourceLod3ImplicitRepresentation = this.getLod3ImplicitRepresentation(); ImplicitRepresentationPropertyType copyLod3ImplicitRepresentation = ((ImplicitRepresentationPropertyType) strategy.copy(LocatorUtils.property(locator, "lod3ImplicitRepresentation", sourceLod3ImplicitRepresentation), sourceLod3ImplicitRepresentation, this.isSetLod3ImplicitRepresentation())); copy.setLod3ImplicitRepresentation(copyLod3ImplicitRepresentation); } else { if (lod3ImplicitRepresentationShouldBeCopiedAndSet == Boolean.FALSE) { copy.lod3ImplicitRepresentation = null; } } } { Boolean lod4ImplicitRepresentationShouldBeCopiedAndSet = strategy.shouldBeCopiedAndSet(locator, this.isSetLod4ImplicitRepresentation()); if (lod4ImplicitRepresentationShouldBeCopiedAndSet == Boolean.TRUE) { ImplicitRepresentationPropertyType sourceLod4ImplicitRepresentation; sourceLod4ImplicitRepresentation = this.getLod4ImplicitRepresentation(); ImplicitRepresentationPropertyType copyLod4ImplicitRepresentation = ((ImplicitRepresentationPropertyType) strategy.copy(LocatorUtils.property(locator, "lod4ImplicitRepresentation", sourceLod4ImplicitRepresentation), sourceLod4ImplicitRepresentation, this.isSetLod4ImplicitRepresentation())); copy.setLod4ImplicitRepresentation(copyLod4ImplicitRepresentation); } else { if (lod4ImplicitRepresentationShouldBeCopiedAndSet == Boolean.FALSE) { copy.lod4ImplicitRepresentation = null; } } } { Boolean cityObjectBoundedByShouldBeCopiedAndSet = strategy.shouldBeCopiedAndSet(locator, this.isSetCityObjectBoundedBy()); if (cityObjectBoundedByShouldBeCopiedAndSet == Boolean.TRUE) { List sourceCityObjectBoundedBy; sourceCityObjectBoundedBy = (this.isSetCityObjectBoundedBy()?this.getCityObjectBoundedBy():null); @SuppressWarnings("unchecked") List copyCityObjectBoundedBy = ((List ) strategy.copy(LocatorUtils.property(locator, "cityObjectBoundedBy", sourceCityObjectBoundedBy), sourceCityObjectBoundedBy, this.isSetCityObjectBoundedBy())); copy.unsetCityObjectBoundedBy(); if (copyCityObjectBoundedBy!= null) { List uniqueCityObjectBoundedByl = copy.getCityObjectBoundedBy(); uniqueCityObjectBoundedByl.addAll(copyCityObjectBoundedBy); } } else { if (cityObjectBoundedByShouldBeCopiedAndSet == Boolean.FALSE) { copy.unsetCityObjectBoundedBy(); } } } { Boolean genericApplicationPropertyOfBridgeInstallationShouldBeCopiedAndSet = strategy.shouldBeCopiedAndSet(locator, this.isSetGenericApplicationPropertyOfBridgeInstallation()); if (genericApplicationPropertyOfBridgeInstallationShouldBeCopiedAndSet == Boolean.TRUE) { List sourceGenericApplicationPropertyOfBridgeInstallation; sourceGenericApplicationPropertyOfBridgeInstallation = (this.isSetGenericApplicationPropertyOfBridgeInstallation()?this.getGenericApplicationPropertyOfBridgeInstallation():null); @SuppressWarnings("unchecked") List copyGenericApplicationPropertyOfBridgeInstallation = ((List ) strategy.copy(LocatorUtils.property(locator, "genericApplicationPropertyOfBridgeInstallation", sourceGenericApplicationPropertyOfBridgeInstallation), sourceGenericApplicationPropertyOfBridgeInstallation, this.isSetGenericApplicationPropertyOfBridgeInstallation())); copy.unsetGenericApplicationPropertyOfBridgeInstallation(); if (copyGenericApplicationPropertyOfBridgeInstallation!= null) { List uniqueGenericApplicationPropertyOfBridgeInstallationl = copy.getGenericApplicationPropertyOfBridgeInstallation(); uniqueGenericApplicationPropertyOfBridgeInstallationl.addAll(copyGenericApplicationPropertyOfBridgeInstallation); } } else { if (genericApplicationPropertyOfBridgeInstallationShouldBeCopiedAndSet == Boolean.FALSE) { copy.unsetGenericApplicationPropertyOfBridgeInstallation(); } } } } return draftCopy; } public Object createNewInstance() { return new BridgeInstallationType(); } public void mergeFrom(Object left, Object right) { final MergeStrategy2 strategy = JAXBMergeStrategy.INSTANCE; mergeFrom(null, null, left, right, strategy); } public void mergeFrom(ObjectLocator leftLocator, ObjectLocator rightLocator, Object left, Object right, MergeStrategy2 strategy) { super.mergeFrom(leftLocator, rightLocator, left, right, strategy); if (right instanceof BridgeInstallationType) { final BridgeInstallationType target = this; final BridgeInstallationType leftObject = ((BridgeInstallationType) left); final BridgeInstallationType rightObject = ((BridgeInstallationType) right); { Boolean clazzShouldBeMergedAndSet = strategy.shouldBeMergedAndSet(leftLocator, rightLocator, leftObject.isSetClazz(), rightObject.isSetClazz()); if (clazzShouldBeMergedAndSet == Boolean.TRUE) { CodeType lhsClazz; lhsClazz = leftObject.getClazz(); CodeType rhsClazz; rhsClazz = rightObject.getClazz(); CodeType mergedClazz = ((CodeType) strategy.merge(LocatorUtils.property(leftLocator, "clazz", lhsClazz), LocatorUtils.property(rightLocator, "clazz", rhsClazz), lhsClazz, rhsClazz, leftObject.isSetClazz(), rightObject.isSetClazz())); target.setClazz(mergedClazz); } else { if (clazzShouldBeMergedAndSet == Boolean.FALSE) { target.clazz = null; } } } { Boolean functionShouldBeMergedAndSet = strategy.shouldBeMergedAndSet(leftLocator, rightLocator, leftObject.isSetFunction(), rightObject.isSetFunction()); if (functionShouldBeMergedAndSet == Boolean.TRUE) { List lhsFunction; lhsFunction = (leftObject.isSetFunction()?leftObject.getFunction():null); List rhsFunction; rhsFunction = (rightObject.isSetFunction()?rightObject.getFunction():null); List mergedFunction = ((List ) strategy.merge(LocatorUtils.property(leftLocator, "function", lhsFunction), LocatorUtils.property(rightLocator, "function", rhsFunction), lhsFunction, rhsFunction, leftObject.isSetFunction(), rightObject.isSetFunction())); target.unsetFunction(); if (mergedFunction!= null) { List uniqueFunctionl = target.getFunction(); uniqueFunctionl.addAll(mergedFunction); } } else { if (functionShouldBeMergedAndSet == Boolean.FALSE) { target.unsetFunction(); } } } { Boolean usageShouldBeMergedAndSet = strategy.shouldBeMergedAndSet(leftLocator, rightLocator, leftObject.isSetUsage(), rightObject.isSetUsage()); if (usageShouldBeMergedAndSet == Boolean.TRUE) { List lhsUsage; lhsUsage = (leftObject.isSetUsage()?leftObject.getUsage():null); List rhsUsage; rhsUsage = (rightObject.isSetUsage()?rightObject.getUsage():null); List mergedUsage = ((List ) strategy.merge(LocatorUtils.property(leftLocator, "usage", lhsUsage), LocatorUtils.property(rightLocator, "usage", rhsUsage), lhsUsage, rhsUsage, leftObject.isSetUsage(), rightObject.isSetUsage())); target.unsetUsage(); if (mergedUsage!= null) { List uniqueUsagel = target.getUsage(); uniqueUsagel.addAll(mergedUsage); } } else { if (usageShouldBeMergedAndSet == Boolean.FALSE) { target.unsetUsage(); } } } { Boolean lod2GeometryShouldBeMergedAndSet = strategy.shouldBeMergedAndSet(leftLocator, rightLocator, leftObject.isSetLod2Geometry(), rightObject.isSetLod2Geometry()); if (lod2GeometryShouldBeMergedAndSet == Boolean.TRUE) { GeometryPropertyType lhsLod2Geometry; lhsLod2Geometry = leftObject.getLod2Geometry(); GeometryPropertyType rhsLod2Geometry; rhsLod2Geometry = rightObject.getLod2Geometry(); GeometryPropertyType mergedLod2Geometry = ((GeometryPropertyType) strategy.merge(LocatorUtils.property(leftLocator, "lod2Geometry", lhsLod2Geometry), LocatorUtils.property(rightLocator, "lod2Geometry", rhsLod2Geometry), lhsLod2Geometry, rhsLod2Geometry, leftObject.isSetLod2Geometry(), rightObject.isSetLod2Geometry())); target.setLod2Geometry(mergedLod2Geometry); } else { if (lod2GeometryShouldBeMergedAndSet == Boolean.FALSE) { target.lod2Geometry = null; } } } { Boolean lod3GeometryShouldBeMergedAndSet = strategy.shouldBeMergedAndSet(leftLocator, rightLocator, leftObject.isSetLod3Geometry(), rightObject.isSetLod3Geometry()); if (lod3GeometryShouldBeMergedAndSet == Boolean.TRUE) { GeometryPropertyType lhsLod3Geometry; lhsLod3Geometry = leftObject.getLod3Geometry(); GeometryPropertyType rhsLod3Geometry; rhsLod3Geometry = rightObject.getLod3Geometry(); GeometryPropertyType mergedLod3Geometry = ((GeometryPropertyType) strategy.merge(LocatorUtils.property(leftLocator, "lod3Geometry", lhsLod3Geometry), LocatorUtils.property(rightLocator, "lod3Geometry", rhsLod3Geometry), lhsLod3Geometry, rhsLod3Geometry, leftObject.isSetLod3Geometry(), rightObject.isSetLod3Geometry())); target.setLod3Geometry(mergedLod3Geometry); } else { if (lod3GeometryShouldBeMergedAndSet == Boolean.FALSE) { target.lod3Geometry = null; } } } { Boolean lod4GeometryShouldBeMergedAndSet = strategy.shouldBeMergedAndSet(leftLocator, rightLocator, leftObject.isSetLod4Geometry(), rightObject.isSetLod4Geometry()); if (lod4GeometryShouldBeMergedAndSet == Boolean.TRUE) { GeometryPropertyType lhsLod4Geometry; lhsLod4Geometry = leftObject.getLod4Geometry(); GeometryPropertyType rhsLod4Geometry; rhsLod4Geometry = rightObject.getLod4Geometry(); GeometryPropertyType mergedLod4Geometry = ((GeometryPropertyType) strategy.merge(LocatorUtils.property(leftLocator, "lod4Geometry", lhsLod4Geometry), LocatorUtils.property(rightLocator, "lod4Geometry", rhsLod4Geometry), lhsLod4Geometry, rhsLod4Geometry, leftObject.isSetLod4Geometry(), rightObject.isSetLod4Geometry())); target.setLod4Geometry(mergedLod4Geometry); } else { if (lod4GeometryShouldBeMergedAndSet == Boolean.FALSE) { target.lod4Geometry = null; } } } { Boolean lod2ImplicitRepresentationShouldBeMergedAndSet = strategy.shouldBeMergedAndSet(leftLocator, rightLocator, leftObject.isSetLod2ImplicitRepresentation(), rightObject.isSetLod2ImplicitRepresentation()); if (lod2ImplicitRepresentationShouldBeMergedAndSet == Boolean.TRUE) { ImplicitRepresentationPropertyType lhsLod2ImplicitRepresentation; lhsLod2ImplicitRepresentation = leftObject.getLod2ImplicitRepresentation(); ImplicitRepresentationPropertyType rhsLod2ImplicitRepresentation; rhsLod2ImplicitRepresentation = rightObject.getLod2ImplicitRepresentation(); ImplicitRepresentationPropertyType mergedLod2ImplicitRepresentation = ((ImplicitRepresentationPropertyType) strategy.merge(LocatorUtils.property(leftLocator, "lod2ImplicitRepresentation", lhsLod2ImplicitRepresentation), LocatorUtils.property(rightLocator, "lod2ImplicitRepresentation", rhsLod2ImplicitRepresentation), lhsLod2ImplicitRepresentation, rhsLod2ImplicitRepresentation, leftObject.isSetLod2ImplicitRepresentation(), rightObject.isSetLod2ImplicitRepresentation())); target.setLod2ImplicitRepresentation(mergedLod2ImplicitRepresentation); } else { if (lod2ImplicitRepresentationShouldBeMergedAndSet == Boolean.FALSE) { target.lod2ImplicitRepresentation = null; } } } { Boolean lod3ImplicitRepresentationShouldBeMergedAndSet = strategy.shouldBeMergedAndSet(leftLocator, rightLocator, leftObject.isSetLod3ImplicitRepresentation(), rightObject.isSetLod3ImplicitRepresentation()); if (lod3ImplicitRepresentationShouldBeMergedAndSet == Boolean.TRUE) { ImplicitRepresentationPropertyType lhsLod3ImplicitRepresentation; lhsLod3ImplicitRepresentation = leftObject.getLod3ImplicitRepresentation(); ImplicitRepresentationPropertyType rhsLod3ImplicitRepresentation; rhsLod3ImplicitRepresentation = rightObject.getLod3ImplicitRepresentation(); ImplicitRepresentationPropertyType mergedLod3ImplicitRepresentation = ((ImplicitRepresentationPropertyType) strategy.merge(LocatorUtils.property(leftLocator, "lod3ImplicitRepresentation", lhsLod3ImplicitRepresentation), LocatorUtils.property(rightLocator, "lod3ImplicitRepresentation", rhsLod3ImplicitRepresentation), lhsLod3ImplicitRepresentation, rhsLod3ImplicitRepresentation, leftObject.isSetLod3ImplicitRepresentation(), rightObject.isSetLod3ImplicitRepresentation())); target.setLod3ImplicitRepresentation(mergedLod3ImplicitRepresentation); } else { if (lod3ImplicitRepresentationShouldBeMergedAndSet == Boolean.FALSE) { target.lod3ImplicitRepresentation = null; } } } { Boolean lod4ImplicitRepresentationShouldBeMergedAndSet = strategy.shouldBeMergedAndSet(leftLocator, rightLocator, leftObject.isSetLod4ImplicitRepresentation(), rightObject.isSetLod4ImplicitRepresentation()); if (lod4ImplicitRepresentationShouldBeMergedAndSet == Boolean.TRUE) { ImplicitRepresentationPropertyType lhsLod4ImplicitRepresentation; lhsLod4ImplicitRepresentation = leftObject.getLod4ImplicitRepresentation(); ImplicitRepresentationPropertyType rhsLod4ImplicitRepresentation; rhsLod4ImplicitRepresentation = rightObject.getLod4ImplicitRepresentation(); ImplicitRepresentationPropertyType mergedLod4ImplicitRepresentation = ((ImplicitRepresentationPropertyType) strategy.merge(LocatorUtils.property(leftLocator, "lod4ImplicitRepresentation", lhsLod4ImplicitRepresentation), LocatorUtils.property(rightLocator, "lod4ImplicitRepresentation", rhsLod4ImplicitRepresentation), lhsLod4ImplicitRepresentation, rhsLod4ImplicitRepresentation, leftObject.isSetLod4ImplicitRepresentation(), rightObject.isSetLod4ImplicitRepresentation())); target.setLod4ImplicitRepresentation(mergedLod4ImplicitRepresentation); } else { if (lod4ImplicitRepresentationShouldBeMergedAndSet == Boolean.FALSE) { target.lod4ImplicitRepresentation = null; } } } { Boolean cityObjectBoundedByShouldBeMergedAndSet = strategy.shouldBeMergedAndSet(leftLocator, rightLocator, leftObject.isSetCityObjectBoundedBy(), rightObject.isSetCityObjectBoundedBy()); if (cityObjectBoundedByShouldBeMergedAndSet == Boolean.TRUE) { List lhsCityObjectBoundedBy; lhsCityObjectBoundedBy = (leftObject.isSetCityObjectBoundedBy()?leftObject.getCityObjectBoundedBy():null); List rhsCityObjectBoundedBy; rhsCityObjectBoundedBy = (rightObject.isSetCityObjectBoundedBy()?rightObject.getCityObjectBoundedBy():null); List mergedCityObjectBoundedBy = ((List ) strategy.merge(LocatorUtils.property(leftLocator, "cityObjectBoundedBy", lhsCityObjectBoundedBy), LocatorUtils.property(rightLocator, "cityObjectBoundedBy", rhsCityObjectBoundedBy), lhsCityObjectBoundedBy, rhsCityObjectBoundedBy, leftObject.isSetCityObjectBoundedBy(), rightObject.isSetCityObjectBoundedBy())); target.unsetCityObjectBoundedBy(); if (mergedCityObjectBoundedBy!= null) { List uniqueCityObjectBoundedByl = target.getCityObjectBoundedBy(); uniqueCityObjectBoundedByl.addAll(mergedCityObjectBoundedBy); } } else { if (cityObjectBoundedByShouldBeMergedAndSet == Boolean.FALSE) { target.unsetCityObjectBoundedBy(); } } } { Boolean genericApplicationPropertyOfBridgeInstallationShouldBeMergedAndSet = strategy.shouldBeMergedAndSet(leftLocator, rightLocator, leftObject.isSetGenericApplicationPropertyOfBridgeInstallation(), rightObject.isSetGenericApplicationPropertyOfBridgeInstallation()); if (genericApplicationPropertyOfBridgeInstallationShouldBeMergedAndSet == Boolean.TRUE) { List lhsGenericApplicationPropertyOfBridgeInstallation; lhsGenericApplicationPropertyOfBridgeInstallation = (leftObject.isSetGenericApplicationPropertyOfBridgeInstallation()?leftObject.getGenericApplicationPropertyOfBridgeInstallation():null); List rhsGenericApplicationPropertyOfBridgeInstallation; rhsGenericApplicationPropertyOfBridgeInstallation = (rightObject.isSetGenericApplicationPropertyOfBridgeInstallation()?rightObject.getGenericApplicationPropertyOfBridgeInstallation():null); List mergedGenericApplicationPropertyOfBridgeInstallation = ((List ) strategy.merge(LocatorUtils.property(leftLocator, "genericApplicationPropertyOfBridgeInstallation", lhsGenericApplicationPropertyOfBridgeInstallation), LocatorUtils.property(rightLocator, "genericApplicationPropertyOfBridgeInstallation", rhsGenericApplicationPropertyOfBridgeInstallation), lhsGenericApplicationPropertyOfBridgeInstallation, rhsGenericApplicationPropertyOfBridgeInstallation, leftObject.isSetGenericApplicationPropertyOfBridgeInstallation(), rightObject.isSetGenericApplicationPropertyOfBridgeInstallation())); target.unsetGenericApplicationPropertyOfBridgeInstallation(); if (mergedGenericApplicationPropertyOfBridgeInstallation!= null) { List uniqueGenericApplicationPropertyOfBridgeInstallationl = target.getGenericApplicationPropertyOfBridgeInstallation(); uniqueGenericApplicationPropertyOfBridgeInstallationl.addAll(mergedGenericApplicationPropertyOfBridgeInstallation); } } else { if (genericApplicationPropertyOfBridgeInstallationShouldBeMergedAndSet == Boolean.FALSE) { target.unsetGenericApplicationPropertyOfBridgeInstallation(); } } } } } public void setFunction(List value) { this.function = null; if (value!= null) { List draftl = this.getFunction(); draftl.addAll(value); } } public void setUsage(List value) { this.usage = null; if (value!= null) { List draftl = this.getUsage(); draftl.addAll(value); } } public void setCityObjectBoundedBy(List value) { this.cityObjectBoundedBy = null; if (value!= null) { List draftl = this.getCityObjectBoundedBy(); draftl.addAll(value); } } public void setGenericApplicationPropertyOfBridgeInstallation(List value) { this.genericApplicationPropertyOfBridgeInstallation = null; if (value!= null) { List draftl = this.getGenericApplicationPropertyOfBridgeInstallation(); draftl.addAll(value); } } public BridgeInstallationType withClazz(CodeType value) { setClazz(value); return this; } public BridgeInstallationType withFunction(CodeType... values) { if (values!= null) { for (CodeType value: values) { getFunction().add(value); } } return this; } public BridgeInstallationType withFunction(Collection values) { if (values!= null) { getFunction().addAll(values); } return this; } public BridgeInstallationType withUsage(CodeType... values) { if (values!= null) { for (CodeType value: values) { getUsage().add(value); } } return this; } public BridgeInstallationType withUsage(Collection values) { if (values!= null) { getUsage().addAll(values); } return this; } public BridgeInstallationType withLod2Geometry(GeometryPropertyType value) { setLod2Geometry(value); return this; } public BridgeInstallationType withLod3Geometry(GeometryPropertyType value) { setLod3Geometry(value); return this; } public BridgeInstallationType withLod4Geometry(GeometryPropertyType value) { setLod4Geometry(value); return this; } public BridgeInstallationType withLod2ImplicitRepresentation(ImplicitRepresentationPropertyType value) { setLod2ImplicitRepresentation(value); return this; } public BridgeInstallationType withLod3ImplicitRepresentation(ImplicitRepresentationPropertyType value) { setLod3ImplicitRepresentation(value); return this; } public BridgeInstallationType withLod4ImplicitRepresentation(ImplicitRepresentationPropertyType value) { setLod4ImplicitRepresentation(value); return this; } public BridgeInstallationType withCityObjectBoundedBy(BoundarySurfacePropertyType... values) { if (values!= null) { for (BoundarySurfacePropertyType value: values) { getCityObjectBoundedBy().add(value); } } return this; } public BridgeInstallationType withCityObjectBoundedBy(Collection values) { if (values!= null) { getCityObjectBoundedBy().addAll(values); } return this; } public BridgeInstallationType withGenericApplicationPropertyOfBridgeInstallation(Object... values) { if (values!= null) { for (Object value: values) { getGenericApplicationPropertyOfBridgeInstallation().add(value); } } return this; } public BridgeInstallationType withGenericApplicationPropertyOfBridgeInstallation(Collection values) { if (values!= null) { getGenericApplicationPropertyOfBridgeInstallation().addAll(values); } return this; } public BridgeInstallationType withFunction(List value) { setFunction(value); return this; } public BridgeInstallationType withUsage(List value) { setUsage(value); return this; } public BridgeInstallationType withCityObjectBoundedBy(List value) { setCityObjectBoundedBy(value); return this; } public BridgeInstallationType withGenericApplicationPropertyOfBridgeInstallation(List value) { setGenericApplicationPropertyOfBridgeInstallation(value); return this; } @Override public BridgeInstallationType withCreationDate(XMLGregorianCalendar value) { setCreationDate(value); return this; } @Override public BridgeInstallationType withTerminationDate(XMLGregorianCalendar value) { setTerminationDate(value); return this; } @Override public BridgeInstallationType withExternalReference(ExternalReferenceType... values) { if (values!= null) { for (ExternalReferenceType value: values) { getExternalReference().add(value); } } return this; } @Override public BridgeInstallationType withExternalReference(Collection values) { if (values!= null) { getExternalReference().addAll(values); } return this; } @Override public BridgeInstallationType withGeneralizesTo(GeneralizationRelationType... values) { if (values!= null) { for (GeneralizationRelationType value: values) { getGeneralizesTo().add(value); } } return this; } @Override public BridgeInstallationType withGeneralizesTo(Collection values) { if (values!= null) { getGeneralizesTo().addAll(values); } return this; } @Override public BridgeInstallationType withRelativeToTerrain(RelativeToTerrainType value) { setRelativeToTerrain(value); return this; } @Override public BridgeInstallationType withRelativeToWater(RelativeToWaterType value) { setRelativeToWater(value); return this; } @Override public BridgeInstallationType withGenericApplicationPropertyOfCityObject(JAXBElement ... values) { if (values!= null) { for (JAXBElement value: values) { getGenericApplicationPropertyOfCityObject().add(value); } } return this; } @Override public BridgeInstallationType withGenericApplicationPropertyOfCityObject(Collection> values) { if (values!= null) { getGenericApplicationPropertyOfCityObject().addAll(values); } return this; } @Override public BridgeInstallationType withExternalReference(List value) { setExternalReference(value); return this; } @Override public BridgeInstallationType withGeneralizesTo(List value) { setGeneralizesTo(value); return this; } @Override public BridgeInstallationType withGenericApplicationPropertyOfCityObject(List> value) { setGenericApplicationPropertyOfCityObject(value); return this; } }