Class BridgeAttributes
- java.lang.Object
-
- org.citygml4j.binding.cityjson.feature.Attributes
-
- org.citygml4j.binding.cityjson.feature.BridgeAttributes
-
public class BridgeAttributes extends Attributes
-
-
Constructor Summary
Constructors Constructor Description BridgeAttributes()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Boolean
getIsMovable()
java.lang.Integer
getYearOfConstruction()
java.lang.Integer
getYearOfDemolition()
boolean
isSetIsMovable()
boolean
isSetYearOfConstruction()
boolean
isSetYearOfDemolition()
void
setIsMovable(boolean isMovable)
void
setYearOfConstruction(java.lang.Integer yearOfConstruction)
void
setYearOfDemolition(java.lang.Integer yearOfDemolition)
void
unsetIsMovable()
void
unsetYearOfConstruction()
void
unsetYearOfDemolition()
-
Methods inherited from class org.citygml4j.binding.cityjson.feature.Attributes
addExtensionAttribute, getClazz, getCreationDate, getExtensionAttributes, getFunction, getTerminationDate, getUsage, isSetClazz, isSetCreationDate, isSetExtensionAttributes, isSetFunction, isSetTerminationDate, isSetUsage, removeExtensionAttribute, setClazz, setCreationDate, setCreationDate, setCreationDate, setExtensionAttributes, setFunction, setTerminationDate, setTerminationDate, setTerminationDate, setUsage, unsetClazz, unsetCreationDate, unsetExtensionAttributes, unsetFunction, unsetTerminationDate, unsetUsage
-
-
-
-
Method Detail
-
isSetYearOfConstruction
public boolean isSetYearOfConstruction()
-
getYearOfConstruction
public java.lang.Integer getYearOfConstruction()
-
setYearOfConstruction
public void setYearOfConstruction(java.lang.Integer yearOfConstruction)
-
unsetYearOfConstruction
public void unsetYearOfConstruction()
-
isSetYearOfDemolition
public boolean isSetYearOfDemolition()
-
getYearOfDemolition
public java.lang.Integer getYearOfDemolition()
-
setYearOfDemolition
public void setYearOfDemolition(java.lang.Integer yearOfDemolition)
-
unsetYearOfDemolition
public void unsetYearOfDemolition()
-
isSetIsMovable
public boolean isSetIsMovable()
-
getIsMovable
public java.lang.Boolean getIsMovable()
-
setIsMovable
public void setIsMovable(boolean isMovable)
-
unsetIsMovable
public void unsetIsMovable()
-
-