Uses of Class
org.citygml4j.model.citygml.bridge.InteriorBridgeRoomProperty

Packages that use InteriorBridgeRoomProperty
org.citygml4j.builder.jaxb.marshal.citygml.bridge   
org.citygml4j.builder.jaxb.unmarshal.citygml.bridge   
org.citygml4j.model.citygml.bridge   
 

Uses of InteriorBridgeRoomProperty in org.citygml4j.builder.jaxb.marshal.citygml.bridge
 

Methods in org.citygml4j.builder.jaxb.marshal.citygml.bridge with parameters of type InteriorBridgeRoomProperty
 InteriorBridgeRoomPropertyType Bridge200Marshaller.marshalInteriorBridgeRoomProperty(InteriorBridgeRoomProperty src)
           
 

Uses of InteriorBridgeRoomProperty in org.citygml4j.builder.jaxb.unmarshal.citygml.bridge
 

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.bridge that return InteriorBridgeRoomProperty
 InteriorBridgeRoomProperty Bridge200Unmarshaller.unmarshalInteriorBridgeRoomProperty(InteriorBridgeRoomPropertyType src)
           
 

Uses of InteriorBridgeRoomProperty in org.citygml4j.model.citygml.bridge
 

Methods in org.citygml4j.model.citygml.bridge that return types with arguments of type InteriorBridgeRoomProperty
 java.util.List<InteriorBridgeRoomProperty> AbstractBridge.getInteriorBridgeRoom()
           
 

Methods in org.citygml4j.model.citygml.bridge with parameters of type InteriorBridgeRoomProperty
 void AbstractBridge.addInteriorBridgeRoom(InteriorBridgeRoomProperty interiorBridgeRoom)
           
 boolean AbstractBridge.unsetInteriorBridgeRoom(InteriorBridgeRoomProperty interiorBridgeRoom)
           
 

Method parameters in org.citygml4j.model.citygml.bridge with type arguments of type InteriorBridgeRoomProperty
 void AbstractBridge.setInteriorBridgeRoom(java.util.List<InteriorBridgeRoomProperty> interiorBridgeRoom)