Uses of Class
org.citygml4j.jaxb.citygml.bldg._1.RoomType

Packages that use RoomType
org.citygml4j.builder.jaxb.marshal.citygml.building   
org.citygml4j.builder.jaxb.unmarshal.citygml.building   
org.citygml4j.jaxb.citygml.bldg._1   
 

Uses of RoomType in org.citygml4j.builder.jaxb.marshal.citygml.building
 

Methods in org.citygml4j.builder.jaxb.marshal.citygml.building that return RoomType
 RoomType Building100Marshaller.marshalRoom(Room src)
           
 

Methods in org.citygml4j.builder.jaxb.marshal.citygml.building with parameters of type RoomType
 void Building100Marshaller.marshalRoom(Room src, RoomType dest)
           
 

Uses of RoomType in org.citygml4j.builder.jaxb.unmarshal.citygml.building
 

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.building with parameters of type RoomType
 Room Building100Unmarshaller.unmarshalRoom(RoomType src)
           
 void Building100Unmarshaller.unmarshalRoom(RoomType src, Room dest)
           
 

Uses of RoomType in org.citygml4j.jaxb.citygml.bldg._1
 

Methods in org.citygml4j.jaxb.citygml.bldg._1 that return RoomType
 RoomType ObjectFactory.createRoomType()
          Create an instance of RoomType
 

Methods in org.citygml4j.jaxb.citygml.bldg._1 that return types with arguments of type RoomType
 javax.xml.bind.JAXBElement<RoomType> ObjectFactory.createRoom(RoomType value)
          Create an instance of JAXBElement<RoomType>}
 

Methods in org.citygml4j.jaxb.citygml.bldg._1 with parameters of type RoomType
 javax.xml.bind.JAXBElement<RoomType> ObjectFactory.createRoom(RoomType value)
          Create an instance of JAXBElement<RoomType>}