MATSIM
Public Member Functions | Static Private Attributes | List of all members
org.matsim.jaxb.lanedefinitions20.ObjectFactory Class Reference

Public Member Functions

 ObjectFactory ()
 
XMLLocation createXMLLocation ()
 
XMLLaneType createXMLLaneType ()
 
XMLCoordinateType createXMLCoordinateType ()
 
XMLLanesToLinkAssignmentType createXMLLanesToLinkAssignmentType ()
 
XMLLaneType.XMLLeadsTo createXMLLaneTypeXMLLeadsTo ()
 
XMLLaneType.XMLAttributes createXMLLaneTypeXMLAttributes ()
 
XMLMatsimObjectType createXMLMatsimObjectType ()
 
XMLMatsimTimeAttributeType createXMLMatsimTimeAttributeType ()
 
XMLMatsimParameterType createXMLMatsimParameterType ()
 
XMLLaneType.XMLCapacity createXMLLaneTypeXMLCapacity ()
 
XMLIdRefType createXMLIdRefType ()
 
XMLAttributeType createXMLAttributeType ()
 
XMLLaneType.XMLRepresentedLanes createXMLLaneTypeXMLRepresentedLanes ()
 
XMLFacilityId createXMLFacilityId ()
 
XMLLaneType.XMLStartsAt createXMLLaneTypeXMLStartsAt ()
 
XMLLaneDefinitions createXMLLaneDefinitions ()
 
XMLActLocationType createXMLActLocationType ()
 
XMLLinkId createXMLLinkId ()
 
JAXBElement< XMLCoordinateTypecreateCoordinate (XMLCoordinateType value)
 

Static Private Attributes

static final QName _Coordinate_QNAME = new QName("http://www.matsim.org/files/dtd", "coordinate")
 

Detailed Description

This object contains factory methods for each Java content interface and Java element interface generated in the org.matsim.jaxb.lanedefinitions20 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.

Definition at line 53 of file ObjectFactory.java.

Constructor & Destructor Documentation

◆ ObjectFactory()

org.matsim.jaxb.lanedefinitions20.ObjectFactory.ObjectFactory ( )

Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.matsim.jaxb.lanedefinitions20

Definition at line 61 of file ObjectFactory.java.

61  {
62  }

Member Function Documentation

◆ createXMLLocation()

XMLLocation org.matsim.jaxb.lanedefinitions20.ObjectFactory.createXMLLocation ( )

Create an instance of XMLLocation

Definition at line 68 of file ObjectFactory.java.

68  {
69  return new XMLLocation();
70  }

◆ createXMLLaneType()

XMLLaneType org.matsim.jaxb.lanedefinitions20.ObjectFactory.createXMLLaneType ( )

Create an instance of XMLLaneType

Definition at line 76 of file ObjectFactory.java.

Referenced by org.matsim.lanes.LanesWriter.convertDataToXml().

76  {
77  return new XMLLaneType();
78  }

◆ createXMLCoordinateType()

XMLCoordinateType org.matsim.jaxb.lanedefinitions20.ObjectFactory.createXMLCoordinateType ( )

Create an instance of XMLCoordinateType

Definition at line 84 of file ObjectFactory.java.

84  {
85  return new XMLCoordinateType();
86  }

◆ createXMLLanesToLinkAssignmentType()

XMLLanesToLinkAssignmentType org.matsim.jaxb.lanedefinitions20.ObjectFactory.createXMLLanesToLinkAssignmentType ( )

Create an instance of XMLLanesToLinkAssignmentType

Definition at line 92 of file ObjectFactory.java.

Referenced by org.matsim.lanes.LanesWriter.convertDataToXml().

92  {
93  return new XMLLanesToLinkAssignmentType();
94  }

◆ createXMLLaneTypeXMLLeadsTo()

XMLLaneType.XMLLeadsTo org.matsim.jaxb.lanedefinitions20.ObjectFactory.createXMLLaneTypeXMLLeadsTo ( )

Create an instance of XMLLaneType.XMLLeadsTo

Definition at line 100 of file ObjectFactory.java.

Referenced by org.matsim.lanes.LanesWriter.convertDataToXml().

100  {
101  return new XMLLaneType.XMLLeadsTo();
102  }

◆ createXMLLaneTypeXMLAttributes()

XMLLaneType.XMLAttributes org.matsim.jaxb.lanedefinitions20.ObjectFactory.createXMLLaneTypeXMLAttributes ( )

Create an instance of XMLLaneType.XMLAttributes

Definition at line 108 of file ObjectFactory.java.

Referenced by org.matsim.lanes.LanesWriter.convertDataToXml().

108  {
109  return new XMLLaneType.XMLAttributes();
110  }

◆ createXMLMatsimObjectType()

XMLMatsimObjectType org.matsim.jaxb.lanedefinitions20.ObjectFactory.createXMLMatsimObjectType ( )

Create an instance of XMLMatsimObjectType

Definition at line 116 of file ObjectFactory.java.

116  {
117  return new XMLMatsimObjectType();
118  }

◆ createXMLMatsimTimeAttributeType()

XMLMatsimTimeAttributeType org.matsim.jaxb.lanedefinitions20.ObjectFactory.createXMLMatsimTimeAttributeType ( )

Create an instance of XMLMatsimTimeAttributeType

Definition at line 124 of file ObjectFactory.java.

124  {
125  return new XMLMatsimTimeAttributeType();
126  }

◆ createXMLMatsimParameterType()

XMLMatsimParameterType org.matsim.jaxb.lanedefinitions20.ObjectFactory.createXMLMatsimParameterType ( )

Create an instance of XMLMatsimParameterType

Definition at line 132 of file ObjectFactory.java.

132  {
133  return new XMLMatsimParameterType();
134  }

◆ createXMLLaneTypeXMLCapacity()

XMLLaneType.XMLCapacity org.matsim.jaxb.lanedefinitions20.ObjectFactory.createXMLLaneTypeXMLCapacity ( )

Create an instance of XMLLaneType.XMLCapacity

Definition at line 140 of file ObjectFactory.java.

Referenced by org.matsim.lanes.LanesReader.parse().

140  {
141  return new XMLLaneType.XMLCapacity();
142  }

◆ createXMLIdRefType()

XMLIdRefType org.matsim.jaxb.lanedefinitions20.ObjectFactory.createXMLIdRefType ( )

Create an instance of XMLIdRefType

Definition at line 148 of file ObjectFactory.java.

Referenced by org.matsim.lanes.LanesWriter.convertDataToXml().

148  {
149  return new XMLIdRefType();
150  }

◆ createXMLAttributeType()

XMLAttributeType org.matsim.jaxb.lanedefinitions20.ObjectFactory.createXMLAttributeType ( )

Create an instance of XMLAttributeType

Definition at line 156 of file ObjectFactory.java.

Referenced by org.matsim.lanes.LanesWriter.convertDataToXml().

156  {
157  return new XMLAttributeType();
158  }

◆ createXMLLaneTypeXMLRepresentedLanes()

XMLLaneType.XMLRepresentedLanes org.matsim.jaxb.lanedefinitions20.ObjectFactory.createXMLLaneTypeXMLRepresentedLanes ( )

Create an instance of XMLLaneType.XMLRepresentedLanes

Definition at line 164 of file ObjectFactory.java.

164  {
165  return new XMLLaneType.XMLRepresentedLanes();
166  }

◆ createXMLFacilityId()

XMLFacilityId org.matsim.jaxb.lanedefinitions20.ObjectFactory.createXMLFacilityId ( )

Create an instance of XMLFacilityId

Definition at line 172 of file ObjectFactory.java.

172  {
173  return new XMLFacilityId();
174  }

◆ createXMLLaneTypeXMLStartsAt()

XMLLaneType.XMLStartsAt org.matsim.jaxb.lanedefinitions20.ObjectFactory.createXMLLaneTypeXMLStartsAt ( )

Create an instance of XMLLaneType.XMLStartsAt

Definition at line 180 of file ObjectFactory.java.

Referenced by org.matsim.lanes.LanesReader.parse().

180  {
181  return new XMLLaneType.XMLStartsAt();
182  }

◆ createXMLLaneDefinitions()

XMLLaneDefinitions org.matsim.jaxb.lanedefinitions20.ObjectFactory.createXMLLaneDefinitions ( )

Create an instance of XMLLaneDefinitions

Definition at line 188 of file ObjectFactory.java.

Referenced by org.matsim.lanes.LanesWriter.convertDataToXml().

188  {
189  return new XMLLaneDefinitions();
190  }

◆ createXMLActLocationType()

XMLActLocationType org.matsim.jaxb.lanedefinitions20.ObjectFactory.createXMLActLocationType ( )

Create an instance of XMLActLocationType

Definition at line 196 of file ObjectFactory.java.

196  {
197  return new XMLActLocationType();
198  }

◆ createXMLLinkId()

XMLLinkId org.matsim.jaxb.lanedefinitions20.ObjectFactory.createXMLLinkId ( )

Create an instance of XMLLinkId

Definition at line 204 of file ObjectFactory.java.

204  {
205  return new XMLLinkId();
206  }

◆ createCoordinate()

JAXBElement<XMLCoordinateType> org.matsim.jaxb.lanedefinitions20.ObjectFactory.createCoordinate ( XMLCoordinateType  value)

Create an instance of JAXBElement

<

XMLCoordinateType

>

}

Definition at line 213 of file ObjectFactory.java.

References org.matsim.jaxb.lanedefinitions20.ObjectFactory._Coordinate_QNAME.

213  {
214  return new JAXBElement<XMLCoordinateType>(_Coordinate_QNAME, XMLCoordinateType.class, null, value);
215  }

Member Data Documentation

◆ _Coordinate_QNAME

final QName org.matsim.jaxb.lanedefinitions20.ObjectFactory._Coordinate_QNAME = new QName("http://www.matsim.org/files/dtd", "coordinate")
staticprivate

The documentation for this class was generated from the following file: