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

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

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

Methods in org.citygml4j.builder.jaxb.marshal.citygml.bridge that return InteriorBridgeRoomPropertyType
 InteriorBridgeRoomPropertyType Bridge200Marshaller.marshalInteriorBridgeRoomProperty(InteriorBridgeRoomProperty src)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.bridge with parameters of type InteriorBridgeRoomPropertyType
 InteriorBridgeRoomProperty Bridge200Unmarshaller.unmarshalInteriorBridgeRoomProperty(InteriorBridgeRoomPropertyType src)
           
 

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

Methods in org.citygml4j.jaxb.citygml.brid._2 that return InteriorBridgeRoomPropertyType
 InteriorBridgeRoomPropertyType ObjectFactory.createInteriorBridgeRoomPropertyType()
          Create an instance of InteriorBridgeRoomPropertyType
 

Methods in org.citygml4j.jaxb.citygml.brid._2 that return types with arguments of type InteriorBridgeRoomPropertyType
 java.util.List<InteriorBridgeRoomPropertyType> AbstractBridgeType.getInteriorBridgeRoom()
          Gets the value of the interiorBridgeRoom property.
 

Method parameters in org.citygml4j.jaxb.citygml.brid._2 with type arguments of type InteriorBridgeRoomPropertyType
 void AbstractBridgeType.setInteriorBridgeRoom(java.util.List<InteriorBridgeRoomPropertyType> interiorBridgeRoom)
          Sets the value of the interiorBridgeRoom property.