Class ObjectFactory
- java.lang.Object
-
- net.opengis.citygml.transportation.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.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 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.transportation.v_2_0
-
Method Summary
-
-
-
Method Detail
-
createTransportationComplexType
public TransportationComplexType createTransportationComplexType()
Create an instance ofTransportationComplexType
-
createTrafficAreaType
public TrafficAreaType createTrafficAreaType()
Create an instance ofTrafficAreaType
-
createAuxiliaryTrafficAreaType
public AuxiliaryTrafficAreaType createAuxiliaryTrafficAreaType()
Create an instance ofAuxiliaryTrafficAreaType
-
createRailwayType
public RailwayType createRailwayType()
Create an instance ofRailwayType
-
createSquareType
public SquareType createSquareType()
Create an instance ofSquareType
-
createTrafficAreaPropertyType
public TrafficAreaPropertyType createTrafficAreaPropertyType()
Create an instance ofTrafficAreaPropertyType
-
createAuxiliaryTrafficAreaPropertyType
public AuxiliaryTrafficAreaPropertyType createAuxiliaryTrafficAreaPropertyType()
Create an instance ofAuxiliaryTrafficAreaPropertyType
-
createTransportationObject
public jakarta.xml.bind.JAXBElement<AbstractTransportationObjectType> createTransportationObject(AbstractTransportationObjectType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<AbstractTransportationObjectType>
-
createGenericApplicationPropertyOfTransportationObject
public jakarta.xml.bind.JAXBElement<Object> createGenericApplicationPropertyOfTransportationObject(Object value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<Object>
-
createTransportationComplex
public jakarta.xml.bind.JAXBElement<TransportationComplexType> createTransportationComplex(TransportationComplexType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TransportationComplexType>
-
createGenericApplicationPropertyOfTransportationComplex
public jakarta.xml.bind.JAXBElement<Object> createGenericApplicationPropertyOfTransportationComplex(Object value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<Object>
-
createTrafficArea
public jakarta.xml.bind.JAXBElement<TrafficAreaType> createTrafficArea(TrafficAreaType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TrafficAreaType>
-
createGenericApplicationPropertyOfTrafficArea
public jakarta.xml.bind.JAXBElement<Object> createGenericApplicationPropertyOfTrafficArea(Object value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<Object>
-
createAuxiliaryTrafficArea
public jakarta.xml.bind.JAXBElement<AuxiliaryTrafficAreaType> createAuxiliaryTrafficArea(AuxiliaryTrafficAreaType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<AuxiliaryTrafficAreaType>
-
createGenericApplicationPropertyOfAuxiliaryTrafficArea
public jakarta.xml.bind.JAXBElement<Object> createGenericApplicationPropertyOfAuxiliaryTrafficArea(Object value)
- 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)
- 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)
- 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)
- 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)
- 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)
- 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)
- 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)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<SquareType>
-
-