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

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

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

Methods in org.citygml4j.builder.jaxb.marshal.citygml.bridge with parameters of type IntBridgeInstallationProperty
 IntBridgeInstallationPropertyType Bridge200Marshaller.marshalIntBridgeInstallationProperty(IntBridgeInstallationProperty src)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.bridge that return IntBridgeInstallationProperty
 IntBridgeInstallationProperty Bridge200Unmarshaller.unmarshalIntBridgeInstallationProperty(IntBridgeInstallationPropertyType src)
           
 

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

Methods in org.citygml4j.model.citygml.bridge that return types with arguments of type IntBridgeInstallationProperty
 java.util.List<IntBridgeInstallationProperty> BridgeRoom.getBridgeRoomInstallation()
           
 java.util.List<IntBridgeInstallationProperty> AbstractBridge.getInteriorBridgeInstallation()
           
 

Methods in org.citygml4j.model.citygml.bridge with parameters of type IntBridgeInstallationProperty
 void BridgeRoom.addBridgeRoomInstallation(IntBridgeInstallationProperty bridgeRoomInstallation)
           
 void AbstractBridge.addInteriorBridgeInstallation(IntBridgeInstallationProperty interiorBridgeInstallation)
           
 boolean BridgeRoom.unsetBridgeRoomInstallation(IntBridgeInstallationProperty bridgeRoomInstallation)
           
 boolean AbstractBridge.unsetInteriorBridgeInstallation(IntBridgeInstallationProperty interiorBridgeInstallation)
           
 

Method parameters in org.citygml4j.model.citygml.bridge with type arguments of type IntBridgeInstallationProperty
 void BridgeRoom.setBridgeRoomInstallation(java.util.List<IntBridgeInstallationProperty> bridgeRoomInstallation)
           
 void AbstractBridge.setInteriorBridgeInstallation(java.util.List<IntBridgeInstallationProperty> interiorBridgeInstallation)