Class BridgeDataType
- java.lang.Object
-
- org.citygml4j.binding.cityjson.metadata.feature.AbstractFeatureDataType
-
- org.citygml4j.binding.cityjson.metadata.feature.BridgeDataType
-
public class BridgeDataType extends AbstractFeatureDataType
-
-
Constructor Summary
Constructors Constructor Description BridgeDataType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Integer
getBridgeConstructionElements()
java.lang.Integer
getBridgeInstallations()
java.lang.Integer
getBridgeParts()
ThematicModelType
getType()
boolean
isSetBridgeConstructionElements()
boolean
isSetBridgeInstallations()
boolean
isSetBridgeParts()
void
setBridgeConstructionElements(java.lang.Integer bridgeConstructionElements)
void
setBridgeInstallations(java.lang.Integer bridgeInstallations)
void
setBridgeParts(java.lang.Integer bridgeParts)
void
unsetBridgeConstructionElements()
void
unsetBridgeInstallations()
void
unsetBridgeParts()
-
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
-
isSetBridgeParts
public boolean isSetBridgeParts()
-
getBridgeParts
public java.lang.Integer getBridgeParts()
-
setBridgeParts
public void setBridgeParts(java.lang.Integer bridgeParts)
-
unsetBridgeParts
public void unsetBridgeParts()
-
isSetBridgeInstallations
public boolean isSetBridgeInstallations()
-
getBridgeInstallations
public java.lang.Integer getBridgeInstallations()
-
setBridgeInstallations
public void setBridgeInstallations(java.lang.Integer bridgeInstallations)
-
unsetBridgeInstallations
public void unsetBridgeInstallations()
-
isSetBridgeConstructionElements
public boolean isSetBridgeConstructionElements()
-
getBridgeConstructionElements
public java.lang.Integer getBridgeConstructionElements()
-
setBridgeConstructionElements
public void setBridgeConstructionElements(java.lang.Integer bridgeConstructionElements)
-
unsetBridgeConstructionElements
public void unsetBridgeConstructionElements()
-
getType
public ThematicModelType getType()
- Specified by:
getType
in classAbstractFeatureDataType
-
-