org.citygml4j.jaxb.citygml.brid._2
Class AbstractBridgeType

java.lang.Object
  extended by org.citygml4j.jaxb.gml._3_1_1.AbstractGMLType
      extended by org.citygml4j.jaxb.gml._3_1_1.AbstractFeatureType
          extended by org.citygml4j.jaxb.citygml.core._2.AbstractCityObjectType
              extended by org.citygml4j.jaxb.citygml.core._2.AbstractSiteType
                  extended by org.citygml4j.jaxb.citygml.brid._2.AbstractBridgeType
Direct Known Subclasses:
BridgePartType, BridgeType

public abstract class AbstractBridgeType
extends AbstractSiteType

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-Klasse für AbstractBridgeType complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <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>
 


Constructor Summary
AbstractBridgeType()
           
 
Method Summary
 java.util.List<javax.xml.bind.JAXBElement<java.lang.Object>> get_GenericApplicationPropertyOfAbstractBridge()
          Gets the value of the genericApplicationPropertyOfAbstractBridge property.
 java.util.List<AddressPropertyType> getAddress()
          Gets the value of the address property.
 java.util.List<BoundarySurfacePropertyType> getBoundedBySurface()
          Gets the value of the boundedBySurface property.
 CodeType getClazz()
          Ruft den Wert der clazz-Eigenschaft ab.
 java.util.List<BridgePartPropertyType> getConsistsOfBridgePart()
          Gets the value of the consistsOfBridgePart property.
 java.util.List<CodeType> getFunction()
          Gets the value of the function property.
 java.util.List<IntBridgeInstallationPropertyType> getInteriorBridgeInstallation()
          Gets the value of the interiorBridgeInstallation property.
 java.util.List<InteriorBridgeRoomPropertyType> getInteriorBridgeRoom()
          Gets the value of the interiorBridgeRoom property.
 MultiSurfacePropertyType getLod1MultiSurface()
          Ruft den Wert der lod1MultiSurface-Eigenschaft ab.
 SolidPropertyType getLod1Solid()
          Ruft den Wert der lod1Solid-Eigenschaft ab.
 MultiCurvePropertyType getLod1TerrainIntersection()
          Ruft den Wert der lod1TerrainIntersection-Eigenschaft ab.
 MultiCurvePropertyType getLod2MultiCurve()
          Ruft den Wert der lod2MultiCurve-Eigenschaft ab.
 MultiSurfacePropertyType getLod2MultiSurface()
          Ruft den Wert der lod2MultiSurface-Eigenschaft ab.
 SolidPropertyType getLod2Solid()
          Ruft den Wert der lod2Solid-Eigenschaft ab.
 MultiCurvePropertyType getLod2TerrainIntersection()
          Ruft den Wert der lod2TerrainIntersection-Eigenschaft ab.
 MultiCurvePropertyType getLod3MultiCurve()
          Ruft den Wert der lod3MultiCurve-Eigenschaft ab.
 MultiSurfacePropertyType getLod3MultiSurface()
          Ruft den Wert der lod3MultiSurface-Eigenschaft ab.
 SolidPropertyType getLod3Solid()
          Ruft den Wert der lod3Solid-Eigenschaft ab.
 MultiCurvePropertyType getLod3TerrainIntersection()
          Ruft den Wert der lod3TerrainIntersection-Eigenschaft ab.
 MultiCurvePropertyType getLod4MultiCurve()
          Ruft den Wert der lod4MultiCurve-Eigenschaft ab.
 MultiSurfacePropertyType getLod4MultiSurface()
          Ruft den Wert der lod4MultiSurface-Eigenschaft ab.
 SolidPropertyType getLod4Solid()
          Ruft den Wert der lod4Solid-Eigenschaft ab.
 MultiCurvePropertyType getLod4TerrainIntersection()
          Ruft den Wert der lod4TerrainIntersection-Eigenschaft ab.
 java.util.List<BridgeConstructionElementPropertyType> getOuterBridgeConstruction()
          Gets the value of the outerBridgeConstruction property.
 java.util.List<BridgeInstallationPropertyType> getOuterBridgeInstallation()
          Gets the value of the outerBridgeInstallation property.
 java.util.List<CodeType> getUsage()
          Gets the value of the usage property.
 javax.xml.datatype.XMLGregorianCalendar getYearOfConstruction()
          Ruft den Wert der yearOfConstruction-Eigenschaft ab.
 javax.xml.datatype.XMLGregorianCalendar getYearOfDemolition()
          Ruft den Wert der yearOfDemolition-Eigenschaft ab.
 java.lang.Boolean isIsMovable()
          Ruft den Wert der isMovable-Eigenschaft ab.
 boolean isSet_GenericApplicationPropertyOfAbstractBridge()
           
 boolean isSetAddress()
           
 boolean isSetBoundedBySurface()
           
 boolean isSetClazz()
           
 boolean isSetConsistsOfBridgePart()
           
 boolean isSetFunction()
           
 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 set_GenericApplicationPropertyOfAbstractBridge(java.util.List<javax.xml.bind.JAXBElement<java.lang.Object>> genericApplicationPropertyOfAbstractBridge)
          Sets the value of the _GenericApplicationPropertyOfAbstractBridge property.
 void setAddress(java.util.List<AddressPropertyType> address)
          Sets the value of the address property.
 void setBoundedBySurface(java.util.List<BoundarySurfacePropertyType> boundedBySurface)
          Sets the value of the boundedBySurface property.
 void setClazz(CodeType value)
          Legt den Wert der clazz-Eigenschaft fest.
 void setConsistsOfBridgePart(java.util.List<BridgePartPropertyType> consistsOfBridgePart)
          Sets the value of the consistsOfBridgePart property.
 void setFunction(java.util.List<CodeType> function)
          Sets the value of the function property.
 void setInteriorBridgeInstallation(java.util.List<IntBridgeInstallationPropertyType> interiorBridgeInstallation)
          Sets the value of the interiorBridgeInstallation property.
 void setInteriorBridgeRoom(java.util.List<InteriorBridgeRoomPropertyType> interiorBridgeRoom)
          Sets the value of the interiorBridgeRoom property.
 void setIsMovable(java.lang.Boolean value)
          Legt den Wert der isMovable-Eigenschaft fest.
 void setLod1MultiSurface(MultiSurfacePropertyType value)
          Legt den Wert der lod1MultiSurface-Eigenschaft fest.
 void setLod1Solid(SolidPropertyType value)
          Legt den Wert der lod1Solid-Eigenschaft fest.
 void setLod1TerrainIntersection(MultiCurvePropertyType value)
          Legt den Wert der lod1TerrainIntersection-Eigenschaft fest.
 void setLod2MultiCurve(MultiCurvePropertyType value)
          Legt den Wert der lod2MultiCurve-Eigenschaft fest.
 void setLod2MultiSurface(MultiSurfacePropertyType value)
          Legt den Wert der lod2MultiSurface-Eigenschaft fest.
 void setLod2Solid(SolidPropertyType value)
          Legt den Wert der lod2Solid-Eigenschaft fest.
 void setLod2TerrainIntersection(MultiCurvePropertyType value)
          Legt den Wert der lod2TerrainIntersection-Eigenschaft fest.
 void setLod3MultiCurve(MultiCurvePropertyType value)
          Legt den Wert der lod3MultiCurve-Eigenschaft fest.
 void setLod3MultiSurface(MultiSurfacePropertyType value)
          Legt den Wert der lod3MultiSurface-Eigenschaft fest.
 void setLod3Solid(SolidPropertyType value)
          Legt den Wert der lod3Solid-Eigenschaft fest.
 void setLod3TerrainIntersection(MultiCurvePropertyType value)
          Legt den Wert der lod3TerrainIntersection-Eigenschaft fest.
 void setLod4MultiCurve(MultiCurvePropertyType value)
          Legt den Wert der lod4MultiCurve-Eigenschaft fest.
 void setLod4MultiSurface(MultiSurfacePropertyType value)
          Legt den Wert der lod4MultiSurface-Eigenschaft fest.
 void setLod4Solid(SolidPropertyType value)
          Legt den Wert der lod4Solid-Eigenschaft fest.
 void setLod4TerrainIntersection(MultiCurvePropertyType value)
          Legt den Wert der lod4TerrainIntersection-Eigenschaft fest.
 void setOuterBridgeConstruction(java.util.List<BridgeConstructionElementPropertyType> outerBridgeConstruction)
          Sets the value of the outerBridgeConstruction property.
 void setOuterBridgeInstallation(java.util.List<BridgeInstallationPropertyType> outerBridgeInstallation)
          Sets the value of the outerBridgeInstallation property.
 void setUsage(java.util.List<CodeType> usage)
          Sets the value of the usage property.
 void setYearOfConstruction(javax.xml.datatype.XMLGregorianCalendar value)
          Legt den Wert der yearOfConstruction-Eigenschaft fest.
 void setYearOfDemolition(javax.xml.datatype.XMLGregorianCalendar value)
          Legt den Wert der yearOfDemolition-Eigenschaft fest.
 void unset_GenericApplicationPropertyOfAbstractBridge()
           
 void unsetAddress()
           
 void unsetBoundedBySurface()
           
 void unsetConsistsOfBridgePart()
           
 void unsetFunction()
           
 void unsetInteriorBridgeInstallation()
           
 void unsetInteriorBridgeRoom()
           
 void unsetOuterBridgeConstruction()
           
 void unsetOuterBridgeInstallation()
           
 void unsetUsage()
           
 
Methods inherited from class org.citygml4j.jaxb.citygml.core._2.AbstractSiteType
get_GenericApplicationPropertyOfSite, isSet_GenericApplicationPropertyOfSite, set_GenericApplicationPropertyOfSite, unset_GenericApplicationPropertyOfSite
 
Methods inherited from class org.citygml4j.jaxb.citygml.core._2.AbstractCityObjectType
get_GenericApplicationPropertyOfCityObject, get_GenericAttribute, getAppearance, getCreationDate, getExternalReference, getGeneralizesTo, getRelativeToTerrain, getRelativeToWater, getTerminationDate, isSet_GenericApplicationPropertyOfCityObject, isSet_GenericAttribute, isSetAppearance, isSetCreationDate, isSetExternalReference, isSetGeneralizesTo, isSetRelativeToTerrain, isSetRelativeToWater, isSetTerminationDate, set_GenericApplicationPropertyOfCityObject, set_GenericAttribute, setAppearance, setCreationDate, setExternalReference, setGeneralizesTo, setRelativeToTerrain, setRelativeToWater, setTerminationDate, unset_GenericApplicationPropertyOfCityObject, unset_GenericAttribute, unsetAppearance, unsetExternalReference, unsetGeneralizesTo
 
Methods inherited from class org.citygml4j.jaxb.gml._3_1_1.AbstractFeatureType
get_ADEComponent, getBoundedBy, getLocation, isSet_ADEComponent, isSetBoundedBy, isSetLocation, set_ADEComponent, setBoundedBy, setLocation, unset_ADEComponent
 
Methods inherited from class org.citygml4j.jaxb.gml._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
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractBridgeType

public AbstractBridgeType()
Method Detail

getClazz

public CodeType getClazz()
Ruft den Wert der clazz-Eigenschaft ab.

Returns:
possible object is CodeType

setClazz

public void setClazz(CodeType value)
Legt den Wert der clazz-Eigenschaft fest.

Parameters:
value - allowed object is CodeType

isSetClazz

public boolean isSetClazz()

getFunction

public java.util.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 java.util.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 javax.xml.datatype.XMLGregorianCalendar getYearOfConstruction()
Ruft den Wert der yearOfConstruction-Eigenschaft ab.

Returns:
possible object is XMLGregorianCalendar

setYearOfConstruction

public void setYearOfConstruction(javax.xml.datatype.XMLGregorianCalendar value)
Legt den Wert der yearOfConstruction-Eigenschaft fest.

Parameters:
value - allowed object is XMLGregorianCalendar

isSetYearOfConstruction

public boolean isSetYearOfConstruction()

getYearOfDemolition

public javax.xml.datatype.XMLGregorianCalendar getYearOfDemolition()
Ruft den Wert der yearOfDemolition-Eigenschaft ab.

Returns:
possible object is XMLGregorianCalendar

setYearOfDemolition

public void setYearOfDemolition(javax.xml.datatype.XMLGregorianCalendar value)
Legt den Wert der yearOfDemolition-Eigenschaft fest.

Parameters:
value - allowed object is XMLGregorianCalendar

isSetYearOfDemolition

public boolean isSetYearOfDemolition()

isIsMovable

public java.lang.Boolean isIsMovable()
Ruft den Wert der isMovable-Eigenschaft ab.

Returns:
possible object is Boolean

setIsMovable

public void setIsMovable(java.lang.Boolean value)
Legt den Wert der isMovable-Eigenschaft fest.

Parameters:
value - allowed object is Boolean

isSetIsMovable

public boolean isSetIsMovable()

getLod1Solid

public SolidPropertyType getLod1Solid()
Ruft den Wert der lod1Solid-Eigenschaft ab.

Returns:
possible object is SolidPropertyType

setLod1Solid

public void setLod1Solid(SolidPropertyType value)
Legt den Wert der lod1Solid-Eigenschaft fest.

Parameters:
value - allowed object is SolidPropertyType

isSetLod1Solid

public boolean isSetLod1Solid()

getLod1MultiSurface

public MultiSurfacePropertyType getLod1MultiSurface()
Ruft den Wert der lod1MultiSurface-Eigenschaft ab.

Returns:
possible object is MultiSurfacePropertyType

setLod1MultiSurface

public void setLod1MultiSurface(MultiSurfacePropertyType value)
Legt den Wert der lod1MultiSurface-Eigenschaft fest.

Parameters:
value - allowed object is MultiSurfacePropertyType

isSetLod1MultiSurface

public boolean isSetLod1MultiSurface()

getLod1TerrainIntersection

public MultiCurvePropertyType getLod1TerrainIntersection()
Ruft den Wert der lod1TerrainIntersection-Eigenschaft ab.

Returns:
possible object is MultiCurvePropertyType

setLod1TerrainIntersection

public void setLod1TerrainIntersection(MultiCurvePropertyType value)
Legt den Wert der lod1TerrainIntersection-Eigenschaft fest.

Parameters:
value - allowed object is MultiCurvePropertyType

isSetLod1TerrainIntersection

public boolean isSetLod1TerrainIntersection()

getLod2Solid

public SolidPropertyType getLod2Solid()
Ruft den Wert der lod2Solid-Eigenschaft ab.

Returns:
possible object is SolidPropertyType

setLod2Solid

public void setLod2Solid(SolidPropertyType value)
Legt den Wert der lod2Solid-Eigenschaft fest.

Parameters:
value - allowed object is SolidPropertyType

isSetLod2Solid

public boolean isSetLod2Solid()

getLod2MultiSurface

public MultiSurfacePropertyType getLod2MultiSurface()
Ruft den Wert der lod2MultiSurface-Eigenschaft ab.

Returns:
possible object is MultiSurfacePropertyType

setLod2MultiSurface

public void setLod2MultiSurface(MultiSurfacePropertyType value)
Legt den Wert der lod2MultiSurface-Eigenschaft fest.

Parameters:
value - allowed object is MultiSurfacePropertyType

isSetLod2MultiSurface

public boolean isSetLod2MultiSurface()

getLod2MultiCurve

public MultiCurvePropertyType getLod2MultiCurve()
Ruft den Wert der lod2MultiCurve-Eigenschaft ab.

Returns:
possible object is MultiCurvePropertyType

setLod2MultiCurve

public void setLod2MultiCurve(MultiCurvePropertyType value)
Legt den Wert der lod2MultiCurve-Eigenschaft fest.

Parameters:
value - allowed object is MultiCurvePropertyType

isSetLod2MultiCurve

public boolean isSetLod2MultiCurve()

getLod2TerrainIntersection

public MultiCurvePropertyType getLod2TerrainIntersection()
Ruft den Wert der lod2TerrainIntersection-Eigenschaft ab.

Returns:
possible object is MultiCurvePropertyType

setLod2TerrainIntersection

public void setLod2TerrainIntersection(MultiCurvePropertyType value)
Legt den Wert der lod2TerrainIntersection-Eigenschaft fest.

Parameters:
value - allowed object is MultiCurvePropertyType

isSetLod2TerrainIntersection

public boolean isSetLod2TerrainIntersection()

getOuterBridgeConstruction

public java.util.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 java.util.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 java.util.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()

getBoundedBySurface

public java.util.List<BoundarySurfacePropertyType> getBoundedBySurface()
Gets the value of the boundedBySurface 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 boundedBySurface property.

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

    getBoundedBySurface().add(newItem);
 

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


isSetBoundedBySurface

public boolean isSetBoundedBySurface()

unsetBoundedBySurface

public void unsetBoundedBySurface()

getLod3Solid

public SolidPropertyType getLod3Solid()
Ruft den Wert der lod3Solid-Eigenschaft ab.

Returns:
possible object is SolidPropertyType

setLod3Solid

public void setLod3Solid(SolidPropertyType value)
Legt den Wert der lod3Solid-Eigenschaft fest.

Parameters:
value - allowed object is SolidPropertyType

isSetLod3Solid

public boolean isSetLod3Solid()

getLod3MultiSurface

public MultiSurfacePropertyType getLod3MultiSurface()
Ruft den Wert der lod3MultiSurface-Eigenschaft ab.

Returns:
possible object is MultiSurfacePropertyType

setLod3MultiSurface

public void setLod3MultiSurface(MultiSurfacePropertyType value)
Legt den Wert der lod3MultiSurface-Eigenschaft fest.

Parameters:
value - allowed object is MultiSurfacePropertyType

isSetLod3MultiSurface

public boolean isSetLod3MultiSurface()

getLod3MultiCurve

public MultiCurvePropertyType getLod3MultiCurve()
Ruft den Wert der lod3MultiCurve-Eigenschaft ab.

Returns:
possible object is MultiCurvePropertyType

setLod3MultiCurve

public void setLod3MultiCurve(MultiCurvePropertyType value)
Legt den Wert der lod3MultiCurve-Eigenschaft fest.

Parameters:
value - allowed object is MultiCurvePropertyType

isSetLod3MultiCurve

public boolean isSetLod3MultiCurve()

getLod3TerrainIntersection

public MultiCurvePropertyType getLod3TerrainIntersection()
Ruft den Wert der lod3TerrainIntersection-Eigenschaft ab.

Returns:
possible object is MultiCurvePropertyType

setLod3TerrainIntersection

public void setLod3TerrainIntersection(MultiCurvePropertyType value)
Legt den Wert der lod3TerrainIntersection-Eigenschaft fest.

Parameters:
value - allowed object is MultiCurvePropertyType

isSetLod3TerrainIntersection

public boolean isSetLod3TerrainIntersection()

getLod4Solid

public SolidPropertyType getLod4Solid()
Ruft den Wert der lod4Solid-Eigenschaft ab.

Returns:
possible object is SolidPropertyType

setLod4Solid

public void setLod4Solid(SolidPropertyType value)
Legt den Wert der lod4Solid-Eigenschaft fest.

Parameters:
value - allowed object is SolidPropertyType

isSetLod4Solid

public boolean isSetLod4Solid()

getLod4MultiSurface

public MultiSurfacePropertyType getLod4MultiSurface()
Ruft den Wert der lod4MultiSurface-Eigenschaft ab.

Returns:
possible object is MultiSurfacePropertyType

setLod4MultiSurface

public void setLod4MultiSurface(MultiSurfacePropertyType value)
Legt den Wert der lod4MultiSurface-Eigenschaft fest.

Parameters:
value - allowed object is MultiSurfacePropertyType

isSetLod4MultiSurface

public boolean isSetLod4MultiSurface()

getLod4MultiCurve

public MultiCurvePropertyType getLod4MultiCurve()
Ruft den Wert der lod4MultiCurve-Eigenschaft ab.

Returns:
possible object is MultiCurvePropertyType

setLod4MultiCurve

public void setLod4MultiCurve(MultiCurvePropertyType value)
Legt den Wert der lod4MultiCurve-Eigenschaft fest.

Parameters:
value - allowed object is MultiCurvePropertyType

isSetLod4MultiCurve

public boolean isSetLod4MultiCurve()

getLod4TerrainIntersection

public MultiCurvePropertyType getLod4TerrainIntersection()
Ruft den Wert der lod4TerrainIntersection-Eigenschaft ab.

Returns:
possible object is MultiCurvePropertyType

setLod4TerrainIntersection

public void setLod4TerrainIntersection(MultiCurvePropertyType value)
Legt den Wert der lod4TerrainIntersection-Eigenschaft fest.

Parameters:
value - allowed object is MultiCurvePropertyType

isSetLod4TerrainIntersection

public boolean isSetLod4TerrainIntersection()

getInteriorBridgeRoom

public java.util.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 java.util.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 java.util.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()

get_GenericApplicationPropertyOfAbstractBridge

public java.util.List<javax.xml.bind.JAXBElement<java.lang.Object>> get_GenericApplicationPropertyOfAbstractBridge()
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:

    get_GenericApplicationPropertyOfAbstractBridge().add(newItem);
 

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


isSet_GenericApplicationPropertyOfAbstractBridge

public boolean isSet_GenericApplicationPropertyOfAbstractBridge()

unset_GenericApplicationPropertyOfAbstractBridge

public void unset_GenericApplicationPropertyOfAbstractBridge()

setFunction

public void setFunction(java.util.List<CodeType> function)
Sets the value of the function property.

Parameters:
function - allowed object is CodeType

setUsage

public void setUsage(java.util.List<CodeType> usage)
Sets the value of the usage property.

Parameters:
usage - allowed object is CodeType

setOuterBridgeConstruction

public void setOuterBridgeConstruction(java.util.List<BridgeConstructionElementPropertyType> outerBridgeConstruction)
Sets the value of the outerBridgeConstruction property.

Parameters:
outerBridgeConstruction - allowed object is BridgeConstructionElementPropertyType

setOuterBridgeInstallation

public void setOuterBridgeInstallation(java.util.List<BridgeInstallationPropertyType> outerBridgeInstallation)
Sets the value of the outerBridgeInstallation property.

Parameters:
outerBridgeInstallation - allowed object is BridgeInstallationPropertyType

setInteriorBridgeInstallation

public void setInteriorBridgeInstallation(java.util.List<IntBridgeInstallationPropertyType> interiorBridgeInstallation)
Sets the value of the interiorBridgeInstallation property.

Parameters:
interiorBridgeInstallation - allowed object is IntBridgeInstallationPropertyType

setBoundedBySurface

public void setBoundedBySurface(java.util.List<BoundarySurfacePropertyType> boundedBySurface)
Sets the value of the boundedBySurface property.

Parameters:
boundedBySurface - allowed object is BoundarySurfacePropertyType

setInteriorBridgeRoom

public void setInteriorBridgeRoom(java.util.List<InteriorBridgeRoomPropertyType> interiorBridgeRoom)
Sets the value of the interiorBridgeRoom property.

Parameters:
interiorBridgeRoom - allowed object is InteriorBridgeRoomPropertyType

setConsistsOfBridgePart

public void setConsistsOfBridgePart(java.util.List<BridgePartPropertyType> consistsOfBridgePart)
Sets the value of the consistsOfBridgePart property.

Parameters:
consistsOfBridgePart - allowed object is BridgePartPropertyType

setAddress

public void setAddress(java.util.List<AddressPropertyType> address)
Sets the value of the address property.

Parameters:
address - allowed object is AddressPropertyType

set_GenericApplicationPropertyOfAbstractBridge

public void set_GenericApplicationPropertyOfAbstractBridge(java.util.List<javax.xml.bind.JAXBElement<java.lang.Object>> genericApplicationPropertyOfAbstractBridge)
Sets the value of the _GenericApplicationPropertyOfAbstractBridge property.

Parameters:
genericApplicationPropertyOfAbstractBridge - allowed object is JAXBElement<Object> JAXBElement<Object>