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

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

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

Methods in org.citygml4j.builder.jaxb.marshal.citygml.bridge that return BridgePartType
 BridgePartType Bridge200Marshaller.marshalBridgePart(BridgePart src)
           
 

Methods in org.citygml4j.builder.jaxb.marshal.citygml.bridge with parameters of type BridgePartType
 void Bridge200Marshaller.marshalBridgePart(BridgePart src, BridgePartType dest)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.bridge with parameters of type BridgePartType
 BridgePart Bridge200Unmarshaller.unmarshalBridgePart(BridgePartType src)
           
 void Bridge200Unmarshaller.unmarshalBridgePart(BridgePartType src, BridgePart dest)
           
 

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

Methods in org.citygml4j.jaxb.citygml.brid._2 that return BridgePartType
 BridgePartType ObjectFactory.createBridgePartType()
          Create an instance of BridgePartType
 BridgePartType BridgePartPropertyType.getBridgePart()
          Ruft den Wert der bridgePart-Eigenschaft ab.
 

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

Methods in org.citygml4j.jaxb.citygml.brid._2 with parameters of type BridgePartType
 javax.xml.bind.JAXBElement<BridgePartType> ObjectFactory.createBridgePart(BridgePartType value)
          Create an instance of JAXBElement<BridgePartType>}
 void BridgePartPropertyType.setBridgePart(BridgePartType value)
          Legt den Wert der bridgePart-Eigenschaft fest.