net.opengis.citygml.bridge.v_2_0
Class AbstractBridgeType

java.lang.Object
  extended by net.opengis.gml.v_3_1_1.AbstractGMLType
      extended by net.opengis.gml.v_3_1_1.AbstractFeatureType
          extended by net.opengis.citygml.v_2_0.AbstractCityObjectType
              extended by net.opengis.citygml.v_2_0.AbstractSiteType
                  extended by net.opengis.citygml.bridge.v_2_0.AbstractBridgeType
All Implemented Interfaces:
Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode, org.jvnet.jaxb2_commons.lang.MergeFrom, org.jvnet.jaxb2_commons.lang.ToString
Direct Known Subclasses:
BridgePartType, BridgeType

public abstract class AbstractBridgeType
extends AbstractSiteType
implements Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode, org.jvnet.jaxb2_commons.lang.MergeFrom, org.jvnet.jaxb2_commons.lang.ToString

Type describing the thematic and geometric attributes and the associations of bridges. It is an abstract type, only its subclasses Bridge and BridgePart can be instantiated. An _AbstractBridge may consist of BridgeParts, which are again _AbstractBridges by inheritance. Thus an aggregation hierarchy between _AbstractBridges of arbitrary depth may be specified. In such an hierarchy, top elements are Bridges, while all other elements are BridgeParts. Each element of such a hierarchy may have all attributes and geometries of _AbstractBridges. It must, however, be assured that no inconsistencies occur.

Java class for AbstractBridgeType complex type.

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

 <complexType name="AbstractBridgeType">
   <complexContent>
     <extension base="{http://www.opengis.net/citygml/2.0}AbstractSiteType">
       <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="yearOfConstruction" type="{http://www.w3.org/2001/XMLSchema}gYear" minOccurs="0"/>
         <element name="yearOfDemolition" type="{http://www.w3.org/2001/XMLSchema}gYear" minOccurs="0"/>
         <element name="isMovable" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="lod1Solid" type="{http://www.opengis.net/gml}SolidPropertyType" minOccurs="0"/>
         <element name="lod1MultiSurface" type="{http://www.opengis.net/gml}MultiSurfacePropertyType" minOccurs="0"/>
         <element name="lod1TerrainIntersection" type="{http://www.opengis.net/gml}MultiCurvePropertyType" minOccurs="0"/>
         <element name="lod2Solid" type="{http://www.opengis.net/gml}SolidPropertyType" minOccurs="0"/>
         <element name="lod2MultiSurface" type="{http://www.opengis.net/gml}MultiSurfacePropertyType" minOccurs="0"/>
         <element name="lod2MultiCurve" type="{http://www.opengis.net/gml}MultiCurvePropertyType" minOccurs="0"/>
         <element name="lod2TerrainIntersection" type="{http://www.opengis.net/gml}MultiCurvePropertyType" minOccurs="0"/>
         <element name="outerBridgeConstruction" type="{http://www.opengis.net/citygml/bridge/2.0}BridgeConstructionElementPropertyType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="outerBridgeInstallation" type="{http://www.opengis.net/citygml/bridge/2.0}BridgeInstallationPropertyType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="interiorBridgeInstallation" type="{http://www.opengis.net/citygml/bridge/2.0}IntBridgeInstallationPropertyType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="boundedBy" type="{http://www.opengis.net/citygml/bridge/2.0}BoundarySurfacePropertyType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="lod3Solid" type="{http://www.opengis.net/gml}SolidPropertyType" minOccurs="0"/>
         <element name="lod3MultiSurface" type="{http://www.opengis.net/gml}MultiSurfacePropertyType" minOccurs="0"/>
         <element name="lod3MultiCurve" type="{http://www.opengis.net/gml}MultiCurvePropertyType" minOccurs="0"/>
         <element name="lod3TerrainIntersection" type="{http://www.opengis.net/gml}MultiCurvePropertyType" minOccurs="0"/>
         <element name="lod4Solid" type="{http://www.opengis.net/gml}SolidPropertyType" minOccurs="0"/>
         <element name="lod4MultiSurface" type="{http://www.opengis.net/gml}MultiSurfacePropertyType" minOccurs="0"/>
         <element name="lod4MultiCurve" type="{http://www.opengis.net/gml}MultiCurvePropertyType" minOccurs="0"/>
         <element name="lod4TerrainIntersection" type="{http://www.opengis.net/gml}MultiCurvePropertyType" minOccurs="0"/>
         <element name="interiorBridgeRoom" type="{http://www.opengis.net/citygml/bridge/2.0}InteriorBridgeRoomPropertyType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="consistsOfBridgePart" type="{http://www.opengis.net/citygml/bridge/2.0}BridgePartPropertyType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="address" type="{http://www.opengis.net/citygml/2.0}AddressPropertyType" maxOccurs="unbounded" minOccurs="0"/>
         <element ref="{http://www.opengis.net/citygml/bridge/2.0}_GenericApplicationPropertyOfAbstractBridge" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  List<AddressPropertyType> address
           
protected  List<BoundarySurfacePropertyType> cityObjectBoundedBy
           
protected  CodeType clazz
           
protected  List<BridgePartPropertyType> consistsOfBridgePart
           
protected  List<CodeType> function
           
protected  List<Object> genericApplicationPropertyOfAbstractBridge
           
protected  List<IntBridgeInstallationPropertyType> interiorBridgeInstallation
           
protected  List<InteriorBridgeRoomPropertyType> interiorBridgeRoom
           
protected  Boolean isMovable
           
protected  MultiSurfacePropertyType lod1MultiSurface
           
protected  SolidPropertyType lod1Solid
           
protected  MultiCurvePropertyType lod1TerrainIntersection
           
protected  MultiCurvePropertyType lod2MultiCurve
           
protected  MultiSurfacePropertyType lod2MultiSurface
           
protected  SolidPropertyType lod2Solid
           
protected  MultiCurvePropertyType lod2TerrainIntersection
           
protected  MultiCurvePropertyType lod3MultiCurve
           
protected  MultiSurfacePropertyType lod3MultiSurface
           
protected  SolidPropertyType lod3Solid
           
protected  MultiCurvePropertyType lod3TerrainIntersection
           
protected  MultiCurvePropertyType lod4MultiCurve
           
protected  MultiSurfacePropertyType lod4MultiSurface
           
protected  SolidPropertyType lod4Solid
           
protected  MultiCurvePropertyType lod4TerrainIntersection
           
protected  List<BridgeConstructionElementPropertyType> outerBridgeConstruction
           
protected  List<BridgeInstallationPropertyType> outerBridgeInstallation
           
protected  List<CodeType> usage
           
protected  XMLGregorianCalendar yearOfConstruction
           
protected  XMLGregorianCalendar yearOfDemolition
           
 
Fields inherited from class net.opengis.citygml.v_2_0.AbstractSiteType
genericApplicationPropertyOfSite
 
Fields inherited from class net.opengis.citygml.v_2_0.AbstractCityObjectType
creationDate, externalReference, generalizesTo, genericApplicationPropertyOfCityObject, relativeToTerrain, relativeToWater, terminationDate
 
Fields inherited from class net.opengis.gml.v_3_1_1.AbstractFeatureType
boundedBy, location
 
Fields inherited from class net.opengis.gml.v_3_1_1.AbstractGMLType
description, id, metaDataProperty, name
 
Constructor Summary
AbstractBridgeType()
           
 
Method Summary
 StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
           
 StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
           
 Object clone()
           
 Object copyTo(Object target)
           
 Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy strategy)
           
 boolean equals(Object object)
           
 boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
           
 List<AddressPropertyType> getAddress()
          Gets the value of the address property.
 List<BoundarySurfacePropertyType> getCityObjectBoundedBy()
          Gets the value of the cityObjectBoundedBy property.
 CodeType getClazz()
          Gets the value of the clazz property.
 List<BridgePartPropertyType> getConsistsOfBridgePart()
          Gets the value of the consistsOfBridgePart property.
 List<CodeType> getFunction()
          Gets the value of the function property.
 List<Object> getGenericApplicationPropertyOfAbstractBridge()
          Gets the value of the genericApplicationPropertyOfAbstractBridge property.
 List<IntBridgeInstallationPropertyType> getInteriorBridgeInstallation()
          Gets the value of the interiorBridgeInstallation property.
 List<InteriorBridgeRoomPropertyType> getInteriorBridgeRoom()
          Gets the value of the interiorBridgeRoom property.
 MultiSurfacePropertyType getLod1MultiSurface()
          Gets the value of the lod1MultiSurface property.
 SolidPropertyType getLod1Solid()
          Gets the value of the lod1Solid property.
 MultiCurvePropertyType getLod1TerrainIntersection()
          Gets the value of the lod1TerrainIntersection property.
 MultiCurvePropertyType getLod2MultiCurve()
          Gets the value of the lod2MultiCurve property.
 MultiSurfacePropertyType getLod2MultiSurface()
          Gets the value of the lod2MultiSurface property.
 SolidPropertyType getLod2Solid()
          Gets the value of the lod2Solid property.
 MultiCurvePropertyType getLod2TerrainIntersection()
          Gets the value of the lod2TerrainIntersection property.
 MultiCurvePropertyType getLod3MultiCurve()
          Gets the value of the lod3MultiCurve property.
 MultiSurfacePropertyType getLod3MultiSurface()
          Gets the value of the lod3MultiSurface property.
 SolidPropertyType getLod3Solid()
          Gets the value of the lod3Solid property.
 MultiCurvePropertyType getLod3TerrainIntersection()
          Gets the value of the lod3TerrainIntersection property.
 MultiCurvePropertyType getLod4MultiCurve()
          Gets the value of the lod4MultiCurve property.
 MultiSurfacePropertyType getLod4MultiSurface()
          Gets the value of the lod4MultiSurface property.
 SolidPropertyType getLod4Solid()
          Gets the value of the lod4Solid property.
 MultiCurvePropertyType getLod4TerrainIntersection()
          Gets the value of the lod4TerrainIntersection property.
 List<BridgeConstructionElementPropertyType> getOuterBridgeConstruction()
          Gets the value of the outerBridgeConstruction property.
 List<BridgeInstallationPropertyType> getOuterBridgeInstallation()
          Gets the value of the outerBridgeInstallation property.
 List<CodeType> getUsage()
          Gets the value of the usage property.
 XMLGregorianCalendar getYearOfConstruction()
          Gets the value of the yearOfConstruction property.
 XMLGregorianCalendar getYearOfDemolition()
          Gets the value of the yearOfDemolition property.
 int hashCode()
           
 int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
           
 Boolean isIsMovable()
          Gets the value of the isMovable property.
 boolean isSetAddress()
           
 boolean isSetCityObjectBoundedBy()
           
 boolean isSetClazz()
           
 boolean isSetConsistsOfBridgePart()
           
 boolean isSetFunction()
           
 boolean isSetGenericApplicationPropertyOfAbstractBridge()
           
 boolean isSetInteriorBridgeInstallation()
           
 boolean isSetInteriorBridgeRoom()
           
 boolean isSetIsMovable()
           
 boolean isSetLod1MultiSurface()
           
 boolean isSetLod1Solid()
           
 boolean isSetLod1TerrainIntersection()
           
 boolean isSetLod2MultiCurve()
           
 boolean isSetLod2MultiSurface()
           
 boolean isSetLod2Solid()
           
 boolean isSetLod2TerrainIntersection()
           
 boolean isSetLod3MultiCurve()
           
 boolean isSetLod3MultiSurface()
           
 boolean isSetLod3Solid()
           
 boolean isSetLod3TerrainIntersection()
           
 boolean isSetLod4MultiCurve()
           
 boolean isSetLod4MultiSurface()
           
 boolean isSetLod4Solid()
           
 boolean isSetLod4TerrainIntersection()
           
 boolean isSetOuterBridgeConstruction()
           
 boolean isSetOuterBridgeInstallation()
           
 boolean isSetUsage()
           
 boolean isSetYearOfConstruction()
           
 boolean isSetYearOfDemolition()
           
 void mergeFrom(org.jvnet.jaxb2_commons.locator.ObjectLocator leftLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator rightLocator, Object left, Object right, org.jvnet.jaxb2_commons.lang.MergeStrategy strategy)
           
 void mergeFrom(Object left, Object right)
           
 void setAddress(List<AddressPropertyType> value)
           
 void setCityObjectBoundedBy(List<BoundarySurfacePropertyType> value)
           
 void setClazz(CodeType value)
          Sets the value of the clazz property.
 void setConsistsOfBridgePart(List<BridgePartPropertyType> value)
           
 void setFunction(List<CodeType> value)
           
 void setGenericApplicationPropertyOfAbstractBridge(List<Object> value)
           
 void setInteriorBridgeInstallation(List<IntBridgeInstallationPropertyType> value)
           
 void setInteriorBridgeRoom(List<InteriorBridgeRoomPropertyType> value)
           
 void setIsMovable(Boolean value)
          Sets the value of the isMovable property.
 void setLod1MultiSurface(MultiSurfacePropertyType value)
          Sets the value of the lod1MultiSurface property.
 void setLod1Solid(SolidPropertyType value)
          Sets the value of the lod1Solid property.
 void setLod1TerrainIntersection(MultiCurvePropertyType value)
          Sets the value of the lod1TerrainIntersection property.
 void setLod2MultiCurve(MultiCurvePropertyType value)
          Sets the value of the lod2MultiCurve property.
 void setLod2MultiSurface(MultiSurfacePropertyType value)
          Sets the value of the lod2MultiSurface property.
 void setLod2Solid(SolidPropertyType value)
          Sets the value of the lod2Solid property.
 void setLod2TerrainIntersection(MultiCurvePropertyType value)
          Sets the value of the lod2TerrainIntersection property.
 void setLod3MultiCurve(MultiCurvePropertyType value)
          Sets the value of the lod3MultiCurve property.
 void setLod3MultiSurface(MultiSurfacePropertyType value)
          Sets the value of the lod3MultiSurface property.
 void setLod3Solid(SolidPropertyType value)
          Sets the value of the lod3Solid property.
 void setLod3TerrainIntersection(MultiCurvePropertyType value)
          Sets the value of the lod3TerrainIntersection property.
 void setLod4MultiCurve(MultiCurvePropertyType value)
          Sets the value of the lod4MultiCurve property.
 void setLod4MultiSurface(MultiSurfacePropertyType value)
          Sets the value of the lod4MultiSurface property.
 void setLod4Solid(SolidPropertyType value)
          Sets the value of the lod4Solid property.
 void setLod4TerrainIntersection(MultiCurvePropertyType value)
          Sets the value of the lod4TerrainIntersection property.
 void setOuterBridgeConstruction(List<BridgeConstructionElementPropertyType> value)
           
 void setOuterBridgeInstallation(List<BridgeInstallationPropertyType> value)
           
 void setUsage(List<CodeType> value)
           
 void setYearOfConstruction(XMLGregorianCalendar value)
          Sets the value of the yearOfConstruction property.
 void setYearOfDemolition(XMLGregorianCalendar value)
          Sets the value of the yearOfDemolition property.
 String toString()
           
 void unsetAddress()
           
 void unsetCityObjectBoundedBy()
           
 void unsetConsistsOfBridgePart()
           
 void unsetFunction()
           
 void unsetGenericApplicationPropertyOfAbstractBridge()
           
 void unsetInteriorBridgeInstallation()
           
 void unsetInteriorBridgeRoom()
           
 void unsetOuterBridgeConstruction()
           
 void unsetOuterBridgeInstallation()
           
 void unsetUsage()
           
 AbstractBridgeType withAddress(AddressPropertyType... values)
           
 AbstractBridgeType withAddress(Collection<AddressPropertyType> values)
           
 AbstractBridgeType withAddress(List<AddressPropertyType> value)
           
 AbstractBridgeType withCityObjectBoundedBy(BoundarySurfacePropertyType... values)
           
 AbstractBridgeType withCityObjectBoundedBy(Collection<BoundarySurfacePropertyType> values)
           
 AbstractBridgeType withCityObjectBoundedBy(List<BoundarySurfacePropertyType> value)
           
 AbstractBridgeType withClazz(CodeType value)
           
 AbstractBridgeType withConsistsOfBridgePart(BridgePartPropertyType... values)
           
 AbstractBridgeType withConsistsOfBridgePart(Collection<BridgePartPropertyType> values)
           
 AbstractBridgeType withConsistsOfBridgePart(List<BridgePartPropertyType> value)
           
 AbstractBridgeType withCreationDate(XMLGregorianCalendar value)
           
 AbstractBridgeType withExternalReference(Collection<ExternalReferenceType> values)
           
 AbstractBridgeType withExternalReference(ExternalReferenceType... values)
           
 AbstractBridgeType withExternalReference(List<ExternalReferenceType> value)
           
 AbstractBridgeType withFunction(CodeType... values)
           
 AbstractBridgeType withFunction(Collection<CodeType> values)
           
 AbstractBridgeType withFunction(List<CodeType> value)
           
 AbstractBridgeType withGeneralizesTo(Collection<GeneralizationRelationType> values)
           
 AbstractBridgeType withGeneralizesTo(GeneralizationRelationType... values)
           
 AbstractBridgeType withGeneralizesTo(List<GeneralizationRelationType> value)
           
 AbstractBridgeType withGenericApplicationPropertyOfAbstractBridge(Collection<Object> values)
           
 AbstractBridgeType withGenericApplicationPropertyOfAbstractBridge(List<Object> value)
           
 AbstractBridgeType withGenericApplicationPropertyOfAbstractBridge(Object... values)
           
 AbstractBridgeType withGenericApplicationPropertyOfCityObject(Collection<JAXBElement<?>> values)
           
 AbstractBridgeType withGenericApplicationPropertyOfCityObject(JAXBElement<?>... values)
           
 AbstractBridgeType withGenericApplicationPropertyOfCityObject(List<JAXBElement<?>> value)
           
 AbstractBridgeType withGenericApplicationPropertyOfSite(Collection<Object> values)
           
 AbstractBridgeType withGenericApplicationPropertyOfSite(List<Object> value)
           
 AbstractBridgeType withGenericApplicationPropertyOfSite(Object... values)
           
 AbstractBridgeType withInteriorBridgeInstallation(Collection<IntBridgeInstallationPropertyType> values)
           
 AbstractBridgeType withInteriorBridgeInstallation(IntBridgeInstallationPropertyType... values)
           
 AbstractBridgeType withInteriorBridgeInstallation(List<IntBridgeInstallationPropertyType> value)
           
 AbstractBridgeType withInteriorBridgeRoom(Collection<InteriorBridgeRoomPropertyType> values)
           
 AbstractBridgeType withInteriorBridgeRoom(InteriorBridgeRoomPropertyType... values)
           
 AbstractBridgeType withInteriorBridgeRoom(List<InteriorBridgeRoomPropertyType> value)
           
 AbstractBridgeType withIsMovable(Boolean value)
           
 AbstractBridgeType withLod1MultiSurface(MultiSurfacePropertyType value)
           
 AbstractBridgeType withLod1Solid(SolidPropertyType value)
           
 AbstractBridgeType withLod1TerrainIntersection(MultiCurvePropertyType value)
           
 AbstractBridgeType withLod2MultiCurve(MultiCurvePropertyType value)
           
 AbstractBridgeType withLod2MultiSurface(MultiSurfacePropertyType value)
           
 AbstractBridgeType withLod2Solid(SolidPropertyType value)
           
 AbstractBridgeType withLod2TerrainIntersection(MultiCurvePropertyType value)
           
 AbstractBridgeType withLod3MultiCurve(MultiCurvePropertyType value)
           
 AbstractBridgeType withLod3MultiSurface(MultiSurfacePropertyType value)
           
 AbstractBridgeType withLod3Solid(SolidPropertyType value)
           
 AbstractBridgeType withLod3TerrainIntersection(MultiCurvePropertyType value)
           
 AbstractBridgeType withLod4MultiCurve(MultiCurvePropertyType value)
           
 AbstractBridgeType withLod4MultiSurface(MultiSurfacePropertyType value)
           
 AbstractBridgeType withLod4Solid(SolidPropertyType value)
           
 AbstractBridgeType withLod4TerrainIntersection(MultiCurvePropertyType value)
           
 AbstractBridgeType withOuterBridgeConstruction(BridgeConstructionElementPropertyType... values)
           
 AbstractBridgeType withOuterBridgeConstruction(Collection<BridgeConstructionElementPropertyType> values)
           
 AbstractBridgeType withOuterBridgeConstruction(List<BridgeConstructionElementPropertyType> value)
           
 AbstractBridgeType withOuterBridgeInstallation(BridgeInstallationPropertyType... values)
           
 AbstractBridgeType withOuterBridgeInstallation(Collection<BridgeInstallationPropertyType> values)
           
 AbstractBridgeType withOuterBridgeInstallation(List<BridgeInstallationPropertyType> value)
           
 AbstractBridgeType withRelativeToTerrain(RelativeToTerrainType value)
           
 AbstractBridgeType withRelativeToWater(RelativeToWaterType value)
           
 AbstractBridgeType withTerminationDate(XMLGregorianCalendar value)
           
 AbstractBridgeType withUsage(CodeType... values)
           
 AbstractBridgeType withUsage(Collection<CodeType> values)
           
 AbstractBridgeType withUsage(List<CodeType> value)
           
 AbstractBridgeType withYearOfConstruction(XMLGregorianCalendar value)
           
 AbstractBridgeType withYearOfDemolition(XMLGregorianCalendar value)
           
 
Methods inherited from class net.opengis.citygml.v_2_0.AbstractSiteType
getGenericApplicationPropertyOfSite, isSetGenericApplicationPropertyOfSite, setGenericApplicationPropertyOfSite, unsetGenericApplicationPropertyOfSite
 
Methods inherited from class net.opengis.citygml.v_2_0.AbstractCityObjectType
getCreationDate, getExternalReference, getGeneralizesTo, getGenericApplicationPropertyOfCityObject, getRelativeToTerrain, getRelativeToWater, getTerminationDate, isSetCreationDate, isSetExternalReference, isSetGeneralizesTo, isSetGenericApplicationPropertyOfCityObject, isSetRelativeToTerrain, isSetRelativeToWater, isSetTerminationDate, setCreationDate, setExternalReference, setGeneralizesTo, setGenericApplicationPropertyOfCityObject, setRelativeToTerrain, setRelativeToWater, setTerminationDate, unsetExternalReference, unsetGeneralizesTo, unsetGenericApplicationPropertyOfCityObject
 
Methods inherited from class net.opengis.gml.v_3_1_1.AbstractFeatureType
getBoundedBy, getLocation, isSetBoundedBy, isSetLocation, setBoundedBy, setLocation, withBoundedBy, withDescription, withId, withLocation, withMetaDataProperty, withMetaDataProperty, withMetaDataProperty, withName, withName, withName
 
Methods inherited from class net.opengis.gml.v_3_1_1.AbstractGMLType
getDescription, getId, getMetaDataProperty, getName, isSetDescription, isSetId, isSetMetaDataProperty, isSetName, setDescription, setId, setMetaDataProperty, setName, unsetMetaDataProperty, unsetName
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.jvnet.jaxb2_commons.lang.CopyTo
createNewInstance
 
Methods inherited from interface org.jvnet.jaxb2_commons.lang.MergeFrom
createNewInstance
 

Field Detail

clazz

protected CodeType clazz

function

protected List<CodeType> function

usage

protected List<CodeType> usage

yearOfConstruction

protected XMLGregorianCalendar yearOfConstruction

yearOfDemolition

protected XMLGregorianCalendar yearOfDemolition

isMovable

protected Boolean isMovable

lod1Solid

protected SolidPropertyType lod1Solid

lod1MultiSurface

protected MultiSurfacePropertyType lod1MultiSurface

lod1TerrainIntersection

protected MultiCurvePropertyType lod1TerrainIntersection

lod2Solid

protected SolidPropertyType lod2Solid

lod2MultiSurface

protected MultiSurfacePropertyType lod2MultiSurface

lod2MultiCurve

protected MultiCurvePropertyType lod2MultiCurve

lod2TerrainIntersection

protected MultiCurvePropertyType lod2TerrainIntersection

outerBridgeConstruction

protected List<BridgeConstructionElementPropertyType> outerBridgeConstruction

outerBridgeInstallation

protected List<BridgeInstallationPropertyType> outerBridgeInstallation

interiorBridgeInstallation

protected List<IntBridgeInstallationPropertyType> interiorBridgeInstallation

cityObjectBoundedBy

protected List<BoundarySurfacePropertyType> cityObjectBoundedBy

lod3Solid

protected SolidPropertyType lod3Solid

lod3MultiSurface

protected MultiSurfacePropertyType lod3MultiSurface

lod3MultiCurve

protected MultiCurvePropertyType lod3MultiCurve

lod3TerrainIntersection

protected MultiCurvePropertyType lod3TerrainIntersection

lod4Solid

protected SolidPropertyType lod4Solid

lod4MultiSurface

protected MultiSurfacePropertyType lod4MultiSurface

lod4MultiCurve

protected MultiCurvePropertyType lod4MultiCurve

lod4TerrainIntersection

protected MultiCurvePropertyType lod4TerrainIntersection

interiorBridgeRoom

protected List<InteriorBridgeRoomPropertyType> interiorBridgeRoom

consistsOfBridgePart

protected List<BridgePartPropertyType> consistsOfBridgePart

address

protected List<AddressPropertyType> address

genericApplicationPropertyOfAbstractBridge

protected List<Object> genericApplicationPropertyOfAbstractBridge
Constructor Detail

AbstractBridgeType

public AbstractBridgeType()
Method Detail

getClazz

public CodeType getClazz()
Gets the value of the clazz property.

Returns:
possible object is CodeType

setClazz

public void setClazz(CodeType value)
Sets the value of the clazz property.

Parameters:
value - allowed object is CodeType

isSetClazz

public boolean isSetClazz()

getFunction

public List<CodeType> getFunction()
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 CodeType


isSetFunction

public boolean isSetFunction()

unsetFunction

public void unsetFunction()

getUsage

public List<CodeType> getUsage()
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 CodeType


isSetUsage

public boolean isSetUsage()

unsetUsage

public void unsetUsage()

getYearOfConstruction

public XMLGregorianCalendar getYearOfConstruction()
Gets the value of the yearOfConstruction property.

Returns:
possible object is XMLGregorianCalendar

setYearOfConstruction

public void setYearOfConstruction(XMLGregorianCalendar value)
Sets the value of the yearOfConstruction property.

Parameters:
value - allowed object is XMLGregorianCalendar

isSetYearOfConstruction

public boolean isSetYearOfConstruction()

getYearOfDemolition

public XMLGregorianCalendar getYearOfDemolition()
Gets the value of the yearOfDemolition property.

Returns:
possible object is XMLGregorianCalendar

setYearOfDemolition

public void setYearOfDemolition(XMLGregorianCalendar value)
Sets the value of the yearOfDemolition property.

Parameters:
value - allowed object is XMLGregorianCalendar

isSetYearOfDemolition

public boolean isSetYearOfDemolition()

isIsMovable

public Boolean isIsMovable()
Gets the value of the isMovable property.

Returns:
possible object is Boolean

setIsMovable

public void setIsMovable(Boolean value)
Sets the value of the isMovable property.

Parameters:
value - allowed object is Boolean

isSetIsMovable

public boolean isSetIsMovable()

getLod1Solid

public SolidPropertyType getLod1Solid()
Gets the value of the lod1Solid property.

Returns:
possible object is SolidPropertyType

setLod1Solid

public void setLod1Solid(SolidPropertyType value)
Sets the value of the lod1Solid property.

Parameters:
value - allowed object is SolidPropertyType

isSetLod1Solid

public boolean isSetLod1Solid()

getLod1MultiSurface

public MultiSurfacePropertyType getLod1MultiSurface()
Gets the value of the lod1MultiSurface property.

Returns:
possible object is MultiSurfacePropertyType

setLod1MultiSurface

public void setLod1MultiSurface(MultiSurfacePropertyType value)
Sets the value of the lod1MultiSurface property.

Parameters:
value - allowed object is MultiSurfacePropertyType

isSetLod1MultiSurface

public boolean isSetLod1MultiSurface()

getLod1TerrainIntersection

public MultiCurvePropertyType getLod1TerrainIntersection()
Gets the value of the lod1TerrainIntersection property.

Returns:
possible object is MultiCurvePropertyType

setLod1TerrainIntersection

public void setLod1TerrainIntersection(MultiCurvePropertyType value)
Sets the value of the lod1TerrainIntersection property.

Parameters:
value - allowed object is MultiCurvePropertyType

isSetLod1TerrainIntersection

public boolean isSetLod1TerrainIntersection()

getLod2Solid

public SolidPropertyType getLod2Solid()
Gets the value of the lod2Solid property.

Returns:
possible object is SolidPropertyType

setLod2Solid

public void setLod2Solid(SolidPropertyType value)
Sets the value of the lod2Solid property.

Parameters:
value - allowed object is SolidPropertyType

isSetLod2Solid

public boolean isSetLod2Solid()

getLod2MultiSurface

public MultiSurfacePropertyType getLod2MultiSurface()
Gets the value of the lod2MultiSurface property.

Returns:
possible object is MultiSurfacePropertyType

setLod2MultiSurface

public void setLod2MultiSurface(MultiSurfacePropertyType value)
Sets the value of the lod2MultiSurface property.

Parameters:
value - allowed object is MultiSurfacePropertyType

isSetLod2MultiSurface

public boolean isSetLod2MultiSurface()

getLod2MultiCurve

public MultiCurvePropertyType getLod2MultiCurve()
Gets the value of the lod2MultiCurve property.

Returns:
possible object is MultiCurvePropertyType

setLod2MultiCurve

public void setLod2MultiCurve(MultiCurvePropertyType value)
Sets the value of the lod2MultiCurve property.

Parameters:
value - allowed object is MultiCurvePropertyType

isSetLod2MultiCurve

public boolean isSetLod2MultiCurve()

getLod2TerrainIntersection

public MultiCurvePropertyType getLod2TerrainIntersection()
Gets the value of the lod2TerrainIntersection property.

Returns:
possible object is MultiCurvePropertyType

setLod2TerrainIntersection

public void setLod2TerrainIntersection(MultiCurvePropertyType value)
Sets the value of the lod2TerrainIntersection property.

Parameters:
value - allowed object is MultiCurvePropertyType

isSetLod2TerrainIntersection

public boolean isSetLod2TerrainIntersection()

getOuterBridgeConstruction

public List<BridgeConstructionElementPropertyType> getOuterBridgeConstruction()
Gets the value of the outerBridgeConstruction 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 outerBridgeConstruction property.

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

    getOuterBridgeConstruction().add(newItem);
 

Objects of the following type(s) are allowed in the list BridgeConstructionElementPropertyType


isSetOuterBridgeConstruction

public boolean isSetOuterBridgeConstruction()

unsetOuterBridgeConstruction

public void unsetOuterBridgeConstruction()

getOuterBridgeInstallation

public List<BridgeInstallationPropertyType> getOuterBridgeInstallation()
Gets the value of the outerBridgeInstallation 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 outerBridgeInstallation property.

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

    getOuterBridgeInstallation().add(newItem);
 

Objects of the following type(s) are allowed in the list BridgeInstallationPropertyType


isSetOuterBridgeInstallation

public boolean isSetOuterBridgeInstallation()

unsetOuterBridgeInstallation

public void unsetOuterBridgeInstallation()

getInteriorBridgeInstallation

public List<IntBridgeInstallationPropertyType> getInteriorBridgeInstallation()
Gets the value of the interiorBridgeInstallation 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 interiorBridgeInstallation property.

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

    getInteriorBridgeInstallation().add(newItem);
 

Objects of the following type(s) are allowed in the list IntBridgeInstallationPropertyType


isSetInteriorBridgeInstallation

public boolean isSetInteriorBridgeInstallation()

unsetInteriorBridgeInstallation

public void unsetInteriorBridgeInstallation()

getCityObjectBoundedBy

public List<BoundarySurfacePropertyType> getCityObjectBoundedBy()
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 BoundarySurfacePropertyType


isSetCityObjectBoundedBy

public boolean isSetCityObjectBoundedBy()

unsetCityObjectBoundedBy

public void unsetCityObjectBoundedBy()

getLod3Solid

public SolidPropertyType getLod3Solid()
Gets the value of the lod3Solid property.

Returns:
possible object is SolidPropertyType

setLod3Solid

public void setLod3Solid(SolidPropertyType value)
Sets the value of the lod3Solid property.

Parameters:
value - allowed object is SolidPropertyType

isSetLod3Solid

public boolean isSetLod3Solid()

getLod3MultiSurface

public MultiSurfacePropertyType getLod3MultiSurface()
Gets the value of the lod3MultiSurface property.

Returns:
possible object is MultiSurfacePropertyType

setLod3MultiSurface

public void setLod3MultiSurface(MultiSurfacePropertyType value)
Sets the value of the lod3MultiSurface property.

Parameters:
value - allowed object is MultiSurfacePropertyType

isSetLod3MultiSurface

public boolean isSetLod3MultiSurface()

getLod3MultiCurve

public MultiCurvePropertyType getLod3MultiCurve()
Gets the value of the lod3MultiCurve property.

Returns:
possible object is MultiCurvePropertyType

setLod3MultiCurve

public void setLod3MultiCurve(MultiCurvePropertyType value)
Sets the value of the lod3MultiCurve property.

Parameters:
value - allowed object is MultiCurvePropertyType

isSetLod3MultiCurve

public boolean isSetLod3MultiCurve()

getLod3TerrainIntersection

public MultiCurvePropertyType getLod3TerrainIntersection()
Gets the value of the lod3TerrainIntersection property.

Returns:
possible object is MultiCurvePropertyType

setLod3TerrainIntersection

public void setLod3TerrainIntersection(MultiCurvePropertyType value)
Sets the value of the lod3TerrainIntersection property.

Parameters:
value - allowed object is MultiCurvePropertyType

isSetLod3TerrainIntersection

public boolean isSetLod3TerrainIntersection()

getLod4Solid

public SolidPropertyType getLod4Solid()
Gets the value of the lod4Solid property.

Returns:
possible object is SolidPropertyType

setLod4Solid

public void setLod4Solid(SolidPropertyType value)
Sets the value of the lod4Solid property.

Parameters:
value - allowed object is SolidPropertyType

isSetLod4Solid

public boolean isSetLod4Solid()

getLod4MultiSurface

public MultiSurfacePropertyType getLod4MultiSurface()
Gets the value of the lod4MultiSurface property.

Returns:
possible object is MultiSurfacePropertyType

setLod4MultiSurface

public void setLod4MultiSurface(MultiSurfacePropertyType value)
Sets the value of the lod4MultiSurface property.

Parameters:
value - allowed object is MultiSurfacePropertyType

isSetLod4MultiSurface

public boolean isSetLod4MultiSurface()

getLod4MultiCurve

public MultiCurvePropertyType getLod4MultiCurve()
Gets the value of the lod4MultiCurve property.

Returns:
possible object is MultiCurvePropertyType

setLod4MultiCurve

public void setLod4MultiCurve(MultiCurvePropertyType value)
Sets the value of the lod4MultiCurve property.

Parameters:
value - allowed object is MultiCurvePropertyType

isSetLod4MultiCurve

public boolean isSetLod4MultiCurve()

getLod4TerrainIntersection

public MultiCurvePropertyType getLod4TerrainIntersection()
Gets the value of the lod4TerrainIntersection property.

Returns:
possible object is MultiCurvePropertyType

setLod4TerrainIntersection

public void setLod4TerrainIntersection(MultiCurvePropertyType value)
Sets the value of the lod4TerrainIntersection property.

Parameters:
value - allowed object is MultiCurvePropertyType

isSetLod4TerrainIntersection

public boolean isSetLod4TerrainIntersection()

getInteriorBridgeRoom

public List<InteriorBridgeRoomPropertyType> getInteriorBridgeRoom()
Gets the value of the interiorBridgeRoom 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 interiorBridgeRoom property.

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

    getInteriorBridgeRoom().add(newItem);
 

Objects of the following type(s) are allowed in the list InteriorBridgeRoomPropertyType


isSetInteriorBridgeRoom

public boolean isSetInteriorBridgeRoom()

unsetInteriorBridgeRoom

public void unsetInteriorBridgeRoom()

getConsistsOfBridgePart

public List<BridgePartPropertyType> getConsistsOfBridgePart()
Gets the value of the consistsOfBridgePart 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 consistsOfBridgePart property.

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

    getConsistsOfBridgePart().add(newItem);
 

Objects of the following type(s) are allowed in the list BridgePartPropertyType


isSetConsistsOfBridgePart

public boolean isSetConsistsOfBridgePart()

unsetConsistsOfBridgePart

public void unsetConsistsOfBridgePart()

getAddress

public List<AddressPropertyType> getAddress()
Gets the value of the address 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 address property.

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

    getAddress().add(newItem);
 

Objects of the following type(s) are allowed in the list AddressPropertyType


isSetAddress

public boolean isSetAddress()

unsetAddress

public void unsetAddress()

getGenericApplicationPropertyOfAbstractBridge

public List<Object> getGenericApplicationPropertyOfAbstractBridge()
Gets the value of the genericApplicationPropertyOfAbstractBridge 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 genericApplicationPropertyOfAbstractBridge property.

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

    getGenericApplicationPropertyOfAbstractBridge().add(newItem);
 

Objects of the following type(s) are allowed in the list Object


isSetGenericApplicationPropertyOfAbstractBridge

public boolean isSetGenericApplicationPropertyOfAbstractBridge()

unsetGenericApplicationPropertyOfAbstractBridge

public void unsetGenericApplicationPropertyOfAbstractBridge()

toString

public String toString()
Overrides:
toString in class AbstractSiteType

append

public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                            StringBuilder buffer,
                            org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
Specified by:
append in interface org.jvnet.jaxb2_commons.lang.ToString
Overrides:
append in class AbstractSiteType

appendFields

public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                                  StringBuilder buffer,
                                  org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
Specified by:
appendFields in interface org.jvnet.jaxb2_commons.lang.ToString
Overrides:
appendFields in class AbstractSiteType

equals

public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
                      org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
                      Object object,
                      org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
Specified by:
equals in interface org.jvnet.jaxb2_commons.lang.Equals
Overrides:
equals in class AbstractSiteType

equals

public boolean equals(Object object)
Overrides:
equals in class AbstractSiteType

hashCode

public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                    org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
Specified by:
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode
Overrides:
hashCode in class AbstractSiteType

hashCode

public int hashCode()
Overrides:
hashCode in class AbstractSiteType

clone

public Object clone()
Overrides:
clone in class AbstractSiteType

copyTo

public Object copyTo(Object target)
Specified by:
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo
Overrides:
copyTo in class AbstractSiteType

copyTo

public Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                     Object target,
                     org.jvnet.jaxb2_commons.lang.CopyStrategy strategy)
Specified by:
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo
Overrides:
copyTo in class AbstractSiteType

mergeFrom

public void mergeFrom(Object left,
                      Object right)
Specified by:
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom
Overrides:
mergeFrom in class AbstractSiteType

mergeFrom

public void mergeFrom(org.jvnet.jaxb2_commons.locator.ObjectLocator leftLocator,
                      org.jvnet.jaxb2_commons.locator.ObjectLocator rightLocator,
                      Object left,
                      Object right,
                      org.jvnet.jaxb2_commons.lang.MergeStrategy strategy)
Specified by:
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom
Overrides:
mergeFrom in class AbstractSiteType

setFunction

public void setFunction(List<CodeType> value)

setUsage

public void setUsage(List<CodeType> value)

setOuterBridgeConstruction

public void setOuterBridgeConstruction(List<BridgeConstructionElementPropertyType> value)

setOuterBridgeInstallation

public void setOuterBridgeInstallation(List<BridgeInstallationPropertyType> value)

setInteriorBridgeInstallation

public void setInteriorBridgeInstallation(List<IntBridgeInstallationPropertyType> value)

setCityObjectBoundedBy

public void setCityObjectBoundedBy(List<BoundarySurfacePropertyType> value)

setInteriorBridgeRoom

public void setInteriorBridgeRoom(List<InteriorBridgeRoomPropertyType> value)

setConsistsOfBridgePart

public void setConsistsOfBridgePart(List<BridgePartPropertyType> value)

setAddress

public void setAddress(List<AddressPropertyType> value)

setGenericApplicationPropertyOfAbstractBridge

public void setGenericApplicationPropertyOfAbstractBridge(List<Object> value)

withClazz

public AbstractBridgeType withClazz(CodeType value)

withFunction

public AbstractBridgeType withFunction(CodeType... values)

withFunction

public AbstractBridgeType withFunction(Collection<CodeType> values)

withUsage

public AbstractBridgeType withUsage(CodeType... values)

withUsage

public AbstractBridgeType withUsage(Collection<CodeType> values)

withYearOfConstruction

public AbstractBridgeType withYearOfConstruction(XMLGregorianCalendar value)

withYearOfDemolition

public AbstractBridgeType withYearOfDemolition(XMLGregorianCalendar value)

withIsMovable

public AbstractBridgeType withIsMovable(Boolean value)

withLod1Solid

public AbstractBridgeType withLod1Solid(SolidPropertyType value)

withLod1MultiSurface

public AbstractBridgeType withLod1MultiSurface(MultiSurfacePropertyType value)

withLod1TerrainIntersection

public AbstractBridgeType withLod1TerrainIntersection(MultiCurvePropertyType value)

withLod2Solid

public AbstractBridgeType withLod2Solid(SolidPropertyType value)

withLod2MultiSurface

public AbstractBridgeType withLod2MultiSurface(MultiSurfacePropertyType value)

withLod2MultiCurve

public AbstractBridgeType withLod2MultiCurve(MultiCurvePropertyType value)

withLod2TerrainIntersection

public AbstractBridgeType withLod2TerrainIntersection(MultiCurvePropertyType value)

withOuterBridgeConstruction

public AbstractBridgeType withOuterBridgeConstruction(BridgeConstructionElementPropertyType... values)

withOuterBridgeConstruction

public AbstractBridgeType withOuterBridgeConstruction(Collection<BridgeConstructionElementPropertyType> values)

withOuterBridgeInstallation

public AbstractBridgeType withOuterBridgeInstallation(BridgeInstallationPropertyType... values)

withOuterBridgeInstallation

public AbstractBridgeType withOuterBridgeInstallation(Collection<BridgeInstallationPropertyType> values)

withInteriorBridgeInstallation

public AbstractBridgeType withInteriorBridgeInstallation(IntBridgeInstallationPropertyType... values)

withInteriorBridgeInstallation

public AbstractBridgeType withInteriorBridgeInstallation(Collection<IntBridgeInstallationPropertyType> values)

withCityObjectBoundedBy

public AbstractBridgeType withCityObjectBoundedBy(BoundarySurfacePropertyType... values)

withCityObjectBoundedBy

public AbstractBridgeType withCityObjectBoundedBy(Collection<BoundarySurfacePropertyType> values)

withLod3Solid

public AbstractBridgeType withLod3Solid(SolidPropertyType value)

withLod3MultiSurface

public AbstractBridgeType withLod3MultiSurface(MultiSurfacePropertyType value)

withLod3MultiCurve

public AbstractBridgeType withLod3MultiCurve(MultiCurvePropertyType value)

withLod3TerrainIntersection

public AbstractBridgeType withLod3TerrainIntersection(MultiCurvePropertyType value)

withLod4Solid

public AbstractBridgeType withLod4Solid(SolidPropertyType value)

withLod4MultiSurface

public AbstractBridgeType withLod4MultiSurface(MultiSurfacePropertyType value)

withLod4MultiCurve

public AbstractBridgeType withLod4MultiCurve(MultiCurvePropertyType value)

withLod4TerrainIntersection

public AbstractBridgeType withLod4TerrainIntersection(MultiCurvePropertyType value)

withInteriorBridgeRoom

public AbstractBridgeType withInteriorBridgeRoom(InteriorBridgeRoomPropertyType... values)

withInteriorBridgeRoom

public AbstractBridgeType withInteriorBridgeRoom(Collection<InteriorBridgeRoomPropertyType> values)

withConsistsOfBridgePart

public AbstractBridgeType withConsistsOfBridgePart(BridgePartPropertyType... values)

withConsistsOfBridgePart

public AbstractBridgeType withConsistsOfBridgePart(Collection<BridgePartPropertyType> values)

withAddress

public AbstractBridgeType withAddress(AddressPropertyType... values)

withAddress

public AbstractBridgeType withAddress(Collection<AddressPropertyType> values)

withGenericApplicationPropertyOfAbstractBridge

public AbstractBridgeType withGenericApplicationPropertyOfAbstractBridge(Object... values)

withGenericApplicationPropertyOfAbstractBridge

public AbstractBridgeType withGenericApplicationPropertyOfAbstractBridge(Collection<Object> values)

withFunction

public AbstractBridgeType withFunction(List<CodeType> value)

withUsage

public AbstractBridgeType withUsage(List<CodeType> value)

withOuterBridgeConstruction

public AbstractBridgeType withOuterBridgeConstruction(List<BridgeConstructionElementPropertyType> value)

withOuterBridgeInstallation

public AbstractBridgeType withOuterBridgeInstallation(List<BridgeInstallationPropertyType> value)

withInteriorBridgeInstallation

public AbstractBridgeType withInteriorBridgeInstallation(List<IntBridgeInstallationPropertyType> value)

withCityObjectBoundedBy

public AbstractBridgeType withCityObjectBoundedBy(List<BoundarySurfacePropertyType> value)

withInteriorBridgeRoom

public AbstractBridgeType withInteriorBridgeRoom(List<InteriorBridgeRoomPropertyType> value)

withConsistsOfBridgePart

public AbstractBridgeType withConsistsOfBridgePart(List<BridgePartPropertyType> value)

withAddress

public AbstractBridgeType withAddress(List<AddressPropertyType> value)

withGenericApplicationPropertyOfAbstractBridge

public AbstractBridgeType withGenericApplicationPropertyOfAbstractBridge(List<Object> value)

withGenericApplicationPropertyOfSite

public AbstractBridgeType withGenericApplicationPropertyOfSite(Object... values)
Overrides:
withGenericApplicationPropertyOfSite in class AbstractSiteType

withGenericApplicationPropertyOfSite

public AbstractBridgeType withGenericApplicationPropertyOfSite(Collection<Object> values)
Overrides:
withGenericApplicationPropertyOfSite in class AbstractSiteType

withGenericApplicationPropertyOfSite

public AbstractBridgeType withGenericApplicationPropertyOfSite(List<Object> value)
Overrides:
withGenericApplicationPropertyOfSite in class AbstractSiteType

withCreationDate

public AbstractBridgeType withCreationDate(XMLGregorianCalendar value)
Overrides:
withCreationDate in class AbstractSiteType

withTerminationDate

public AbstractBridgeType withTerminationDate(XMLGregorianCalendar value)
Overrides:
withTerminationDate in class AbstractSiteType

withExternalReference

public AbstractBridgeType withExternalReference(ExternalReferenceType... values)
Overrides:
withExternalReference in class AbstractSiteType

withExternalReference

public AbstractBridgeType withExternalReference(Collection<ExternalReferenceType> values)
Overrides:
withExternalReference in class AbstractSiteType

withGeneralizesTo

public AbstractBridgeType withGeneralizesTo(GeneralizationRelationType... values)
Overrides:
withGeneralizesTo in class AbstractSiteType

withGeneralizesTo

public AbstractBridgeType withGeneralizesTo(Collection<GeneralizationRelationType> values)
Overrides:
withGeneralizesTo in class AbstractSiteType

withRelativeToTerrain

public AbstractBridgeType withRelativeToTerrain(RelativeToTerrainType value)
Overrides:
withRelativeToTerrain in class AbstractSiteType

withRelativeToWater

public AbstractBridgeType withRelativeToWater(RelativeToWaterType value)
Overrides:
withRelativeToWater in class AbstractSiteType

withGenericApplicationPropertyOfCityObject

public AbstractBridgeType withGenericApplicationPropertyOfCityObject(JAXBElement<?>... values)
Overrides:
withGenericApplicationPropertyOfCityObject in class AbstractSiteType

withGenericApplicationPropertyOfCityObject

public AbstractBridgeType withGenericApplicationPropertyOfCityObject(Collection<JAXBElement<?>> values)
Overrides:
withGenericApplicationPropertyOfCityObject in class AbstractSiteType

withExternalReference

public AbstractBridgeType withExternalReference(List<ExternalReferenceType> value)
Overrides:
withExternalReference in class AbstractSiteType

withGeneralizesTo

public AbstractBridgeType withGeneralizesTo(List<GeneralizationRelationType> value)
Overrides:
withGeneralizesTo in class AbstractSiteType

withGenericApplicationPropertyOfCityObject

public AbstractBridgeType withGenericApplicationPropertyOfCityObject(List<JAXBElement<?>> value)
Overrides:
withGenericApplicationPropertyOfCityObject in class AbstractSiteType


Copyright © 2008-2015. All Rights Reserved.