MATSIM
XMLLocation.java
Go to the documentation of this file.
1 
2 /* *********************************************************************** *
3  * project: org.matsim.*
4  * XMLLocation.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.annotation.XmlAccessType;
33 import jakarta.xml.bind.annotation.XmlAccessorType;
34 import jakarta.xml.bind.annotation.XmlRootElement;
35 import jakarta.xml.bind.annotation.XmlType;
36 
37 
58 @XmlAccessorType(XmlAccessType.FIELD)
59 @XmlType(name = "", propOrder = {
60  "coordinate",
61  "actLocation"
62 })
63 @XmlRootElement(name = "location")
64 public class XMLLocation {
65 
68 
78  return coordinate;
79  }
80 
89  public void setCoordinate(XMLCoordinateType value) {
90  this.coordinate = value;
91  }
92 
102  return actLocation;
103  }
104 
113  public void setActLocation(XMLActLocationType value) {
114  this.actLocation = value;
115  }
116 
117 }
void setCoordinate(XMLCoordinateType value)
void setActLocation(XMLActLocationType value)