Class 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.transportation.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 Detail

      • ObjectFactory

        public ObjectFactory()
        Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: net.opengis.citygml.transportation.v_2_0
    • Method Detail

      • createRoadType

        public RoadType createRoadType()
        Create an instance of RoadType
      • createGenericApplicationPropertyOfTransportationObject

        public jakarta.xml.bind.JAXBElement<Object> createGenericApplicationPropertyOfTransportationObject​(Object value)
        Create an instance of JAXBElement<Object>
        Parameters:
        value - Java instance representing xml element's value.
        Returns:
        the new instance of JAXBElement<Object>
      • createGenericApplicationPropertyOfTransportationComplex

        public jakarta.xml.bind.JAXBElement<Object> createGenericApplicationPropertyOfTransportationComplex​(Object value)
        Create an instance of JAXBElement<Object>
        Parameters:
        value - Java instance representing xml element's value.
        Returns:
        the new instance of JAXBElement<Object>
      • createGenericApplicationPropertyOfTrafficArea

        public jakarta.xml.bind.JAXBElement<Object> createGenericApplicationPropertyOfTrafficArea​(Object value)
        Create an instance of JAXBElement<Object>
        Parameters:
        value - Java instance representing xml element's value.
        Returns:
        the new instance of JAXBElement<Object>
      • createGenericApplicationPropertyOfAuxiliaryTrafficArea

        public jakarta.xml.bind.JAXBElement<Object> createGenericApplicationPropertyOfAuxiliaryTrafficArea​(Object value)
        Create an instance of JAXBElement<Object>
        Parameters:
        value - Java instance representing xml element's value.
        Returns:
        the new instance of JAXBElement<Object>
      • createTrack

        public jakarta.xml.bind.JAXBElement<TrackType> createTrack​(TrackType value)
        Create an instance of JAXBElement<TrackType>
        Parameters:
        value - Java instance representing xml element's value.
        Returns:
        the new instance of JAXBElement<TrackType>
      • createGenericApplicationPropertyOfTrack

        public jakarta.xml.bind.JAXBElement<Object> createGenericApplicationPropertyOfTrack​(Object value)
        Create an instance of JAXBElement<Object>
        Parameters:
        value - Java instance representing xml element's value.
        Returns:
        the new instance of JAXBElement<Object>
      • createRoad

        public jakarta.xml.bind.JAXBElement<RoadType> createRoad​(RoadType value)
        Create an instance of JAXBElement<RoadType>
        Parameters:
        value - Java instance representing xml element's value.
        Returns:
        the new instance of JAXBElement<RoadType>
      • createGenericApplicationPropertyOfRoad

        public jakarta.xml.bind.JAXBElement<Object> createGenericApplicationPropertyOfRoad​(Object value)
        Create an instance of JAXBElement<Object>
        Parameters:
        value - Java instance representing xml element's value.
        Returns:
        the new instance of JAXBElement<Object>
      • createRailway

        public jakarta.xml.bind.JAXBElement<RailwayType> createRailway​(RailwayType value)
        Create an instance of JAXBElement<RailwayType>
        Parameters:
        value - Java instance representing xml element's value.
        Returns:
        the new instance of JAXBElement<RailwayType>
      • createGenericApplicationPropertyOfRailway

        public jakarta.xml.bind.JAXBElement<Object> createGenericApplicationPropertyOfRailway​(Object value)
        Create an instance of JAXBElement<Object>
        Parameters:
        value - Java instance representing xml element's value.
        Returns:
        the new instance of JAXBElement<Object>
      • createSquare

        public jakarta.xml.bind.JAXBElement<SquareType> createSquare​(SquareType value)
        Create an instance of JAXBElement<SquareType>
        Parameters:
        value - Java instance representing xml element's value.
        Returns:
        the new instance of JAXBElement<SquareType>
      • createGenericApplicationPropertyOfSquare

        public jakarta.xml.bind.JAXBElement<Object> createGenericApplicationPropertyOfSquare​(Object value)
        Create an instance of JAXBElement<Object>
        Parameters:
        value - Java instance representing xml element's value.
        Returns:
        the new instance of JAXBElement<Object>