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

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

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

Methods in org.citygml4j.builder.jaxb.marshal.citygml.bridge that return BridgeInstallationPropertyType
 BridgeInstallationPropertyType Bridge200Marshaller.marshalBridgeInstallationProperty(BridgeInstallationProperty src)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.bridge with parameters of type BridgeInstallationPropertyType
 BridgeInstallationProperty Bridge200Unmarshaller.unmarshalBridgeInstallationProperty(BridgeInstallationPropertyType src)
           
 

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

Methods in org.citygml4j.jaxb.citygml.brid._2 that return BridgeInstallationPropertyType
 BridgeInstallationPropertyType ObjectFactory.createBridgeInstallationPropertyType()
          Create an instance of BridgeInstallationPropertyType
 

Methods in org.citygml4j.jaxb.citygml.brid._2 that return types with arguments of type BridgeInstallationPropertyType
 java.util.List<BridgeInstallationPropertyType> AbstractBridgeType.getOuterBridgeInstallation()
          Gets the value of the outerBridgeInstallation property.
 

Method parameters in org.citygml4j.jaxb.citygml.brid._2 with type arguments of type BridgeInstallationPropertyType
 void AbstractBridgeType.setOuterBridgeInstallation(java.util.List<BridgeInstallationPropertyType> outerBridgeInstallation)
          Sets the value of the outerBridgeInstallation property.