|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.opengis.gml.v_3_1_1.AbstractGMLType
net.opengis.gml.v_3_1_1.AbstractFeatureType
net.opengis.citygml.v_2_0.AbstractCityObjectType
net.opengis.citygml.v_2_0.AbstractSiteType
net.opengis.citygml.bridge.v_2_0.AbstractBridgeType
public abstract class AbstractBridgeType
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>
| 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()
|
|
| Methods inherited from class net.opengis.citygml.v_2_0.AbstractSiteType |
|---|
getGenericApplicationPropertyOfSite, isSetGenericApplicationPropertyOfSite, setGenericApplicationPropertyOfSite, unsetGenericApplicationPropertyOfSite |
| 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 |
|---|
protected CodeType clazz
protected List<CodeType> function
protected List<CodeType> usage
protected XMLGregorianCalendar yearOfConstruction
protected XMLGregorianCalendar yearOfDemolition
protected Boolean isMovable
protected SolidPropertyType lod1Solid
protected MultiSurfacePropertyType lod1MultiSurface
protected MultiCurvePropertyType lod1TerrainIntersection
protected SolidPropertyType lod2Solid
protected MultiSurfacePropertyType lod2MultiSurface
protected MultiCurvePropertyType lod2MultiCurve
protected MultiCurvePropertyType lod2TerrainIntersection
protected List<BridgeConstructionElementPropertyType> outerBridgeConstruction
protected List<BridgeInstallationPropertyType> outerBridgeInstallation
protected List<IntBridgeInstallationPropertyType> interiorBridgeInstallation
protected List<BoundarySurfacePropertyType> cityObjectBoundedBy
protected SolidPropertyType lod3Solid
protected MultiSurfacePropertyType lod3MultiSurface
protected MultiCurvePropertyType lod3MultiCurve
protected MultiCurvePropertyType lod3TerrainIntersection
protected SolidPropertyType lod4Solid
protected MultiSurfacePropertyType lod4MultiSurface
protected MultiCurvePropertyType lod4MultiCurve
protected MultiCurvePropertyType lod4TerrainIntersection
protected List<InteriorBridgeRoomPropertyType> interiorBridgeRoom
protected List<BridgePartPropertyType> consistsOfBridgePart
protected List<AddressPropertyType> address
protected List<Object> genericApplicationPropertyOfAbstractBridge
| Constructor Detail |
|---|
public AbstractBridgeType()
| Method Detail |
|---|
public CodeType getClazz()
CodeTypepublic void setClazz(CodeType value)
value - allowed object is
CodeTypepublic boolean isSetClazz()
public List<CodeType> getFunction()
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
public boolean isSetFunction()
public void unsetFunction()
public List<CodeType> getUsage()
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
public boolean isSetUsage()
public void unsetUsage()
public XMLGregorianCalendar getYearOfConstruction()
XMLGregorianCalendarpublic void setYearOfConstruction(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic boolean isSetYearOfConstruction()
public XMLGregorianCalendar getYearOfDemolition()
XMLGregorianCalendarpublic void setYearOfDemolition(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic boolean isSetYearOfDemolition()
public Boolean isIsMovable()
Booleanpublic void setIsMovable(Boolean value)
value - allowed object is
Booleanpublic boolean isSetIsMovable()
public SolidPropertyType getLod1Solid()
SolidPropertyTypepublic void setLod1Solid(SolidPropertyType value)
value - allowed object is
SolidPropertyTypepublic boolean isSetLod1Solid()
public MultiSurfacePropertyType getLod1MultiSurface()
MultiSurfacePropertyTypepublic void setLod1MultiSurface(MultiSurfacePropertyType value)
value - allowed object is
MultiSurfacePropertyTypepublic boolean isSetLod1MultiSurface()
public MultiCurvePropertyType getLod1TerrainIntersection()
MultiCurvePropertyTypepublic void setLod1TerrainIntersection(MultiCurvePropertyType value)
value - allowed object is
MultiCurvePropertyTypepublic boolean isSetLod1TerrainIntersection()
public SolidPropertyType getLod2Solid()
SolidPropertyTypepublic void setLod2Solid(SolidPropertyType value)
value - allowed object is
SolidPropertyTypepublic boolean isSetLod2Solid()
public MultiSurfacePropertyType getLod2MultiSurface()
MultiSurfacePropertyTypepublic void setLod2MultiSurface(MultiSurfacePropertyType value)
value - allowed object is
MultiSurfacePropertyTypepublic boolean isSetLod2MultiSurface()
public MultiCurvePropertyType getLod2MultiCurve()
MultiCurvePropertyTypepublic void setLod2MultiCurve(MultiCurvePropertyType value)
value - allowed object is
MultiCurvePropertyTypepublic boolean isSetLod2MultiCurve()
public MultiCurvePropertyType getLod2TerrainIntersection()
MultiCurvePropertyTypepublic void setLod2TerrainIntersection(MultiCurvePropertyType value)
value - allowed object is
MultiCurvePropertyTypepublic boolean isSetLod2TerrainIntersection()
public List<BridgeConstructionElementPropertyType> getOuterBridgeConstruction()
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
public boolean isSetOuterBridgeConstruction()
public void unsetOuterBridgeConstruction()
public List<BridgeInstallationPropertyType> getOuterBridgeInstallation()
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
public boolean isSetOuterBridgeInstallation()
public void unsetOuterBridgeInstallation()
public List<IntBridgeInstallationPropertyType> getInteriorBridgeInstallation()
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
public boolean isSetInteriorBridgeInstallation()
public void unsetInteriorBridgeInstallation()
public List<BoundarySurfacePropertyType> getCityObjectBoundedBy()
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
public boolean isSetCityObjectBoundedBy()
public void unsetCityObjectBoundedBy()
public SolidPropertyType getLod3Solid()
SolidPropertyTypepublic void setLod3Solid(SolidPropertyType value)
value - allowed object is
SolidPropertyTypepublic boolean isSetLod3Solid()
public MultiSurfacePropertyType getLod3MultiSurface()
MultiSurfacePropertyTypepublic void setLod3MultiSurface(MultiSurfacePropertyType value)
value - allowed object is
MultiSurfacePropertyTypepublic boolean isSetLod3MultiSurface()
public MultiCurvePropertyType getLod3MultiCurve()
MultiCurvePropertyTypepublic void setLod3MultiCurve(MultiCurvePropertyType value)
value - allowed object is
MultiCurvePropertyTypepublic boolean isSetLod3MultiCurve()
public MultiCurvePropertyType getLod3TerrainIntersection()
MultiCurvePropertyTypepublic void setLod3TerrainIntersection(MultiCurvePropertyType value)
value - allowed object is
MultiCurvePropertyTypepublic boolean isSetLod3TerrainIntersection()
public SolidPropertyType getLod4Solid()
SolidPropertyTypepublic void setLod4Solid(SolidPropertyType value)
value - allowed object is
SolidPropertyTypepublic boolean isSetLod4Solid()
public MultiSurfacePropertyType getLod4MultiSurface()
MultiSurfacePropertyTypepublic void setLod4MultiSurface(MultiSurfacePropertyType value)
value - allowed object is
MultiSurfacePropertyTypepublic boolean isSetLod4MultiSurface()
public MultiCurvePropertyType getLod4MultiCurve()
MultiCurvePropertyTypepublic void setLod4MultiCurve(MultiCurvePropertyType value)
value - allowed object is
MultiCurvePropertyTypepublic boolean isSetLod4MultiCurve()
public MultiCurvePropertyType getLod4TerrainIntersection()
MultiCurvePropertyTypepublic void setLod4TerrainIntersection(MultiCurvePropertyType value)
value - allowed object is
MultiCurvePropertyTypepublic boolean isSetLod4TerrainIntersection()
public List<InteriorBridgeRoomPropertyType> getInteriorBridgeRoom()
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
public boolean isSetInteriorBridgeRoom()
public void unsetInteriorBridgeRoom()
public List<BridgePartPropertyType> getConsistsOfBridgePart()
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
public boolean isSetConsistsOfBridgePart()
public void unsetConsistsOfBridgePart()
public List<AddressPropertyType> getAddress()
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
public boolean isSetAddress()
public void unsetAddress()
public List<Object> getGenericApplicationPropertyOfAbstractBridge()
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
public boolean isSetGenericApplicationPropertyOfAbstractBridge()
public void unsetGenericApplicationPropertyOfAbstractBridge()
public String toString()
toString in class AbstractSiteType
public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
append in interface org.jvnet.jaxb2_commons.lang.ToStringappend in class AbstractSiteType
public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
appendFields in interface org.jvnet.jaxb2_commons.lang.ToStringappendFields in class AbstractSiteType
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)
equals in interface org.jvnet.jaxb2_commons.lang.Equalsequals in class AbstractSiteTypepublic boolean equals(Object object)
equals in class AbstractSiteType
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCodehashCode in class AbstractSiteTypepublic int hashCode()
hashCode in class AbstractSiteTypepublic Object clone()
clone in class AbstractSiteTypepublic Object copyTo(Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTocopyTo in class AbstractSiteType
public Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy strategy)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTocopyTo in class AbstractSiteType
public void mergeFrom(Object left,
Object right)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrommergeFrom in class AbstractSiteType
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)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrommergeFrom in class AbstractSiteTypepublic void setFunction(List<CodeType> value)
public void setUsage(List<CodeType> value)
public void setOuterBridgeConstruction(List<BridgeConstructionElementPropertyType> value)
public void setOuterBridgeInstallation(List<BridgeInstallationPropertyType> value)
public void setInteriorBridgeInstallation(List<IntBridgeInstallationPropertyType> value)
public void setCityObjectBoundedBy(List<BoundarySurfacePropertyType> value)
public void setInteriorBridgeRoom(List<InteriorBridgeRoomPropertyType> value)
public void setConsistsOfBridgePart(List<BridgePartPropertyType> value)
public void setAddress(List<AddressPropertyType> value)
public void setGenericApplicationPropertyOfAbstractBridge(List<Object> value)
public AbstractBridgeType withClazz(CodeType value)
public AbstractBridgeType withFunction(CodeType... values)
public AbstractBridgeType withFunction(Collection<CodeType> values)
public AbstractBridgeType withUsage(CodeType... values)
public AbstractBridgeType withUsage(Collection<CodeType> values)
public AbstractBridgeType withYearOfConstruction(XMLGregorianCalendar value)
public AbstractBridgeType withYearOfDemolition(XMLGregorianCalendar value)
public AbstractBridgeType withIsMovable(Boolean value)
public AbstractBridgeType withLod1Solid(SolidPropertyType value)
public AbstractBridgeType withLod1MultiSurface(MultiSurfacePropertyType value)
public AbstractBridgeType withLod1TerrainIntersection(MultiCurvePropertyType value)
public AbstractBridgeType withLod2Solid(SolidPropertyType value)
public AbstractBridgeType withLod2MultiSurface(MultiSurfacePropertyType value)
public AbstractBridgeType withLod2MultiCurve(MultiCurvePropertyType value)
public AbstractBridgeType withLod2TerrainIntersection(MultiCurvePropertyType value)
public AbstractBridgeType withOuterBridgeConstruction(BridgeConstructionElementPropertyType... values)
public AbstractBridgeType withOuterBridgeConstruction(Collection<BridgeConstructionElementPropertyType> values)
public AbstractBridgeType withOuterBridgeInstallation(BridgeInstallationPropertyType... values)
public AbstractBridgeType withOuterBridgeInstallation(Collection<BridgeInstallationPropertyType> values)
public AbstractBridgeType withInteriorBridgeInstallation(IntBridgeInstallationPropertyType... values)
public AbstractBridgeType withInteriorBridgeInstallation(Collection<IntBridgeInstallationPropertyType> values)
public AbstractBridgeType withCityObjectBoundedBy(BoundarySurfacePropertyType... values)
public AbstractBridgeType withCityObjectBoundedBy(Collection<BoundarySurfacePropertyType> values)
public AbstractBridgeType withLod3Solid(SolidPropertyType value)
public AbstractBridgeType withLod3MultiSurface(MultiSurfacePropertyType value)
public AbstractBridgeType withLod3MultiCurve(MultiCurvePropertyType value)
public AbstractBridgeType withLod3TerrainIntersection(MultiCurvePropertyType value)
public AbstractBridgeType withLod4Solid(SolidPropertyType value)
public AbstractBridgeType withLod4MultiSurface(MultiSurfacePropertyType value)
public AbstractBridgeType withLod4MultiCurve(MultiCurvePropertyType value)
public AbstractBridgeType withLod4TerrainIntersection(MultiCurvePropertyType value)
public AbstractBridgeType withInteriorBridgeRoom(InteriorBridgeRoomPropertyType... values)
public AbstractBridgeType withInteriorBridgeRoom(Collection<InteriorBridgeRoomPropertyType> values)
public AbstractBridgeType withConsistsOfBridgePart(BridgePartPropertyType... values)
public AbstractBridgeType withConsistsOfBridgePart(Collection<BridgePartPropertyType> values)
public AbstractBridgeType withAddress(AddressPropertyType... values)
public AbstractBridgeType withAddress(Collection<AddressPropertyType> values)
public AbstractBridgeType withGenericApplicationPropertyOfAbstractBridge(Object... values)
public AbstractBridgeType withGenericApplicationPropertyOfAbstractBridge(Collection<Object> values)
public AbstractBridgeType withFunction(List<CodeType> value)
public AbstractBridgeType withUsage(List<CodeType> value)
public AbstractBridgeType withOuterBridgeConstruction(List<BridgeConstructionElementPropertyType> value)
public AbstractBridgeType withOuterBridgeInstallation(List<BridgeInstallationPropertyType> value)
public AbstractBridgeType withInteriorBridgeInstallation(List<IntBridgeInstallationPropertyType> value)
public AbstractBridgeType withCityObjectBoundedBy(List<BoundarySurfacePropertyType> value)
public AbstractBridgeType withInteriorBridgeRoom(List<InteriorBridgeRoomPropertyType> value)
public AbstractBridgeType withConsistsOfBridgePart(List<BridgePartPropertyType> value)
public AbstractBridgeType withAddress(List<AddressPropertyType> value)
public AbstractBridgeType withGenericApplicationPropertyOfAbstractBridge(List<Object> value)
public AbstractBridgeType withGenericApplicationPropertyOfSite(Object... values)
withGenericApplicationPropertyOfSite in class AbstractSiteTypepublic AbstractBridgeType withGenericApplicationPropertyOfSite(Collection<Object> values)
withGenericApplicationPropertyOfSite in class AbstractSiteTypepublic AbstractBridgeType withGenericApplicationPropertyOfSite(List<Object> value)
withGenericApplicationPropertyOfSite in class AbstractSiteTypepublic AbstractBridgeType withCreationDate(XMLGregorianCalendar value)
withCreationDate in class AbstractSiteTypepublic AbstractBridgeType withTerminationDate(XMLGregorianCalendar value)
withTerminationDate in class AbstractSiteTypepublic AbstractBridgeType withExternalReference(ExternalReferenceType... values)
withExternalReference in class AbstractSiteTypepublic AbstractBridgeType withExternalReference(Collection<ExternalReferenceType> values)
withExternalReference in class AbstractSiteTypepublic AbstractBridgeType withGeneralizesTo(GeneralizationRelationType... values)
withGeneralizesTo in class AbstractSiteTypepublic AbstractBridgeType withGeneralizesTo(Collection<GeneralizationRelationType> values)
withGeneralizesTo in class AbstractSiteTypepublic AbstractBridgeType withRelativeToTerrain(RelativeToTerrainType value)
withRelativeToTerrain in class AbstractSiteTypepublic AbstractBridgeType withRelativeToWater(RelativeToWaterType value)
withRelativeToWater in class AbstractSiteTypepublic AbstractBridgeType withGenericApplicationPropertyOfCityObject(JAXBElement<?>... values)
withGenericApplicationPropertyOfCityObject in class AbstractSiteTypepublic AbstractBridgeType withGenericApplicationPropertyOfCityObject(Collection<JAXBElement<?>> values)
withGenericApplicationPropertyOfCityObject in class AbstractSiteTypepublic AbstractBridgeType withExternalReference(List<ExternalReferenceType> value)
withExternalReference in class AbstractSiteTypepublic AbstractBridgeType withGeneralizesTo(List<GeneralizationRelationType> value)
withGeneralizesTo in class AbstractSiteTypepublic AbstractBridgeType withGenericApplicationPropertyOfCityObject(List<JAXBElement<?>> value)
withGenericApplicationPropertyOfCityObject in class AbstractSiteType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||