Class AbstractTunnelType
- java.lang.Object
-
- net.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.tunnel.v_2_0.AbstractTunnelType
-
- All Implemented Interfaces:
Cloneable,org.jvnet.jaxb.lang.CopyTo,org.jvnet.jaxb.lang.Equals,org.jvnet.jaxb.lang.HashCode,org.jvnet.jaxb.lang.MergeFrom,org.jvnet.jaxb.lang.ToString
- Direct Known Subclasses:
TunnelPartType,TunnelType
public class AbstractTunnelType extends AbstractSiteType implements Cloneable, org.jvnet.jaxb.lang.CopyTo, org.jvnet.jaxb.lang.Equals, org.jvnet.jaxb.lang.HashCode, org.jvnet.jaxb.lang.MergeFrom, org.jvnet.jaxb.lang.ToString
Abstract super class of the features Tunnel and TunnelPartJava class for AbstractTunnelType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AbstractTunnelType"> <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="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="outerTunnelInstallation" type="{http://www.opengis.net/citygml/tunnel/2.0}TunnelInstallationPropertyType" maxOccurs="unbounded" minOccurs="0"/> <element name="interiorTunnelInstallation" type="{http://www.opengis.net/citygml/tunnel/2.0}IntTunnelInstallationPropertyType" maxOccurs="unbounded" minOccurs="0"/> <element name="boundedBy" type="{http://www.opengis.net/citygml/tunnel/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="interiorHollowSpace" type="{http://www.opengis.net/citygml/tunnel/2.0}InteriorHollowSpacePropertyType" maxOccurs="unbounded" minOccurs="0"/> <element name="consistsOfTunnelPart" type="{http://www.opengis.net/citygml/tunnel/2.0}TunnelPartPropertyType" maxOccurs="unbounded" minOccurs="0"/> <element ref="{http://www.opengis.net/citygml/tunnel/2.0}_GenericApplicationPropertyOfAbstractTunnel" maxOccurs="unbounded" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
-
-
Field Summary
-
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
Constructors Constructor Description AbstractTunnelType()Default no-arg constructorAbstractTunnelType(XMLGregorianCalendar creationDate, XMLGregorianCalendar terminationDate, List<ExternalReferenceType> externalReference, List<GeneralizationRelationType> generalizesTo, RelativeToTerrainType relativeToTerrain, RelativeToWaterType relativeToWater, List<jakarta.xml.bind.JAXBElement<?>> genericApplicationPropertyOfCityObject, List<Object> genericApplicationPropertyOfSite, CodeType clazz, List<CodeType> function, List<CodeType> usage, XMLGregorianCalendar yearOfConstruction, XMLGregorianCalendar yearOfDemolition, SolidPropertyType lod1Solid, MultiSurfacePropertyType lod1MultiSurface, MultiCurvePropertyType lod1TerrainIntersection, SolidPropertyType lod2Solid, MultiSurfacePropertyType lod2MultiSurface, MultiCurvePropertyType lod2MultiCurve, MultiCurvePropertyType lod2TerrainIntersection, List<TunnelInstallationPropertyType> outerTunnelInstallation, List<IntTunnelInstallationPropertyType> interiorTunnelInstallation, List<BoundarySurfacePropertyType> cityObjectBoundedBy, SolidPropertyType lod3Solid, MultiSurfacePropertyType lod3MultiSurface, MultiCurvePropertyType lod3MultiCurve, MultiCurvePropertyType lod3TerrainIntersection, SolidPropertyType lod4Solid, MultiSurfacePropertyType lod4MultiSurface, MultiCurvePropertyType lod4MultiCurve, MultiCurvePropertyType lod4TerrainIntersection, List<InteriorHollowSpacePropertyType> interiorHollowSpace, List<TunnelPartPropertyType> consistsOfTunnelPart, List<Object> genericApplicationPropertyOfAbstractTunnel)Fully-initialising value constructor
-
Method Summary
-
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
-
-
-
-
Field Detail
-
clazz
protected CodeType clazz
-
yearOfConstruction
protected XMLGregorianCalendar yearOfConstruction
-
yearOfDemolition
protected XMLGregorianCalendar yearOfDemolition
-
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
-
outerTunnelInstallation
protected List<TunnelInstallationPropertyType> outerTunnelInstallation
-
interiorTunnelInstallation
protected List<IntTunnelInstallationPropertyType> interiorTunnelInstallation
-
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
-
interiorHollowSpace
protected List<InteriorHollowSpacePropertyType> interiorHollowSpace
-
consistsOfTunnelPart
protected List<TunnelPartPropertyType> consistsOfTunnelPart
-
-
Constructor Detail
-
AbstractTunnelType
public AbstractTunnelType()
Default no-arg constructor
-
AbstractTunnelType
public AbstractTunnelType(XMLGregorianCalendar creationDate, XMLGregorianCalendar terminationDate, List<ExternalReferenceType> externalReference, List<GeneralizationRelationType> generalizesTo, RelativeToTerrainType relativeToTerrain, RelativeToWaterType relativeToWater, List<jakarta.xml.bind.JAXBElement<?>> genericApplicationPropertyOfCityObject, List<Object> genericApplicationPropertyOfSite, CodeType clazz, List<CodeType> function, List<CodeType> usage, XMLGregorianCalendar yearOfConstruction, XMLGregorianCalendar yearOfDemolition, SolidPropertyType lod1Solid, MultiSurfacePropertyType lod1MultiSurface, MultiCurvePropertyType lod1TerrainIntersection, SolidPropertyType lod2Solid, MultiSurfacePropertyType lod2MultiSurface, MultiCurvePropertyType lod2MultiCurve, MultiCurvePropertyType lod2TerrainIntersection, List<TunnelInstallationPropertyType> outerTunnelInstallation, List<IntTunnelInstallationPropertyType> interiorTunnelInstallation, List<BoundarySurfacePropertyType> cityObjectBoundedBy, SolidPropertyType lod3Solid, MultiSurfacePropertyType lod3MultiSurface, MultiCurvePropertyType lod3MultiCurve, MultiCurvePropertyType lod3TerrainIntersection, SolidPropertyType lod4Solid, MultiSurfacePropertyType lod4MultiSurface, MultiCurvePropertyType lod4MultiCurve, MultiCurvePropertyType lod4TerrainIntersection, List<InteriorHollowSpacePropertyType> interiorHollowSpace, List<TunnelPartPropertyType> consistsOfTunnelPart, List<Object> genericApplicationPropertyOfAbstractTunnel)
Fully-initialising value constructor
-
-
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 isCodeType
-
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 Jakarta XML Binding object. This is why there is not a
setmethod 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 Jakarta XML Binding object. This is why there is not a
setmethod 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 isXMLGregorianCalendar
-
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 isXMLGregorianCalendar
-
isSetYearOfDemolition
public boolean isSetYearOfDemolition()
-
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 isSolidPropertyType
-
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 isMultiSurfacePropertyType
-
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 isMultiCurvePropertyType
-
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 isSolidPropertyType
-
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 isMultiSurfacePropertyType
-
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 isMultiCurvePropertyType
-
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 isMultiCurvePropertyType
-
isSetLod2TerrainIntersection
public boolean isSetLod2TerrainIntersection()
-
getOuterTunnelInstallation
public List<TunnelInstallationPropertyType> getOuterTunnelInstallation()
Gets the value of the outerTunnelInstallation 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 Jakarta XML Binding object. This is why there is not a
setmethod for the outerTunnelInstallation property.For example, to add a new item, do as follows:
getOuterTunnelInstallation().add(newItem);Objects of the following type(s) are allowed in the list
TunnelInstallationPropertyType
-
isSetOuterTunnelInstallation
public boolean isSetOuterTunnelInstallation()
-
unsetOuterTunnelInstallation
public void unsetOuterTunnelInstallation()
-
getInteriorTunnelInstallation
public List<IntTunnelInstallationPropertyType> getInteriorTunnelInstallation()
Gets the value of the interiorTunnelInstallation 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 Jakarta XML Binding object. This is why there is not a
setmethod for the interiorTunnelInstallation property.For example, to add a new item, do as follows:
getInteriorTunnelInstallation().add(newItem);Objects of the following type(s) are allowed in the list
IntTunnelInstallationPropertyType
-
isSetInteriorTunnelInstallation
public boolean isSetInteriorTunnelInstallation()
-
unsetInteriorTunnelInstallation
public void unsetInteriorTunnelInstallation()
-
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 Jakarta XML Binding object. This is why there is not a
setmethod 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 isSolidPropertyType
-
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 isMultiSurfacePropertyType
-
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 isMultiCurvePropertyType
-
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 isMultiCurvePropertyType
-
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 isSolidPropertyType
-
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 isMultiSurfacePropertyType
-
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 isMultiCurvePropertyType
-
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 isMultiCurvePropertyType
-
isSetLod4TerrainIntersection
public boolean isSetLod4TerrainIntersection()
-
getInteriorHollowSpace
public List<InteriorHollowSpacePropertyType> getInteriorHollowSpace()
Gets the value of the interiorHollowSpace 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 Jakarta XML Binding object. This is why there is not a
setmethod for the interiorHollowSpace property.For example, to add a new item, do as follows:
getInteriorHollowSpace().add(newItem);Objects of the following type(s) are allowed in the list
InteriorHollowSpacePropertyType
-
isSetInteriorHollowSpace
public boolean isSetInteriorHollowSpace()
-
unsetInteriorHollowSpace
public void unsetInteriorHollowSpace()
-
getConsistsOfTunnelPart
public List<TunnelPartPropertyType> getConsistsOfTunnelPart()
Gets the value of the consistsOfTunnelPart 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 Jakarta XML Binding object. This is why there is not a
setmethod for the consistsOfTunnelPart property.For example, to add a new item, do as follows:
getConsistsOfTunnelPart().add(newItem);Objects of the following type(s) are allowed in the list
TunnelPartPropertyType
-
isSetConsistsOfTunnelPart
public boolean isSetConsistsOfTunnelPart()
-
unsetConsistsOfTunnelPart
public void unsetConsistsOfTunnelPart()
-
getGenericApplicationPropertyOfAbstractTunnel
public List<Object> getGenericApplicationPropertyOfAbstractTunnel()
Gets the value of the genericApplicationPropertyOfAbstractTunnel 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 Jakarta XML Binding object. This is why there is not a
setmethod for the genericApplicationPropertyOfAbstractTunnel property.For example, to add a new item, do as follows:
getGenericApplicationPropertyOfAbstractTunnel().add(newItem);Objects of the following type(s) are allowed in the list
Object
-
isSetGenericApplicationPropertyOfAbstractTunnel
public boolean isSetGenericApplicationPropertyOfAbstractTunnel()
-
unsetGenericApplicationPropertyOfAbstractTunnel
public void unsetGenericApplicationPropertyOfAbstractTunnel()
-
toString
public String toString()
- Overrides:
toStringin classAbstractSiteType
-
append
public StringBuilder append(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy)
- Specified by:
appendin interfaceorg.jvnet.jaxb.lang.ToString- Overrides:
appendin classAbstractSiteType
-
appendFields
public StringBuilder appendFields(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy)
- Specified by:
appendFieldsin interfaceorg.jvnet.jaxb.lang.ToString- Overrides:
appendFieldsin classAbstractSiteType
-
equals
public boolean equals(org.jvnet.jaxb.locator.ObjectLocator thisLocator, org.jvnet.jaxb.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb.lang.EqualsStrategy strategy)- Specified by:
equalsin interfaceorg.jvnet.jaxb.lang.Equals- Overrides:
equalsin classAbstractSiteType
-
equals
public boolean equals(Object object)
- Overrides:
equalsin classAbstractSiteType
-
hashCode
public int hashCode(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy)- Specified by:
hashCodein interfaceorg.jvnet.jaxb.lang.HashCode- Overrides:
hashCodein classAbstractSiteType
-
hashCode
public int hashCode()
- Overrides:
hashCodein classAbstractSiteType
-
clone
public Object clone()
- Overrides:
clonein classAbstractSiteType
-
copyTo
public Object copyTo(Object target)
- Specified by:
copyToin interfaceorg.jvnet.jaxb.lang.CopyTo- Overrides:
copyToin classAbstractSiteType
-
copyTo
public Object copyTo(org.jvnet.jaxb.locator.ObjectLocator locator, Object target, org.jvnet.jaxb.lang.CopyStrategy strategy)
- Specified by:
copyToin interfaceorg.jvnet.jaxb.lang.CopyTo- Overrides:
copyToin classAbstractSiteType
-
createNewInstance
public Object createNewInstance()
- Specified by:
createNewInstancein interfaceorg.jvnet.jaxb.lang.CopyTo- Specified by:
createNewInstancein interfaceorg.jvnet.jaxb.lang.MergeFrom
-
mergeFrom
public void mergeFrom(Object left, Object right)
- Specified by:
mergeFromin interfaceorg.jvnet.jaxb.lang.MergeFrom- Overrides:
mergeFromin classAbstractSiteType
-
mergeFrom
public void mergeFrom(org.jvnet.jaxb.locator.ObjectLocator leftLocator, org.jvnet.jaxb.locator.ObjectLocator rightLocator, Object left, Object right, org.jvnet.jaxb.lang.MergeStrategy strategy)- Specified by:
mergeFromin interfaceorg.jvnet.jaxb.lang.MergeFrom- Overrides:
mergeFromin classAbstractSiteType
-
setOuterTunnelInstallation
public void setOuterTunnelInstallation(List<TunnelInstallationPropertyType> value)
-
setInteriorTunnelInstallation
public void setInteriorTunnelInstallation(List<IntTunnelInstallationPropertyType> value)
-
setCityObjectBoundedBy
public void setCityObjectBoundedBy(List<BoundarySurfacePropertyType> value)
-
setInteriorHollowSpace
public void setInteriorHollowSpace(List<InteriorHollowSpacePropertyType> value)
-
setConsistsOfTunnelPart
public void setConsistsOfTunnelPart(List<TunnelPartPropertyType> value)
-
setGenericApplicationPropertyOfAbstractTunnel
public void setGenericApplicationPropertyOfAbstractTunnel(List<Object> value)
-
withClazz
public AbstractTunnelType withClazz(CodeType value)
-
withFunction
public AbstractTunnelType withFunction(CodeType... values)
-
withFunction
public AbstractTunnelType withFunction(Collection<CodeType> values)
-
withUsage
public AbstractTunnelType withUsage(CodeType... values)
-
withUsage
public AbstractTunnelType withUsage(Collection<CodeType> values)
-
withYearOfConstruction
public AbstractTunnelType withYearOfConstruction(XMLGregorianCalendar value)
-
withYearOfDemolition
public AbstractTunnelType withYearOfDemolition(XMLGregorianCalendar value)
-
withLod1Solid
public AbstractTunnelType withLod1Solid(SolidPropertyType value)
-
withLod1MultiSurface
public AbstractTunnelType withLod1MultiSurface(MultiSurfacePropertyType value)
-
withLod1TerrainIntersection
public AbstractTunnelType withLod1TerrainIntersection(MultiCurvePropertyType value)
-
withLod2Solid
public AbstractTunnelType withLod2Solid(SolidPropertyType value)
-
withLod2MultiSurface
public AbstractTunnelType withLod2MultiSurface(MultiSurfacePropertyType value)
-
withLod2MultiCurve
public AbstractTunnelType withLod2MultiCurve(MultiCurvePropertyType value)
-
withLod2TerrainIntersection
public AbstractTunnelType withLod2TerrainIntersection(MultiCurvePropertyType value)
-
withOuterTunnelInstallation
public AbstractTunnelType withOuterTunnelInstallation(TunnelInstallationPropertyType... values)
-
withOuterTunnelInstallation
public AbstractTunnelType withOuterTunnelInstallation(Collection<TunnelInstallationPropertyType> values)
-
withInteriorTunnelInstallation
public AbstractTunnelType withInteriorTunnelInstallation(IntTunnelInstallationPropertyType... values)
-
withInteriorTunnelInstallation
public AbstractTunnelType withInteriorTunnelInstallation(Collection<IntTunnelInstallationPropertyType> values)
-
withCityObjectBoundedBy
public AbstractTunnelType withCityObjectBoundedBy(BoundarySurfacePropertyType... values)
-
withCityObjectBoundedBy
public AbstractTunnelType withCityObjectBoundedBy(Collection<BoundarySurfacePropertyType> values)
-
withLod3Solid
public AbstractTunnelType withLod3Solid(SolidPropertyType value)
-
withLod3MultiSurface
public AbstractTunnelType withLod3MultiSurface(MultiSurfacePropertyType value)
-
withLod3MultiCurve
public AbstractTunnelType withLod3MultiCurve(MultiCurvePropertyType value)
-
withLod3TerrainIntersection
public AbstractTunnelType withLod3TerrainIntersection(MultiCurvePropertyType value)
-
withLod4Solid
public AbstractTunnelType withLod4Solid(SolidPropertyType value)
-
withLod4MultiSurface
public AbstractTunnelType withLod4MultiSurface(MultiSurfacePropertyType value)
-
withLod4MultiCurve
public AbstractTunnelType withLod4MultiCurve(MultiCurvePropertyType value)
-
withLod4TerrainIntersection
public AbstractTunnelType withLod4TerrainIntersection(MultiCurvePropertyType value)
-
withInteriorHollowSpace
public AbstractTunnelType withInteriorHollowSpace(InteriorHollowSpacePropertyType... values)
-
withInteriorHollowSpace
public AbstractTunnelType withInteriorHollowSpace(Collection<InteriorHollowSpacePropertyType> values)
-
withConsistsOfTunnelPart
public AbstractTunnelType withConsistsOfTunnelPart(TunnelPartPropertyType... values)
-
withConsistsOfTunnelPart
public AbstractTunnelType withConsistsOfTunnelPart(Collection<TunnelPartPropertyType> values)
-
withGenericApplicationPropertyOfAbstractTunnel
public AbstractTunnelType withGenericApplicationPropertyOfAbstractTunnel(Object... values)
-
withGenericApplicationPropertyOfAbstractTunnel
public AbstractTunnelType withGenericApplicationPropertyOfAbstractTunnel(Collection<Object> values)
-
withFunction
public AbstractTunnelType withFunction(List<CodeType> value)
-
withUsage
public AbstractTunnelType withUsage(List<CodeType> value)
-
withOuterTunnelInstallation
public AbstractTunnelType withOuterTunnelInstallation(List<TunnelInstallationPropertyType> value)
-
withInteriorTunnelInstallation
public AbstractTunnelType withInteriorTunnelInstallation(List<IntTunnelInstallationPropertyType> value)
-
withCityObjectBoundedBy
public AbstractTunnelType withCityObjectBoundedBy(List<BoundarySurfacePropertyType> value)
-
withInteriorHollowSpace
public AbstractTunnelType withInteriorHollowSpace(List<InteriorHollowSpacePropertyType> value)
-
withConsistsOfTunnelPart
public AbstractTunnelType withConsistsOfTunnelPart(List<TunnelPartPropertyType> value)
-
withGenericApplicationPropertyOfAbstractTunnel
public AbstractTunnelType withGenericApplicationPropertyOfAbstractTunnel(List<Object> value)
-
withGenericApplicationPropertyOfSite
public AbstractTunnelType withGenericApplicationPropertyOfSite(Object... values)
- Overrides:
withGenericApplicationPropertyOfSitein classAbstractSiteType
-
withGenericApplicationPropertyOfSite
public AbstractTunnelType withGenericApplicationPropertyOfSite(Collection<Object> values)
- Overrides:
withGenericApplicationPropertyOfSitein classAbstractSiteType
-
withGenericApplicationPropertyOfSite
public AbstractTunnelType withGenericApplicationPropertyOfSite(List<Object> value)
- Overrides:
withGenericApplicationPropertyOfSitein classAbstractSiteType
-
withCreationDate
public AbstractTunnelType withCreationDate(XMLGregorianCalendar value)
- Overrides:
withCreationDatein classAbstractSiteType
-
withTerminationDate
public AbstractTunnelType withTerminationDate(XMLGregorianCalendar value)
- Overrides:
withTerminationDatein classAbstractSiteType
-
withExternalReference
public AbstractTunnelType withExternalReference(ExternalReferenceType... values)
- Overrides:
withExternalReferencein classAbstractSiteType
-
withExternalReference
public AbstractTunnelType withExternalReference(Collection<ExternalReferenceType> values)
- Overrides:
withExternalReferencein classAbstractSiteType
-
withGeneralizesTo
public AbstractTunnelType withGeneralizesTo(GeneralizationRelationType... values)
- Overrides:
withGeneralizesToin classAbstractSiteType
-
withGeneralizesTo
public AbstractTunnelType withGeneralizesTo(Collection<GeneralizationRelationType> values)
- Overrides:
withGeneralizesToin classAbstractSiteType
-
withRelativeToTerrain
public AbstractTunnelType withRelativeToTerrain(RelativeToTerrainType value)
- Overrides:
withRelativeToTerrainin classAbstractSiteType
-
withRelativeToWater
public AbstractTunnelType withRelativeToWater(RelativeToWaterType value)
- Overrides:
withRelativeToWaterin classAbstractSiteType
-
withGenericApplicationPropertyOfCityObject
public AbstractTunnelType withGenericApplicationPropertyOfCityObject(jakarta.xml.bind.JAXBElement<?>... values)
- Overrides:
withGenericApplicationPropertyOfCityObjectin classAbstractSiteType
-
withGenericApplicationPropertyOfCityObject
public AbstractTunnelType withGenericApplicationPropertyOfCityObject(Collection<jakarta.xml.bind.JAXBElement<?>> values)
- Overrides:
withGenericApplicationPropertyOfCityObjectin classAbstractSiteType
-
withExternalReference
public AbstractTunnelType withExternalReference(List<ExternalReferenceType> value)
- Overrides:
withExternalReferencein classAbstractSiteType
-
withGeneralizesTo
public AbstractTunnelType withGeneralizesTo(List<GeneralizationRelationType> value)
- Overrides:
withGeneralizesToin classAbstractSiteType
-
withGenericApplicationPropertyOfCityObject
public AbstractTunnelType withGenericApplicationPropertyOfCityObject(List<jakarta.xml.bind.JAXBElement<?>> value)
- Overrides:
withGenericApplicationPropertyOfCityObjectin classAbstractSiteType
-
-