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

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

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

Methods in org.citygml4j.builder.jaxb.marshal.citygml.building that return BuildingInstallationType
 BuildingInstallationType Building100Marshaller.marshalBuildingInstallation(BuildingInstallation src)
           
 

Methods in org.citygml4j.builder.jaxb.marshal.citygml.building with parameters of type BuildingInstallationType
 void Building100Marshaller.marshalBuildingInstallation(BuildingInstallation src, BuildingInstallationType dest)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.building with parameters of type BuildingInstallationType
 BuildingInstallation Building100Unmarshaller.unmarshalBuildingInstallation(BuildingInstallationType src)
           
 void Building100Unmarshaller.unmarshalBuildingInstallation(BuildingInstallationType src, BuildingInstallation dest)
           
 

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

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

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

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