org.citygml4j.builder.jaxb.marshal.citygml.bridge
Class Bridge200Marshaller

java.lang.Object
  extended by org.citygml4j.builder.jaxb.marshal.citygml.bridge.Bridge200Marshaller

public class Bridge200Marshaller
extends java.lang.Object


Constructor Summary
Bridge200Marshaller(CityGMLMarshaller citygml)
           
 
Method Summary
 java.lang.Object marshal(ModelObject src)
           
 void marshalAbstractBoundarySurface(AbstractBoundarySurface src, AbstractBoundarySurfaceType dest)
           
 void marshalAbstractBridge(AbstractBridge src, AbstractBridgeType dest)
           
 void marshalAbstractOpening(AbstractOpening src, AbstractOpeningType dest)
           
 BoundarySurfacePropertyType marshalBoundarySurfaceProperty(BoundarySurfaceProperty src)
           
 BridgeType marshalBridge(Bridge src)
           
 void marshalBridge(Bridge src, BridgeType dest)
           
 BridgeConstructionElementType marshalBridgeConstructionElement(BridgeConstructionElement src)
           
 void marshalBridgeConstructionElement(BridgeConstructionElement src, BridgeConstructionElementType dest)
           
 BridgeConstructionElementPropertyType marshalBridgeConstructionElementProperty(BridgeConstructionElementProperty src)
           
 BridgeFurnitureType marshalBridgeFurniture(BridgeFurniture src)
           
 void marshalBridgeFurniture(BridgeFurniture src, BridgeFurnitureType dest)
           
 BridgeInstallationType marshalBridgeInstallation(BridgeInstallation src)
           
 void marshalBridgeInstallation(BridgeInstallation src, BridgeInstallationType dest)
           
 BridgeInstallationPropertyType marshalBridgeInstallationProperty(BridgeInstallationProperty src)
           
 BridgePartType marshalBridgePart(BridgePart src)
           
 void marshalBridgePart(BridgePart src, BridgePartType dest)
           
 BridgePartPropertyType marshalBridgePartProperty(BridgePartProperty src)
           
 BridgeRoomType marshalBridgeRoom(BridgeRoom src)
           
 void marshalBridgeRoom(BridgeRoom src, BridgeRoomType dest)
           
 CeilingSurfaceType marshalCeilingSurface(CeilingSurface src)
           
 void marshalCeilingSurface(CeilingSurface src, CeilingSurfaceType dest)
           
 ClosureSurfaceType marshalClosureSurface(ClosureSurface src)
           
 void marshalClosureSurface(ClosureSurface src, ClosureSurfaceType dest)
           
 DoorType marshalDoor(Door src)
           
 void marshalDoor(Door src, DoorType dest)
           
 FloorSurfaceType marshalFloorSurface(FloorSurface src)
           
 void marshalFloorSurface(FloorSurface src, FloorSurfaceType dest)
           
 GroundSurfaceType marshalGroundSurface(GroundSurface src)
           
 void marshalGroundSurface(GroundSurface src, GroundSurfaceType dest)
           
 IntBridgeInstallationType marshalIntBridgeInstallation(IntBridgeInstallation src)
           
 void marshalIntBridgeInstallation(IntBridgeInstallation src, IntBridgeInstallationType dest)
           
 IntBridgeInstallationPropertyType marshalIntBridgeInstallationProperty(IntBridgeInstallationProperty src)
           
 InteriorBridgeRoomPropertyType marshalInteriorBridgeRoomProperty(InteriorBridgeRoomProperty src)
           
 InteriorFurniturePropertyType marshalInteriorFurnitureProperty(InteriorFurnitureProperty src)
           
 InteriorWallSurfaceType marshalInteriorWallSurface(InteriorWallSurface src)
           
 void marshalInteriorWallSurface(InteriorWallSurface src, InteriorWallSurfaceType dest)
           
 javax.xml.bind.JAXBElement<?> marshalJAXBElement(java.lang.Object src)
           
 OpeningPropertyType marshalOpeningProperty(OpeningProperty src)
           
 OuterCeilingSurfaceType marshalOuterCeilingSurface(OuterCeilingSurface src)
           
 void marshalOuterCeilingSurface(OuterCeilingSurface src, OuterCeilingSurfaceType dest)
           
 OuterFloorSurfaceType marshalOuterFloorSurface(OuterFloorSurface src)
           
 void marshalOuterFloorSurface(OuterFloorSurface src, OuterFloorSurfaceType dest)
           
 RoofSurfaceType marshalRoofSurface(RoofSurface src)
           
 void marshalRoofSurface(RoofSurface src, RoofSurfaceType dest)
           
 WallSurfaceType marshalWallSurface(WallSurface src)
           
 void marshalWallSurface(WallSurface src, WallSurfaceType dest)
           
 WindowType marshalWindow(Window src)
           
 void marshalWindow(Window src, WindowType dest)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Bridge200Marshaller

public Bridge200Marshaller(CityGMLMarshaller citygml)
Method Detail

marshalJAXBElement

public javax.xml.bind.JAXBElement<?> marshalJAXBElement(java.lang.Object src)

marshal

public java.lang.Object marshal(ModelObject src)

marshalAbstractBridge

public void marshalAbstractBridge(AbstractBridge src,
                                  AbstractBridgeType dest)

marshalAbstractBoundarySurface

public void marshalAbstractBoundarySurface(AbstractBoundarySurface src,
                                           AbstractBoundarySurfaceType dest)

marshalAbstractOpening

public void marshalAbstractOpening(AbstractOpening src,
                                   AbstractOpeningType dest)

marshalBoundarySurfaceProperty

public BoundarySurfacePropertyType marshalBoundarySurfaceProperty(BoundarySurfaceProperty src)

marshalBridge

public void marshalBridge(Bridge src,
                          BridgeType dest)

marshalBridge

public BridgeType marshalBridge(Bridge src)

marshalBridgeConstructionElement

public void marshalBridgeConstructionElement(BridgeConstructionElement src,
                                             BridgeConstructionElementType dest)

marshalBridgeConstructionElement

public BridgeConstructionElementType marshalBridgeConstructionElement(BridgeConstructionElement src)

marshalBridgeConstructionElementProperty

public BridgeConstructionElementPropertyType marshalBridgeConstructionElementProperty(BridgeConstructionElementProperty src)

marshalBridgeFurniture

public void marshalBridgeFurniture(BridgeFurniture src,
                                   BridgeFurnitureType dest)

marshalBridgeFurniture

public BridgeFurnitureType marshalBridgeFurniture(BridgeFurniture src)

marshalBridgeInstallation

public void marshalBridgeInstallation(BridgeInstallation src,
                                      BridgeInstallationType dest)

marshalBridgeInstallation

public BridgeInstallationType marshalBridgeInstallation(BridgeInstallation src)

marshalBridgeInstallationProperty

public BridgeInstallationPropertyType marshalBridgeInstallationProperty(BridgeInstallationProperty src)

marshalBridgePart

public void marshalBridgePart(BridgePart src,
                              BridgePartType dest)

marshalBridgePart

public BridgePartType marshalBridgePart(BridgePart src)

marshalBridgeRoom

public void marshalBridgeRoom(BridgeRoom src,
                              BridgeRoomType dest)

marshalBridgeRoom

public BridgeRoomType marshalBridgeRoom(BridgeRoom src)

marshalBridgePartProperty

public BridgePartPropertyType marshalBridgePartProperty(BridgePartProperty src)

marshalCeilingSurface

public void marshalCeilingSurface(CeilingSurface src,
                                  CeilingSurfaceType dest)

marshalCeilingSurface

public CeilingSurfaceType marshalCeilingSurface(CeilingSurface src)

marshalClosureSurface

public void marshalClosureSurface(ClosureSurface src,
                                  ClosureSurfaceType dest)

marshalClosureSurface

public ClosureSurfaceType marshalClosureSurface(ClosureSurface src)

marshalDoor

public void marshalDoor(Door src,
                        DoorType dest)

marshalDoor

public DoorType marshalDoor(Door src)

marshalFloorSurface

public void marshalFloorSurface(FloorSurface src,
                                FloorSurfaceType dest)

marshalFloorSurface

public FloorSurfaceType marshalFloorSurface(FloorSurface src)

marshalGroundSurface

public void marshalGroundSurface(GroundSurface src,
                                 GroundSurfaceType dest)

marshalGroundSurface

public GroundSurfaceType marshalGroundSurface(GroundSurface src)

marshalIntBridgeInstallation

public void marshalIntBridgeInstallation(IntBridgeInstallation src,
                                         IntBridgeInstallationType dest)

marshalIntBridgeInstallation

public IntBridgeInstallationType marshalIntBridgeInstallation(IntBridgeInstallation src)

marshalIntBridgeInstallationProperty

public IntBridgeInstallationPropertyType marshalIntBridgeInstallationProperty(IntBridgeInstallationProperty src)

marshalInteriorBridgeRoomProperty

public InteriorBridgeRoomPropertyType marshalInteriorBridgeRoomProperty(InteriorBridgeRoomProperty src)

marshalInteriorFurnitureProperty

public InteriorFurniturePropertyType marshalInteriorFurnitureProperty(InteriorFurnitureProperty src)

marshalInteriorWallSurface

public void marshalInteriorWallSurface(InteriorWallSurface src,
                                       InteriorWallSurfaceType dest)

marshalInteriorWallSurface

public InteriorWallSurfaceType marshalInteriorWallSurface(InteriorWallSurface src)

marshalOpeningProperty

public OpeningPropertyType marshalOpeningProperty(OpeningProperty src)

marshalOuterCeilingSurface

public void marshalOuterCeilingSurface(OuterCeilingSurface src,
                                       OuterCeilingSurfaceType dest)

marshalOuterCeilingSurface

public OuterCeilingSurfaceType marshalOuterCeilingSurface(OuterCeilingSurface src)

marshalOuterFloorSurface

public void marshalOuterFloorSurface(OuterFloorSurface src,
                                     OuterFloorSurfaceType dest)

marshalOuterFloorSurface

public OuterFloorSurfaceType marshalOuterFloorSurface(OuterFloorSurface src)

marshalRoofSurface

public void marshalRoofSurface(RoofSurface src,
                               RoofSurfaceType dest)

marshalRoofSurface

public RoofSurfaceType marshalRoofSurface(RoofSurface src)

marshalWallSurface

public void marshalWallSurface(WallSurface src,
                               WallSurfaceType dest)

marshalWallSurface

public WallSurfaceType marshalWallSurface(WallSurface src)

marshalWindow

public void marshalWindow(Window src,
                          WindowType dest)

marshalWindow

public WindowType marshalWindow(Window src)