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

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

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

Methods in org.citygml4j.builder.jaxb.marshal.citygml.bridge that return BridgeConstructionElementType
 BridgeConstructionElementType Bridge200Marshaller.marshalBridgeConstructionElement(BridgeConstructionElement src)
           
 

Methods in org.citygml4j.builder.jaxb.marshal.citygml.bridge with parameters of type BridgeConstructionElementType
 void Bridge200Marshaller.marshalBridgeConstructionElement(BridgeConstructionElement src, BridgeConstructionElementType dest)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.bridge with parameters of type BridgeConstructionElementType
 BridgeConstructionElement Bridge200Unmarshaller.unmarshalBridgeConstructionElement(BridgeConstructionElementType src)
           
 void Bridge200Unmarshaller.unmarshalBridgeConstructionElement(BridgeConstructionElementType src, BridgeConstructionElement dest)
           
 

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

Methods in org.citygml4j.jaxb.citygml.brid._2 that return BridgeConstructionElementType
 BridgeConstructionElementType ObjectFactory.createBridgeConstructionElementType()
          Create an instance of BridgeConstructionElementType
 BridgeConstructionElementType BridgeConstructionElementPropertyType.getBridgeConstructionElement()
          Ruft den Wert der bridgeConstructionElement-Eigenschaft ab.
 

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

Methods in org.citygml4j.jaxb.citygml.brid._2 with parameters of type BridgeConstructionElementType
 javax.xml.bind.JAXBElement<BridgeConstructionElementType> ObjectFactory.createBridgeConstructionElement(BridgeConstructionElementType value)
          Create an instance of JAXBElement<BridgeConstructionElementType>}
 void BridgeConstructionElementPropertyType.setBridgeConstructionElement(BridgeConstructionElementType value)
          Legt den Wert der bridgeConstructionElement-Eigenschaft fest.