MATSIM
ObjectFactory.java
Go to the documentation of this file.
1 
2 /* *********************************************************************** *
3  * project: org.matsim.*
4  * ObjectFactory.java
5  * *
6  * *********************************************************************** *
7  * *
8  * copyright : (C) 2019 by the members listed in the COPYING, *
9  * LICENSE and WARRANTY file. *
10  * email : info at matsim dot org *
11  * *
12  * *********************************************************************** *
13  * *
14  * This program is free software; you can redistribute it and/or modify *
15  * it under the terms of the GNU General Public License as published by *
16  * the Free Software Foundation; either version 2 of the License, or *
17  * (at your option) any later version. *
18  * See also COPYING, LICENSE and WARRANTY file *
19  * *
20  * *********************************************************************** */
21 
22  //
23 // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vhudson-jaxb-ri-2.1-558
24 // See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
25 // Any modifications to this file will be lost upon recompilation of the source schema.
26 // Generated on: 2012.02.13 at 12:10:00 AM MEZ
27 //
28 
29 
30 package org.matsim.jaxb.lanedefinitions20;
31 
32 import jakarta.xml.bind.JAXBElement;
33 import jakarta.xml.bind.annotation.XmlElementDecl;
34 import jakarta.xml.bind.annotation.XmlRegistry;
35 import javax.xml.namespace.QName;
36 
37 
52 @XmlRegistry
53 public class ObjectFactory {
54 
55  private final static QName _Coordinate_QNAME = new QName("http://www.matsim.org/files/dtd", "coordinate");
56 
61  public ObjectFactory() {
62  }
63 
69  return new XMLLocation();
70  }
71 
77  return new XMLLaneType();
78  }
79 
85  return new XMLCoordinateType();
86  }
87 
93  return new XMLLanesToLinkAssignmentType();
94  }
95 
101  return new XMLLaneType.XMLLeadsTo();
102  }
103 
109  return new XMLLaneType.XMLAttributes();
110  }
111 
117  return new XMLMatsimObjectType();
118  }
119 
125  return new XMLMatsimTimeAttributeType();
126  }
127 
133  return new XMLMatsimParameterType();
134  }
135 
141  return new XMLLaneType.XMLCapacity();
142  }
143 
149  return new XMLIdRefType();
150  }
151 
157  return new XMLAttributeType();
158  }
159 
165  return new XMLLaneType.XMLRepresentedLanes();
166  }
167 
173  return new XMLFacilityId();
174  }
175 
181  return new XMLLaneType.XMLStartsAt();
182  }
183 
189  return new XMLLaneDefinitions();
190  }
191 
197  return new XMLActLocationType();
198  }
199 
205  return new XMLLinkId();
206  }
207 
212  @XmlElementDecl(namespace = "http://www.matsim.org/files/dtd", name = "coordinate")
214  return new JAXBElement<XMLCoordinateType>(_Coordinate_QNAME, XMLCoordinateType.class, null, value);
215  }
216 
217 }
XMLLaneType.XMLRepresentedLanes createXMLLaneTypeXMLRepresentedLanes()
JAXBElement< XMLCoordinateType > createCoordinate(XMLCoordinateType value)
XMLLanesToLinkAssignmentType createXMLLanesToLinkAssignmentType()
XMLMatsimTimeAttributeType createXMLMatsimTimeAttributeType()
XMLLaneType.XMLStartsAt createXMLLaneTypeXMLStartsAt()
XMLLaneType.XMLCapacity createXMLLaneTypeXMLCapacity()
XMLLaneType.XMLAttributes createXMLLaneTypeXMLAttributes()