public class BuildingAttributes extends Attributes
Constructor and Description |
---|
BuildingAttributes() |
Modifier and Type | Method and Description |
---|---|
void |
addStoreyHeightsAboveGround(double value) |
void |
addStoreyHeightsBelowGround(double value) |
java.lang.Double |
getMeasuredHeight() |
java.lang.String |
getRoofType() |
java.util.List<java.lang.Double> |
getStoreyHeightsAboveGround() |
java.util.List<java.lang.Double> |
getStoreyHeightsBelowGround() |
java.lang.Integer |
getStoreysAboveGround() |
java.lang.Integer |
getStoreysBelowGround() |
java.lang.Integer |
getYearOfConstruction() |
java.lang.Integer |
getYearOfDemolition() |
boolean |
hasAttributes() |
boolean |
isSetMeasuredHeight() |
boolean |
isSetRoofType() |
boolean |
isSetStoreyHeightsAboveGround() |
boolean |
isSetStoreyHeightsBelowGround() |
boolean |
isSetStoreysAboveGround() |
boolean |
isSetStoreysBelowGround() |
boolean |
isSetYearOfConstruction() |
boolean |
isSetYearOfDemolition() |
void |
setMeasuredHeight(java.lang.Double measuredHeight) |
void |
setRoofType(java.lang.String roofType) |
void |
setStoreyHeightsAboveGround(java.util.List<java.lang.Double> storeyHeightsAboveGround) |
void |
setStoreyHeightsBelowGround(java.util.List<java.lang.Double> storeyHeightsBelowGround) |
void |
setStoreysAboveGround(java.lang.Integer storeysAboveGround) |
void |
setStoreysBelowGround(java.lang.Integer storeysBelowGround) |
void |
setYearOfConstruction(java.lang.Integer yearOfConstruction) |
void |
setYearOfDemolition(java.lang.Integer yearOfDemolition) |
void |
unsetMeasuredHeight() |
void |
unsetRoofType() |
void |
unsetStoreyHeightsAboveGround() |
void |
unsetStoreyHeightsBelowGround() |
void |
unsetStoreysAboveGround() |
void |
unsetStoreysBelowGround() |
void |
unsetYearOfConstruction() |
void |
unsetYearOfDemolition() |
addGenericAttribute, getAttributeNames, getClazz, getCreationDate, getFunction, getGenericAttributes, getTerminationDate, getUsage, isSetClazz, isSetCreationDate, isSetFunction, isSetGenericAttributes, isSetTerminationDate, isSetUsage, removeGenericAttribute, setClazz, setCreationDate, setCreationDate, setCreationDate, setFunction, setGenericAttributes, setTerminationDate, setTerminationDate, setTerminationDate, setUsage, unsetClazz, unsetCreationDate, unsetFunction, unsetGenericAttributes, unsetTerminationDate, unsetUsage
public boolean isSetMeasuredHeight()
public java.lang.Double getMeasuredHeight()
public void setMeasuredHeight(java.lang.Double measuredHeight)
public void unsetMeasuredHeight()
public boolean isSetRoofType()
public java.lang.String getRoofType()
public void setRoofType(java.lang.String roofType)
public void unsetRoofType()
public boolean isSetStoreysAboveGround()
public java.lang.Integer getStoreysAboveGround()
public void setStoreysAboveGround(java.lang.Integer storeysAboveGround)
public void unsetStoreysAboveGround()
public boolean isSetStoreysBelowGround()
public java.lang.Integer getStoreysBelowGround()
public void setStoreysBelowGround(java.lang.Integer storeysBelowGround)
public void unsetStoreysBelowGround()
public boolean isSetStoreyHeightsAboveGround()
public void addStoreyHeightsAboveGround(double value)
public java.util.List<java.lang.Double> getStoreyHeightsAboveGround()
public void setStoreyHeightsAboveGround(java.util.List<java.lang.Double> storeyHeightsAboveGround)
public void unsetStoreyHeightsAboveGround()
public boolean isSetStoreyHeightsBelowGround()
public void addStoreyHeightsBelowGround(double value)
public java.util.List<java.lang.Double> getStoreyHeightsBelowGround()
public void setStoreyHeightsBelowGround(java.util.List<java.lang.Double> storeyHeightsBelowGround)
public void unsetStoreyHeightsBelowGround()
public boolean isSetYearOfConstruction()
public java.lang.Integer getYearOfConstruction()
public void setYearOfConstruction(java.lang.Integer yearOfConstruction)
public void unsetYearOfConstruction()
public boolean isSetYearOfDemolition()
public java.lang.Integer getYearOfDemolition()
public void setYearOfDemolition(java.lang.Integer yearOfDemolition)
public void unsetYearOfDemolition()
public boolean hasAttributes()
hasAttributes
in class Attributes