Modifier and Type | Method and Description |
---|---|
net.opengis.citygml.building._2.IntBuildingInstallationPropertyType |
Building200Marshaller.marshalIntBuildingInstallationProperty(IntBuildingInstallationProperty src) |
net.opengis.citygml.building._1.IntBuildingInstallationPropertyType |
Building100Marshaller.marshalIntBuildingInstallationProperty(IntBuildingInstallationProperty src) |
Modifier and Type | Method and Description |
---|---|
IntBuildingInstallationProperty |
Building200Unmarshaller.unmarshalIntBuildingInstallationProperty(net.opengis.citygml.building._2.IntBuildingInstallationPropertyType src) |
IntBuildingInstallationProperty |
Building100Unmarshaller.unmarshalIntBuildingInstallationProperty(net.opengis.citygml.building._1.IntBuildingInstallationPropertyType src) |
Modifier and Type | Method and Description |
---|---|
java.util.List<IntBuildingInstallationProperty> |
AbstractBuilding.getInteriorBuildingInstallation() |
java.util.List<IntBuildingInstallationProperty> |
Room.getRoomInstallation() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractBuilding.addInteriorBuildingInstallation(IntBuildingInstallationProperty interiorBuildingInstallation) |
void |
Room.addRoomInstallation(IntBuildingInstallationProperty roomInstallation) |
boolean |
AbstractBuilding.unsetInteriorBuildingInstallation(IntBuildingInstallationProperty interiorBuildingInstallation) |
boolean |
Room.unsetRoomInstallation(IntBuildingInstallationProperty roomInstallation) |
Modifier and Type | Method and Description |
---|---|
void |
AbstractBuilding.setInteriorBuildingInstallation(java.util.List<IntBuildingInstallationProperty> interiorBuildingInstallation) |
void |
Room.setRoomInstallation(java.util.List<IntBuildingInstallationProperty> roomInstallation) |