Uses of Class
org.citygml4j.model.citygml.bridge.BridgeConstructionElementProperty

Packages that use BridgeConstructionElementProperty
org.citygml4j.builder.jaxb.marshal.citygml.bridge   
org.citygml4j.builder.jaxb.unmarshal.citygml.bridge   
org.citygml4j.model.citygml.bridge   
 

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

Methods in org.citygml4j.builder.jaxb.marshal.citygml.bridge with parameters of type BridgeConstructionElementProperty
 BridgeConstructionElementPropertyType Bridge200Marshaller.marshalBridgeConstructionElementProperty(BridgeConstructionElementProperty src)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.bridge that return BridgeConstructionElementProperty
 BridgeConstructionElementProperty Bridge200Unmarshaller.unmarshalBridgeConstructionElementProperty(BridgeConstructionElementPropertyType src)
           
 

Uses of BridgeConstructionElementProperty in org.citygml4j.model.citygml.bridge
 

Methods in org.citygml4j.model.citygml.bridge that return types with arguments of type BridgeConstructionElementProperty
 java.util.List<BridgeConstructionElementProperty> AbstractBridge.getOuterBridgeConstructionElement()
           
 

Methods in org.citygml4j.model.citygml.bridge with parameters of type BridgeConstructionElementProperty
 void AbstractBridge.addOuterBridgeConstructionElement(BridgeConstructionElementProperty outerBridgeConstructionElement)
           
 boolean AbstractBridge.unsetOuterBridgeConstructionElement(BridgeConstructionElementProperty outerBridgeConstructionElement)
           
 

Method parameters in org.citygml4j.model.citygml.bridge with type arguments of type BridgeConstructionElementProperty
 void AbstractBridge.setOuterBridgeConstructionElement(java.util.List<BridgeConstructionElementProperty> outerBridgeConstructionElement)