Uses of Class
org.citygml4j.jaxb.citygml.brid._2.BridgeInstallationType

Packages that use BridgeInstallationType
org.citygml4j.builder.jaxb.marshal.citygml.bridge   
org.citygml4j.builder.jaxb.unmarshal.citygml.bridge   
org.citygml4j.jaxb.citygml.brid._2   
 

Uses of BridgeInstallationType in org.citygml4j.builder.jaxb.marshal.citygml.bridge
 

Methods in org.citygml4j.builder.jaxb.marshal.citygml.bridge that return BridgeInstallationType
 BridgeInstallationType Bridge200Marshaller.marshalBridgeInstallation(BridgeInstallation src)
           
 

Methods in org.citygml4j.builder.jaxb.marshal.citygml.bridge with parameters of type BridgeInstallationType
 void Bridge200Marshaller.marshalBridgeInstallation(BridgeInstallation src, BridgeInstallationType dest)
           
 

Uses of BridgeInstallationType in org.citygml4j.builder.jaxb.unmarshal.citygml.bridge
 

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.bridge with parameters of type BridgeInstallationType
 BridgeInstallation Bridge200Unmarshaller.unmarshalBridgeInstallation(BridgeInstallationType src)
           
 void Bridge200Unmarshaller.unmarshalBridgeInstallation(BridgeInstallationType src, BridgeInstallation dest)
           
 

Uses of BridgeInstallationType in org.citygml4j.jaxb.citygml.brid._2
 

Methods in org.citygml4j.jaxb.citygml.brid._2 that return BridgeInstallationType
 BridgeInstallationType ObjectFactory.createBridgeInstallationType()
          Create an instance of BridgeInstallationType
 BridgeInstallationType BridgeInstallationPropertyType.getBridgeInstallation()
          Ruft den Wert der bridgeInstallation-Eigenschaft ab.
 

Methods in org.citygml4j.jaxb.citygml.brid._2 that return types with arguments of type BridgeInstallationType
 javax.xml.bind.JAXBElement<BridgeInstallationType> ObjectFactory.createBridgeInstallation(BridgeInstallationType value)
          Create an instance of JAXBElement<BridgeInstallationType>}
 

Methods in org.citygml4j.jaxb.citygml.brid._2 with parameters of type BridgeInstallationType
 javax.xml.bind.JAXBElement<BridgeInstallationType> ObjectFactory.createBridgeInstallation(BridgeInstallationType value)
          Create an instance of JAXBElement<BridgeInstallationType>}
 void BridgeInstallationPropertyType.setBridgeInstallation(BridgeInstallationType value)
          Legt den Wert der bridgeInstallation-Eigenschaft fest.