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

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

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

Methods in org.citygml4j.builder.jaxb.marshal.citygml.bridge with parameters of type AbstractBridgeType
 void Bridge200Marshaller.marshalAbstractBridge(AbstractBridge src, AbstractBridgeType dest)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.bridge with parameters of type AbstractBridgeType
 void Bridge200Unmarshaller.unmarshalAbstractBridge(AbstractBridgeType src, AbstractBridge dest)
           
 

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

Subclasses of AbstractBridgeType in org.citygml4j.jaxb.citygml.brid._2
 class BridgePartType
          Java-Klasse für BridgePartType complex type.
 class BridgeType
          Java-Klasse für BridgeType complex type.
 

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

Methods in org.citygml4j.jaxb.citygml.brid._2 with parameters of type AbstractBridgeType
 javax.xml.bind.JAXBElement<AbstractBridgeType> ObjectFactory.create_AbstractBridge(AbstractBridgeType value)
          Create an instance of JAXBElement<AbstractBridgeType>}