net.opengis.citygml.transportation.v_1_0
Class ObjectFactory

java.lang.Object
  extended by net.opengis.citygml.transportation.v_1_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_1_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
ObjectFactory()
          Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: net.opengis.citygml.transportation.v_1_0
 
Method Summary
 JAXBElement<AuxiliaryTrafficAreaType> createAuxiliaryTrafficArea(AuxiliaryTrafficAreaType value)
          Create an instance of JAXBElement<AuxiliaryTrafficAreaType>}
 AuxiliaryTrafficAreaPropertyType createAuxiliaryTrafficAreaPropertyType()
          Create an instance of AuxiliaryTrafficAreaPropertyType
 AuxiliaryTrafficAreaType createAuxiliaryTrafficAreaType()
          Create an instance of AuxiliaryTrafficAreaType
 JAXBElement<Object> createGenericApplicationPropertyOfAuxiliaryTrafficArea(Object value)
          Create an instance of JAXBElement<Object>}
 JAXBElement<Object> createGenericApplicationPropertyOfRailway(Object value)
          Create an instance of JAXBElement<Object>}
 JAXBElement<Object> createGenericApplicationPropertyOfRoad(Object value)
          Create an instance of JAXBElement<Object>}
 JAXBElement<Object> createGenericApplicationPropertyOfSquare(Object value)
          Create an instance of JAXBElement<Object>}
 JAXBElement<Object> createGenericApplicationPropertyOfTrack(Object value)
          Create an instance of JAXBElement<Object>}
 JAXBElement<Object> createGenericApplicationPropertyOfTrafficArea(Object value)
          Create an instance of JAXBElement<Object>}
 JAXBElement<Object> createGenericApplicationPropertyOfTransportationComplex(Object value)
          Create an instance of JAXBElement<Object>}
 JAXBElement<Object> createGenericApplicationPropertyOfTransportationObject(Object value)
          Create an instance of JAXBElement<Object>}
 JAXBElement<RailwayType> createRailway(RailwayType value)
          Create an instance of JAXBElement<RailwayType>}
 RailwayType createRailwayType()
          Create an instance of RailwayType
 JAXBElement<RoadType> createRoad(RoadType value)
          Create an instance of JAXBElement<RoadType>}
 RoadType createRoadType()
          Create an instance of RoadType
 JAXBElement<SquareType> createSquare(SquareType value)
          Create an instance of JAXBElement<SquareType>}
 SquareType createSquareType()
          Create an instance of SquareType
 JAXBElement<TrackType> createTrack(TrackType value)
          Create an instance of JAXBElement<TrackType>}
 TrackType createTrackType()
          Create an instance of TrackType
 JAXBElement<TrafficAreaType> createTrafficArea(TrafficAreaType value)
          Create an instance of JAXBElement<TrafficAreaType>}
 TrafficAreaPropertyType createTrafficAreaPropertyType()
          Create an instance of TrafficAreaPropertyType
 TrafficAreaType createTrafficAreaType()
          Create an instance of TrafficAreaType
 JAXBElement<TransportationComplexType> createTransportationComplex(TransportationComplexType value)
          Create an instance of JAXBElement<TransportationComplexType>}
 TransportationComplexType createTransportationComplexType()
          Create an instance of TransportationComplexType
 JAXBElement<AbstractTransportationObjectType> createTransportationObject(AbstractTransportationObjectType value)
          Create an instance of JAXBElement<AbstractTransportationObjectType>}
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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_1_0

Method Detail

createTransportationComplexType

public TransportationComplexType createTransportationComplexType()
Create an instance of TransportationComplexType


createTrafficAreaType

public TrafficAreaType createTrafficAreaType()
Create an instance of TrafficAreaType


createAuxiliaryTrafficAreaType

public AuxiliaryTrafficAreaType createAuxiliaryTrafficAreaType()
Create an instance of AuxiliaryTrafficAreaType


createTrackType

public TrackType createTrackType()
Create an instance of TrackType


createRoadType

public RoadType createRoadType()
Create an instance of RoadType


createRailwayType

public RailwayType createRailwayType()
Create an instance of RailwayType


createSquareType

public SquareType createSquareType()
Create an instance of SquareType


createTrafficAreaPropertyType

public TrafficAreaPropertyType createTrafficAreaPropertyType()
Create an instance of TrafficAreaPropertyType


createAuxiliaryTrafficAreaPropertyType

public AuxiliaryTrafficAreaPropertyType createAuxiliaryTrafficAreaPropertyType()
Create an instance of AuxiliaryTrafficAreaPropertyType


createTransportationObject

public JAXBElement<AbstractTransportationObjectType> createTransportationObject(AbstractTransportationObjectType value)
Create an instance of JAXBElement<AbstractTransportationObjectType>}


createGenericApplicationPropertyOfTransportationObject

public JAXBElement<Object> createGenericApplicationPropertyOfTransportationObject(Object value)
Create an instance of JAXBElement<Object>}


createTransportationComplex

public JAXBElement<TransportationComplexType> createTransportationComplex(TransportationComplexType value)
Create an instance of JAXBElement<TransportationComplexType>}


createGenericApplicationPropertyOfTransportationComplex

public JAXBElement<Object> createGenericApplicationPropertyOfTransportationComplex(Object value)
Create an instance of JAXBElement<Object>}


createTrafficArea

public JAXBElement<TrafficAreaType> createTrafficArea(TrafficAreaType value)
Create an instance of JAXBElement<TrafficAreaType>}


createGenericApplicationPropertyOfTrafficArea

public JAXBElement<Object> createGenericApplicationPropertyOfTrafficArea(Object value)
Create an instance of JAXBElement<Object>}


createAuxiliaryTrafficArea

public JAXBElement<AuxiliaryTrafficAreaType> createAuxiliaryTrafficArea(AuxiliaryTrafficAreaType value)
Create an instance of JAXBElement<AuxiliaryTrafficAreaType>}


createGenericApplicationPropertyOfAuxiliaryTrafficArea

public JAXBElement<Object> createGenericApplicationPropertyOfAuxiliaryTrafficArea(Object value)
Create an instance of JAXBElement<Object>}


createTrack

public JAXBElement<TrackType> createTrack(TrackType value)
Create an instance of JAXBElement<TrackType>}


createGenericApplicationPropertyOfTrack

public JAXBElement<Object> createGenericApplicationPropertyOfTrack(Object value)
Create an instance of JAXBElement<Object>}


createRoad

public JAXBElement<RoadType> createRoad(RoadType value)
Create an instance of JAXBElement<RoadType>}


createGenericApplicationPropertyOfRoad

public JAXBElement<Object> createGenericApplicationPropertyOfRoad(Object value)
Create an instance of JAXBElement<Object>}


createRailway

public JAXBElement<RailwayType> createRailway(RailwayType value)
Create an instance of JAXBElement<RailwayType>}


createGenericApplicationPropertyOfRailway

public JAXBElement<Object> createGenericApplicationPropertyOfRailway(Object value)
Create an instance of JAXBElement<Object>}


createSquare

public JAXBElement<SquareType> createSquare(SquareType value)
Create an instance of JAXBElement<SquareType>}


createGenericApplicationPropertyOfSquare

public JAXBElement<Object> createGenericApplicationPropertyOfSquare(Object value)
Create an instance of JAXBElement<Object>}



Copyright © 2008-2015. All Rights Reserved.