public class BridgeAttributes extends Attributes
Constructor and Description |
---|
BridgeAttributes() |
Modifier and Type | Method and Description |
---|---|
java.lang.Boolean |
getIsMovable() |
java.lang.Integer |
getYearOfConstruction() |
java.lang.Integer |
getYearOfDemolition() |
boolean |
hasAttributes() |
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() |
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 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 isSetIsMovable()
public java.lang.Boolean getIsMovable()
public void setIsMovable(boolean isMovable)
public void unsetIsMovable()
public boolean hasAttributes()
hasAttributes
in class Attributes