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

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

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

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

Methods in org.citygml4j.builder.jaxb.marshal.citygml.cityfurniture with parameters of type CityFurnitureType
 void CityFurniture200Marshaller.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 CityFurniture200Unmarshaller.unmarshalCityFurniture(CityFurnitureType src)
           
 void CityFurniture200Unmarshaller.unmarshalCityFurniture(CityFurnitureType src, CityFurniture dest)
           
 

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

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

Methods in org.citygml4j.jaxb.citygml.frn._2 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._2 with parameters of type CityFurnitureType
 javax.xml.bind.JAXBElement<CityFurnitureType> ObjectFactory.createCityFurniture(CityFurnitureType value)
          Create an instance of JAXBElement<CityFurnitureType>}