Uses of Class
org.citygml4j.jaxb.citygml.frn._1.CityFurnitureType

Packages that use CityFurnitureType
org.citygml4j.builder.jaxb.marshal.citygml.cityfurniture   
org.citygml4j.builder.jaxb.unmarshal.citygml.cityfurniture   
org.citygml4j.jaxb.citygml.frn._1   
 

Uses of CityFurnitureType in org.citygml4j.builder.jaxb.marshal.citygml.cityfurniture
 

Methods in org.citygml4j.builder.jaxb.marshal.citygml.cityfurniture that return CityFurnitureType
 CityFurnitureType CityFurniture100Marshaller.marshalCityFurniture(CityFurniture src)
           
 

Methods in org.citygml4j.builder.jaxb.marshal.citygml.cityfurniture with parameters of type CityFurnitureType
 void CityFurniture100Marshaller.marshalCityFurniture(CityFurniture src, CityFurnitureType dest)
           
 

Uses of CityFurnitureType in org.citygml4j.builder.jaxb.unmarshal.citygml.cityfurniture
 

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.cityfurniture with parameters of type CityFurnitureType
 CityFurniture CityFurniture100Unmarshaller.unmarshalCityFurniture(CityFurnitureType src)
           
 void CityFurniture100Unmarshaller.unmarshalCityFurniture(CityFurnitureType src, CityFurniture dest)
           
 

Uses of CityFurnitureType in org.citygml4j.jaxb.citygml.frn._1
 

Methods in org.citygml4j.jaxb.citygml.frn._1 that return CityFurnitureType
 CityFurnitureType ObjectFactory.createCityFurnitureType()
          Create an instance of CityFurnitureType
 

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

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