Class TunnelDataType
- java.lang.Object
-
- org.citygml4j.binding.cityjson.metadata.feature.AbstractFeatureDataType
-
- org.citygml4j.binding.cityjson.metadata.feature.TunnelDataType
-
public class TunnelDataType extends AbstractFeatureDataType
-
-
Constructor Summary
Constructors Constructor Description TunnelDataType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Integer
getTunnelInstallations()
java.lang.Integer
getTunnelParts()
ThematicModelType
getType()
boolean
isSetTunnelInstallations()
boolean
isSetTunnelParts()
void
setTunnelInstallations(java.lang.Integer tunnelInstallations)
void
setTunnelParts(java.lang.Integer tunnelParts)
void
unsetTunnelInstallations()
void
unsetTunnelParts()
-
Methods inherited from class org.citygml4j.binding.cityjson.metadata.feature.AbstractFeatureDataType
addPresentLoD, getAggregateFeatureCount, getPresentLoDs, getUniqueFeatureCount, isSetAggregateFeatureCount, isSetPresentLoDs, isSetUniqueFeatureCount, setAggregateFeatureCount, setPresentLoDs, setUniqueFeatureCount, unsetAggregateFeatureCount, unsetPresentLoDs, unsetUniqueFeatureCount
-
-
-
-
Method Detail
-
isSetTunnelParts
public boolean isSetTunnelParts()
-
getTunnelParts
public java.lang.Integer getTunnelParts()
-
setTunnelParts
public void setTunnelParts(java.lang.Integer tunnelParts)
-
unsetTunnelParts
public void unsetTunnelParts()
-
isSetTunnelInstallations
public boolean isSetTunnelInstallations()
-
getTunnelInstallations
public java.lang.Integer getTunnelInstallations()
-
setTunnelInstallations
public void setTunnelInstallations(java.lang.Integer tunnelInstallations)
-
unsetTunnelInstallations
public void unsetTunnelInstallations()
-
getType
public ThematicModelType getType()
- Specified by:
getType
in classAbstractFeatureDataType
-
-