Package net.opengis.citygml.bridge.v_2_0
Class ObjectFactory
- java.lang.Object
-
- net.opengis.citygml.bridge.v_2_0.ObjectFactory
-
public class ObjectFactory extends Object
This object contains factory methods for each Java content interface and Java element interface generated in the net.opengis.citygml.bridge.v_2_0 package.An ObjectFactory allows you to programatically construct new instances of the Java representation for XML content. The Java representation of XML content can consist of schema derived interfaces and classes representing the binding of schema type definitions, element declarations and model groups. Factory methods for each of these are provided in this class.
-
-
Constructor Summary
Constructors Constructor Description ObjectFactory()Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: net.opengis.citygml.bridge.v_2_0
-
Method Summary
-
-
-
Method Detail
-
createBridgeType
public BridgeType createBridgeType()
Create an instance ofBridgeType
-
createBridgePartType
public BridgePartType createBridgePartType()
Create an instance ofBridgePartType
-
createBridgeInstallationType
public BridgeInstallationType createBridgeInstallationType()
Create an instance ofBridgeInstallationType
-
createIntBridgeInstallationType
public IntBridgeInstallationType createIntBridgeInstallationType()
Create an instance ofIntBridgeInstallationType
-
createBridgeConstructionElementType
public BridgeConstructionElementType createBridgeConstructionElementType()
Create an instance ofBridgeConstructionElementType
-
createRoofSurfaceType
public RoofSurfaceType createRoofSurfaceType()
Create an instance ofRoofSurfaceType
-
createWallSurfaceType
public WallSurfaceType createWallSurfaceType()
Create an instance ofWallSurfaceType
-
createGroundSurfaceType
public GroundSurfaceType createGroundSurfaceType()
Create an instance ofGroundSurfaceType
-
createClosureSurfaceType
public ClosureSurfaceType createClosureSurfaceType()
Create an instance ofClosureSurfaceType
-
createOuterFloorSurfaceType
public OuterFloorSurfaceType createOuterFloorSurfaceType()
Create an instance ofOuterFloorSurfaceType
-
createOuterCeilingSurfaceType
public OuterCeilingSurfaceType createOuterCeilingSurfaceType()
Create an instance ofOuterCeilingSurfaceType
-
createFloorSurfaceType
public FloorSurfaceType createFloorSurfaceType()
Create an instance ofFloorSurfaceType
-
createInteriorWallSurfaceType
public InteriorWallSurfaceType createInteriorWallSurfaceType()
Create an instance ofInteriorWallSurfaceType
-
createCeilingSurfaceType
public CeilingSurfaceType createCeilingSurfaceType()
Create an instance ofCeilingSurfaceType
-
createWindowType
public WindowType createWindowType()
Create an instance ofWindowType
-
createBridgeRoomType
public BridgeRoomType createBridgeRoomType()
Create an instance ofBridgeRoomType
-
createBridgeFurnitureType
public BridgeFurnitureType createBridgeFurnitureType()
Create an instance ofBridgeFurnitureType
-
createBridgePartPropertyType
public BridgePartPropertyType createBridgePartPropertyType()
Create an instance ofBridgePartPropertyType
-
createBridgeInstallationPropertyType
public BridgeInstallationPropertyType createBridgeInstallationPropertyType()
Create an instance ofBridgeInstallationPropertyType
-
createIntBridgeInstallationPropertyType
public IntBridgeInstallationPropertyType createIntBridgeInstallationPropertyType()
Create an instance ofIntBridgeInstallationPropertyType
-
createBridgeConstructionElementPropertyType
public BridgeConstructionElementPropertyType createBridgeConstructionElementPropertyType()
Create an instance ofBridgeConstructionElementPropertyType
-
createBoundarySurfacePropertyType
public BoundarySurfacePropertyType createBoundarySurfacePropertyType()
Create an instance ofBoundarySurfacePropertyType
-
createOpeningPropertyType
public OpeningPropertyType createOpeningPropertyType()
Create an instance ofOpeningPropertyType
-
createInteriorBridgeRoomPropertyType
public InteriorBridgeRoomPropertyType createInteriorBridgeRoomPropertyType()
Create an instance ofInteriorBridgeRoomPropertyType
-
createInteriorFurniturePropertyType
public InteriorFurniturePropertyType createInteriorFurniturePropertyType()
Create an instance ofInteriorFurniturePropertyType
-
createAbstractBridge
public jakarta.xml.bind.JAXBElement<AbstractBridgeType> createAbstractBridge(AbstractBridgeType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<AbstractBridgeType>
-
createGenericApplicationPropertyOfAbstractBridge
public jakarta.xml.bind.JAXBElement<Object> createGenericApplicationPropertyOfAbstractBridge(Object value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<Object>
-
createBridge
public jakarta.xml.bind.JAXBElement<BridgeType> createBridge(BridgeType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<BridgeType>
-
createGenericApplicationPropertyOfBridge
public jakarta.xml.bind.JAXBElement<Object> createGenericApplicationPropertyOfBridge(Object value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<Object>
-
createBridgePart
public jakarta.xml.bind.JAXBElement<BridgePartType> createBridgePart(BridgePartType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<BridgePartType>
-
createGenericApplicationPropertyOfBridgePart
public jakarta.xml.bind.JAXBElement<Object> createGenericApplicationPropertyOfBridgePart(Object value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<Object>
-
createBridgeInstallation
public jakarta.xml.bind.JAXBElement<BridgeInstallationType> createBridgeInstallation(BridgeInstallationType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<BridgeInstallationType>
-
createGenericApplicationPropertyOfBridgeInstallation
public jakarta.xml.bind.JAXBElement<Object> createGenericApplicationPropertyOfBridgeInstallation(Object value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<Object>
-
createIntBridgeInstallation
public jakarta.xml.bind.JAXBElement<IntBridgeInstallationType> createIntBridgeInstallation(IntBridgeInstallationType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<IntBridgeInstallationType>
-
createGenericApplicationPropertyOfIntBridgeInstallation
public jakarta.xml.bind.JAXBElement<Object> createGenericApplicationPropertyOfIntBridgeInstallation(Object value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<Object>
-
createBridgeConstructionElement
public jakarta.xml.bind.JAXBElement<BridgeConstructionElementType> createBridgeConstructionElement(BridgeConstructionElementType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<BridgeConstructionElementType>
-
createGenericApplicationPropertyOfBridgeConstructionElement
public jakarta.xml.bind.JAXBElement<Object> createGenericApplicationPropertyOfBridgeConstructionElement(Object value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<Object>
-
createBoundarySurface
public jakarta.xml.bind.JAXBElement<AbstractBoundarySurfaceType> createBoundarySurface(AbstractBoundarySurfaceType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<AbstractBoundarySurfaceType>
-
createGenericApplicationPropertyOfBoundarySurface
public jakarta.xml.bind.JAXBElement<Object> createGenericApplicationPropertyOfBoundarySurface(Object value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<Object>
-
createRoofSurface
public jakarta.xml.bind.JAXBElement<RoofSurfaceType> createRoofSurface(RoofSurfaceType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<RoofSurfaceType>
-
createGenericApplicationPropertyOfRoofSurface
public jakarta.xml.bind.JAXBElement<Object> createGenericApplicationPropertyOfRoofSurface(Object value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<Object>
-
createWallSurface
public jakarta.xml.bind.JAXBElement<WallSurfaceType> createWallSurface(WallSurfaceType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<WallSurfaceType>
-
createGenericApplicationPropertyOfWallSurface
public jakarta.xml.bind.JAXBElement<Object> createGenericApplicationPropertyOfWallSurface(Object value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<Object>
-
createGroundSurface
public jakarta.xml.bind.JAXBElement<GroundSurfaceType> createGroundSurface(GroundSurfaceType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<GroundSurfaceType>
-
createGenericApplicationPropertyOfGroundSurface
public jakarta.xml.bind.JAXBElement<Object> createGenericApplicationPropertyOfGroundSurface(Object value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<Object>
-
createClosureSurface
public jakarta.xml.bind.JAXBElement<ClosureSurfaceType> createClosureSurface(ClosureSurfaceType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<ClosureSurfaceType>
-
createGenericApplicationPropertyOfClosureSurface
public jakarta.xml.bind.JAXBElement<Object> createGenericApplicationPropertyOfClosureSurface(Object value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<Object>
-
createOuterFloorSurface
public jakarta.xml.bind.JAXBElement<OuterFloorSurfaceType> createOuterFloorSurface(OuterFloorSurfaceType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<OuterFloorSurfaceType>
-
createGenericApplicationPropertyOfOuterFloorSurface
public jakarta.xml.bind.JAXBElement<Object> createGenericApplicationPropertyOfOuterFloorSurface(Object value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<Object>
-
createOuterCeilingSurface
public jakarta.xml.bind.JAXBElement<OuterCeilingSurfaceType> createOuterCeilingSurface(OuterCeilingSurfaceType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<OuterCeilingSurfaceType>
-
createGenericApplicationPropertyOfOuterCeilingSurface
public jakarta.xml.bind.JAXBElement<Object> createGenericApplicationPropertyOfOuterCeilingSurface(Object value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<Object>
-
createFloorSurface
public jakarta.xml.bind.JAXBElement<FloorSurfaceType> createFloorSurface(FloorSurfaceType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<FloorSurfaceType>
-
createGenericApplicationPropertyOfFloorSurface
public jakarta.xml.bind.JAXBElement<Object> createGenericApplicationPropertyOfFloorSurface(Object value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<Object>
-
createInteriorWallSurface
public jakarta.xml.bind.JAXBElement<InteriorWallSurfaceType> createInteriorWallSurface(InteriorWallSurfaceType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<InteriorWallSurfaceType>
-
createGenericApplicationPropertyOfInteriorWallSurface
public jakarta.xml.bind.JAXBElement<Object> createGenericApplicationPropertyOfInteriorWallSurface(Object value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<Object>
-
createCeilingSurface
public jakarta.xml.bind.JAXBElement<CeilingSurfaceType> createCeilingSurface(CeilingSurfaceType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<CeilingSurfaceType>
-
createGenericApplicationPropertyOfCeilingSurface
public jakarta.xml.bind.JAXBElement<Object> createGenericApplicationPropertyOfCeilingSurface(Object value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<Object>
-
createOpening
public jakarta.xml.bind.JAXBElement<AbstractOpeningType> createOpening(AbstractOpeningType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<AbstractOpeningType>
-
createGenericApplicationPropertyOfOpening
public jakarta.xml.bind.JAXBElement<Object> createGenericApplicationPropertyOfOpening(Object value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<Object>
-
createWindow
public jakarta.xml.bind.JAXBElement<WindowType> createWindow(WindowType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<WindowType>
-
createGenericApplicationPropertyOfWindow
public jakarta.xml.bind.JAXBElement<Object> createGenericApplicationPropertyOfWindow(Object value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<Object>
-
createDoor
public jakarta.xml.bind.JAXBElement<DoorType> createDoor(DoorType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<DoorType>
-
createGenericApplicationPropertyOfDoor
public jakarta.xml.bind.JAXBElement<Object> createGenericApplicationPropertyOfDoor(Object value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<Object>
-
createBridgeRoom
public jakarta.xml.bind.JAXBElement<BridgeRoomType> createBridgeRoom(BridgeRoomType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<BridgeRoomType>
-
createGenericApplicationPropertyOfBridgeRoom
public jakarta.xml.bind.JAXBElement<Object> createGenericApplicationPropertyOfBridgeRoom(Object value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<Object>
-
createBridgeFurniture
public jakarta.xml.bind.JAXBElement<BridgeFurnitureType> createBridgeFurniture(BridgeFurnitureType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<BridgeFurnitureType>
-
-