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

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

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

Methods in org.citygml4j.builder.jaxb.marshal.citygml.bridge that return IntBridgeInstallationPropertyType
 IntBridgeInstallationPropertyType Bridge200Marshaller.marshalIntBridgeInstallationProperty(IntBridgeInstallationProperty src)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.bridge with parameters of type IntBridgeInstallationPropertyType
 IntBridgeInstallationProperty Bridge200Unmarshaller.unmarshalIntBridgeInstallationProperty(IntBridgeInstallationPropertyType src)
           
 

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

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

Methods in org.citygml4j.jaxb.citygml.brid._2 that return types with arguments of type IntBridgeInstallationPropertyType
 java.util.List<IntBridgeInstallationPropertyType> BridgeRoomType.getBridgeRoomInstallation()
          Gets the value of the bridgeRoomInstallation property.
 java.util.List<IntBridgeInstallationPropertyType> AbstractBridgeType.getInteriorBridgeInstallation()
          Gets the value of the interiorBridgeInstallation property.
 

Method parameters in org.citygml4j.jaxb.citygml.brid._2 with type arguments of type IntBridgeInstallationPropertyType
 void BridgeRoomType.setBridgeRoomInstallation(java.util.List<IntBridgeInstallationPropertyType> bridgeRoomInstallation)
          Sets the value of the bridgeRoomInstallation property.
 void AbstractBridgeType.setInteriorBridgeInstallation(java.util.List<IntBridgeInstallationPropertyType> interiorBridgeInstallation)
          Sets the value of the interiorBridgeInstallation property.