Uses of Class
org.citygml4j.jaxb.citygml.brid._2.BridgeRoomType

Packages that use BridgeRoomType
org.citygml4j.builder.jaxb.marshal.citygml.bridge   
org.citygml4j.builder.jaxb.unmarshal.citygml.bridge   
org.citygml4j.jaxb.citygml.brid._2   
 

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

Methods in org.citygml4j.builder.jaxb.marshal.citygml.bridge that return BridgeRoomType
 BridgeRoomType Bridge200Marshaller.marshalBridgeRoom(BridgeRoom src)
           
 

Methods in org.citygml4j.builder.jaxb.marshal.citygml.bridge with parameters of type BridgeRoomType
 void Bridge200Marshaller.marshalBridgeRoom(BridgeRoom src, BridgeRoomType dest)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.bridge with parameters of type BridgeRoomType
 BridgeRoom Bridge200Unmarshaller.unmarshalBridgeRoom(BridgeRoomType src)
           
 void Bridge200Unmarshaller.unmarshalBridgeRoom(BridgeRoomType src, BridgeRoom dest)
           
 

Uses of BridgeRoomType in org.citygml4j.jaxb.citygml.brid._2
 

Methods in org.citygml4j.jaxb.citygml.brid._2 that return BridgeRoomType
 BridgeRoomType ObjectFactory.createBridgeRoomType()
          Create an instance of BridgeRoomType
 BridgeRoomType InteriorBridgeRoomPropertyType.getBridgeRoom()
          Ruft den Wert der bridgeRoom-Eigenschaft ab.
 

Methods in org.citygml4j.jaxb.citygml.brid._2 that return types with arguments of type BridgeRoomType
 javax.xml.bind.JAXBElement<BridgeRoomType> ObjectFactory.createBridgeRoom(BridgeRoomType value)
          Create an instance of JAXBElement<BridgeRoomType>}
 

Methods in org.citygml4j.jaxb.citygml.brid._2 with parameters of type BridgeRoomType
 javax.xml.bind.JAXBElement<BridgeRoomType> ObjectFactory.createBridgeRoom(BridgeRoomType value)
          Create an instance of JAXBElement<BridgeRoomType>}
 void InteriorBridgeRoomPropertyType.setBridgeRoom(BridgeRoomType value)
          Legt den Wert der bridgeRoom-Eigenschaft fest.