|
MATSIM
|
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< XMLCoordinateType > | createCoordinate (XMLCoordinateType value) |
Static Private Attributes | |
| static final QName | _Coordinate_QNAME = new QName("http://www.matsim.org/files/dtd", "coordinate") |
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.
| 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.
| XMLLocation org.matsim.jaxb.lanedefinitions20.ObjectFactory.createXMLLocation | ( | ) |
Create an instance of XMLLocation
Definition at line 68 of file ObjectFactory.java.
| 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().
| XMLCoordinateType org.matsim.jaxb.lanedefinitions20.ObjectFactory.createXMLCoordinateType | ( | ) |
Create an instance of XMLCoordinateType
Definition at line 84 of file ObjectFactory.java.
| 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().
| 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().
| 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().
| XMLMatsimObjectType org.matsim.jaxb.lanedefinitions20.ObjectFactory.createXMLMatsimObjectType | ( | ) |
Create an instance of XMLMatsimObjectType
Definition at line 116 of file ObjectFactory.java.
| XMLMatsimTimeAttributeType org.matsim.jaxb.lanedefinitions20.ObjectFactory.createXMLMatsimTimeAttributeType | ( | ) |
Create an instance of XMLMatsimTimeAttributeType
Definition at line 124 of file ObjectFactory.java.
| XMLMatsimParameterType org.matsim.jaxb.lanedefinitions20.ObjectFactory.createXMLMatsimParameterType | ( | ) |
Create an instance of XMLMatsimParameterType
Definition at line 132 of file ObjectFactory.java.
| 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().
| 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().
| 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().
| XMLLaneType.XMLRepresentedLanes org.matsim.jaxb.lanedefinitions20.ObjectFactory.createXMLLaneTypeXMLRepresentedLanes | ( | ) |
Create an instance of XMLLaneType.XMLRepresentedLanes
Definition at line 164 of file ObjectFactory.java.
| XMLFacilityId org.matsim.jaxb.lanedefinitions20.ObjectFactory.createXMLFacilityId | ( | ) |
Create an instance of XMLFacilityId
Definition at line 172 of file ObjectFactory.java.
| 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().
| 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().
| XMLActLocationType org.matsim.jaxb.lanedefinitions20.ObjectFactory.createXMLActLocationType | ( | ) |
Create an instance of XMLActLocationType
Definition at line 196 of file ObjectFactory.java.
| XMLLinkId org.matsim.jaxb.lanedefinitions20.ObjectFactory.createXMLLinkId | ( | ) |
Create an instance of XMLLinkId
Definition at line 204 of file ObjectFactory.java.
| JAXBElement<XMLCoordinateType> org.matsim.jaxb.lanedefinitions20.ObjectFactory.createCoordinate | ( | XMLCoordinateType | value | ) |
Create an instance of JAXBElement
}
Definition at line 213 of file ObjectFactory.java.
References org.matsim.jaxb.lanedefinitions20.ObjectFactory._Coordinate_QNAME.
|
staticprivate |
Definition at line 55 of file ObjectFactory.java.
Referenced by org.matsim.jaxb.lanedefinitions20.ObjectFactory.createCoordinate().
1.8.13