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

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

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

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

Methods in org.citygml4j.builder.jaxb.marshal.citygml.building with parameters of type BuildingInstallationType
 void Building200Marshaller.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 Building200Unmarshaller.unmarshalBuildingInstallation(BuildingInstallationType src)
           
 void Building200Unmarshaller.unmarshalBuildingInstallation(BuildingInstallationType src, BuildingInstallation dest)
           
 

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

Methods in org.citygml4j.jaxb.citygml.bldg._2 that return BuildingInstallationType
 BuildingInstallationType ObjectFactory.createBuildingInstallationType()
          Create an instance of BuildingInstallationType
 BuildingInstallationType BuildingInstallationPropertyType.getBuildingInstallation()
          Ruft den Wert der buildingInstallation-Eigenschaft ab.
 

Methods in org.citygml4j.jaxb.citygml.bldg._2 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._2 with parameters of type BuildingInstallationType
 javax.xml.bind.JAXBElement<BuildingInstallationType> ObjectFactory.createBuildingInstallation(BuildingInstallationType value)
          Create an instance of JAXBElement<BuildingInstallationType>}
 void BuildingInstallationPropertyType.setBuildingInstallation(BuildingInstallationType value)
          Legt den Wert der buildingInstallation-Eigenschaft fest.