Package net.opengis.citygml.tunnel.v_2_0
Class ObjectFactory
- java.lang.Object
-
- net.opengis.citygml.tunnel.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.tunnel.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.tunnel.v_2_0
-
Method Summary
-
-
-
Method Detail
-
createAbstractTunnelType
public AbstractTunnelType createAbstractTunnelType()
Create an instance ofAbstractTunnelType
-
createTunnelType
public TunnelType createTunnelType()
Create an instance ofTunnelType
-
createTunnelPartType
public TunnelPartType createTunnelPartType()
Create an instance ofTunnelPartType
-
createTunnelInstallationType
public TunnelInstallationType createTunnelInstallationType()
Create an instance ofTunnelInstallationType
-
createIntTunnelInstallationType
public IntTunnelInstallationType createIntTunnelInstallationType()
Create an instance ofIntTunnelInstallationType
-
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
-
createFloorSurfaceType
public FloorSurfaceType createFloorSurfaceType()
Create an instance ofFloorSurfaceType
-
createOuterFloorSurfaceType
public OuterFloorSurfaceType createOuterFloorSurfaceType()
Create an instance ofOuterFloorSurfaceType
-
createInteriorWallSurfaceType
public InteriorWallSurfaceType createInteriorWallSurfaceType()
Create an instance ofInteriorWallSurfaceType
-
createCeilingSurfaceType
public CeilingSurfaceType createCeilingSurfaceType()
Create an instance ofCeilingSurfaceType
-
createOuterCeilingSurfaceType
public OuterCeilingSurfaceType createOuterCeilingSurfaceType()
Create an instance ofOuterCeilingSurfaceType
-
createHollowSpaceType
public HollowSpaceType createHollowSpaceType()
Create an instance ofHollowSpaceType
-
createTunnelFurnitureType
public TunnelFurnitureType createTunnelFurnitureType()
Create an instance ofTunnelFurnitureType
-
createWindowType
public WindowType createWindowType()
Create an instance ofWindowType
-
createTunnelPartPropertyType
public TunnelPartPropertyType createTunnelPartPropertyType()
Create an instance ofTunnelPartPropertyType
-
createTunnelInstallationPropertyType
public TunnelInstallationPropertyType createTunnelInstallationPropertyType()
Create an instance ofTunnelInstallationPropertyType
-
createIntTunnelInstallationPropertyType
public IntTunnelInstallationPropertyType createIntTunnelInstallationPropertyType()
Create an instance ofIntTunnelInstallationPropertyType
-
createBoundarySurfacePropertyType
public BoundarySurfacePropertyType createBoundarySurfacePropertyType()
Create an instance ofBoundarySurfacePropertyType
-
createInteriorHollowSpacePropertyType
public InteriorHollowSpacePropertyType createInteriorHollowSpacePropertyType()
Create an instance ofInteriorHollowSpacePropertyType
-
createInteriorFurniturePropertyType
public InteriorFurniturePropertyType createInteriorFurniturePropertyType()
Create an instance ofInteriorFurniturePropertyType
-
createOpeningPropertyType
public OpeningPropertyType createOpeningPropertyType()
Create an instance ofOpeningPropertyType
-
createAbstractTunnel
public jakarta.xml.bind.JAXBElement<AbstractTunnelType> createAbstractTunnel(AbstractTunnelType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<AbstractTunnelType>
-
createGenericApplicationPropertyOfAbstractTunnel
public jakarta.xml.bind.JAXBElement<Object> createGenericApplicationPropertyOfAbstractTunnel(Object value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<Object>
-
createTunnel
public jakarta.xml.bind.JAXBElement<TunnelType> createTunnel(TunnelType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TunnelType>
-
createGenericApplicationPropertyOfTunnel
public jakarta.xml.bind.JAXBElement<Object> createGenericApplicationPropertyOfTunnel(Object value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<Object>
-
createTunnelPart
public jakarta.xml.bind.JAXBElement<TunnelPartType> createTunnelPart(TunnelPartType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TunnelPartType>
-
createGenericApplicationPropertyOfTunnelPart
public jakarta.xml.bind.JAXBElement<Object> createGenericApplicationPropertyOfTunnelPart(Object value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<Object>
-
createTunnelInstallation
public jakarta.xml.bind.JAXBElement<TunnelInstallationType> createTunnelInstallation(TunnelInstallationType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TunnelInstallationType>
-
createGenericApplicationPropertyOfTunnelInstallation
public jakarta.xml.bind.JAXBElement<Object> createGenericApplicationPropertyOfTunnelInstallation(Object value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<Object>
-
createIntTunnelInstallation
public jakarta.xml.bind.JAXBElement<IntTunnelInstallationType> createIntTunnelInstallation(IntTunnelInstallationType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<IntTunnelInstallationType>
-
createGenericApplicationPropertyOfIntTunnelInstallation
public jakarta.xml.bind.JAXBElement<Object> createGenericApplicationPropertyOfIntTunnelInstallation(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>
-
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>
-
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>
-
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>
-
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>
-
createHollowSpace
public jakarta.xml.bind.JAXBElement<HollowSpaceType> createHollowSpace(HollowSpaceType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<HollowSpaceType>
-
createGenericApplicationPropertyOfHollowSpace
public jakarta.xml.bind.JAXBElement<Object> createGenericApplicationPropertyOfHollowSpace(Object value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<Object>
-
createTunnelFurniture
public jakarta.xml.bind.JAXBElement<TunnelFurnitureType> createTunnelFurniture(TunnelFurnitureType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TunnelFurnitureType>
-
createGenericApplicationPropertyOfTunnelFurniture
public jakarta.xml.bind.JAXBElement<Object> createGenericApplicationPropertyOfTunnelFurniture(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>
-
-