Uses of Class
net.opengis.citygml.bridge.v_2_0.BridgeRoomType
-
Packages that use BridgeRoomType Package Description net.opengis.citygml.bridge.v_2_0 -
-
Uses of BridgeRoomType in net.opengis.citygml.bridge.v_2_0
Fields in net.opengis.citygml.bridge.v_2_0 declared as BridgeRoomType Modifier and Type Field Description protected BridgeRoomTypeInteriorBridgeRoomPropertyType. bridgeRoomMethods in net.opengis.citygml.bridge.v_2_0 that return types with arguments of type BridgeRoomType Modifier and Type Method Description jakarta.xml.bind.JAXBElement<BridgeRoomType>ObjectFactory. createBridgeRoom(BridgeRoomType value)Methods in net.opengis.citygml.bridge.v_2_0 with parameters of type BridgeRoomType Modifier and Type Method Description jakarta.xml.bind.JAXBElement<BridgeRoomType>ObjectFactory. createBridgeRoom(BridgeRoomType value)voidInteriorBridgeRoomPropertyType. setBridgeRoom(BridgeRoomType value)Sets the value of the bridgeRoom property.InteriorBridgeRoomPropertyTypeInteriorBridgeRoomPropertyType. withBridgeRoom(BridgeRoomType value)Constructors in net.opengis.citygml.bridge.v_2_0 with parameters of type BridgeRoomType Constructor Description InteriorBridgeRoomPropertyType(BridgeRoomType bridgeRoom, String remoteSchema, org.hisrc.w3c.xlink.v_1_0.TypeType type, String href, String role, String arcrole, String title, org.hisrc.w3c.xlink.v_1_0.ShowType show, org.hisrc.w3c.xlink.v_1_0.ActuateType actuate)Fully-initialising value constructor
-