package trax.skp5; import javax.xml.bind.JAXBElement; import javax.xml.bind.annotation.XmlElementDecl; import javax.xml.bind.annotation.XmlRegistry; import javax.xml.bind.annotation.adapters.CollapsedStringAdapter; import javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter; import javax.xml.namespace.QName; /** * This object contains factory methods for each * Java content interface and Java element interface * generated in the trax.skp5 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. * */ @XmlRegistry public class ObjectFactory { private final static QName _StatusCode_QNAME = new QName("http://traxelektronik.pl/trax/ws/protocol", "statusCode"); private final static QName _CheckSkpStatusResponse_QNAME = new QName("http://traxelektronik.pl/trax/ws/protocol", "checkSkpStatusResponse"); private final static QName _Password_QNAME = new QName("http://traxelektronik.pl/trax/ws/protocol", "password"); private final static QName _SkpAlarmRequest_QNAME = new QName("http://traxelektronik.pl/trax/ws/protocol", "skpAlarmRequest"); private final static QName _Response_QNAME = new QName("http://traxelektronik.pl/trax/ws/protocol", "response"); private final static QName _StatusText_QNAME = new QName("http://traxelektronik.pl/trax/ws/protocol", "statusText"); private final static QName _CheckSkpDataResponse_QNAME = new QName("http://traxelektronik.pl/trax/ws/protocol", "checkSkpDataResponse"); private final static QName _PingRequest_QNAME = new QName("http://traxelektronik.pl/trax/ws/protocol", "pingRequest"); private final static QName _CheckSkpDataRequest_QNAME = new QName("http://traxelektronik.pl/trax/ws/protocol", "checkSkpDataRequest"); private final static QName _UserName_QNAME = new QName("http://traxelektronik.pl/trax/ws/protocol", "userName"); private final static QName _CheckSkpStatusRequest_QNAME = new QName("http://traxelektronik.pl/trax/ws/protocol", "checkSkpStatusRequest"); private final static QName _StatusCodeSimple_QNAME = new QName("http://traxelektronik.pl/trax/ws/protocol", "statusCodeSimple"); private final static QName _SkpStatusRequest_QNAME = new QName("http://traxelektronik.pl/trax/ws/protocol", "skpStatusRequest"); /** * Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: trax.skp5 * */ public ObjectFactory() { } /** * Create an instance of {@link CheckSkpStatusRequest } * */ public CheckSkpStatusRequest createCheckSkpStatusRequest() { return new CheckSkpStatusRequest(); } /** * Create an instance of {@link SkpStatusRequest } * */ public SkpStatusRequest createSkpStatusRequest() { return new SkpStatusRequest(); } /** * Create an instance of {@link PingRequest } * */ public PingRequest createPingRequest() { return new PingRequest(); } /** * Create an instance of {@link CheckSkpDataRequest } * */ public CheckSkpDataRequest createCheckSkpDataRequest() { return new CheckSkpDataRequest(); } /** * Create an instance of {@link CheckSkpStatusResponse } * */ public CheckSkpStatusResponse createCheckSkpStatusResponse() { return new CheckSkpStatusResponse(); } /** * Create an instance of {@link SkpAlarmRequest } * */ public SkpAlarmRequest createSkpAlarmRequest() { return new SkpAlarmRequest(); } /** * Create an instance of {@link Response } * */ public Response createResponse() { return new Response(); } /** * Create an instance of {@link CheckSkpDataResponse } * */ public CheckSkpDataResponse createCheckSkpDataResponse() { return new CheckSkpDataResponse(); } /** * Create an instance of {@link UpstreamVehicleAlarm } * */ public UpstreamVehicleAlarm createUpstreamVehicleAlarm() { return new UpstreamVehicleAlarm(); } /** * Create an instance of {@link RectCfg } * */ public RectCfg createRectCfg() { return new RectCfg(); } /** * Create an instance of {@link SkpData } * */ public SkpData createSkpData() { return new SkpData(); } /** * Create an instance of {@link Size } * */ public Size createSize() { return new Size(); } /** * Create an instance of {@link Rectangle } * */ public Rectangle createRectangle() { return new Rectangle(); } /** * Create an instance of {@link SpeedClassMeasurementList } * */ public SpeedClassMeasurementList createSpeedClassMeasurementList() { return new SpeedClassMeasurementList(); } /** * Create an instance of {@link SkpDoorOpenAlarm } * */ public SkpDoorOpenAlarm createSkpDoorOpenAlarm() { return new SkpDoorOpenAlarm(); } /** * Create an instance of {@link CarClassMeasurementList } * */ public CarClassMeasurementList createCarClassMeasurementList() { return new CarClassMeasurementList(); } /** * Create an instance of {@link Authorization } * */ public Authorization createAuthorization() { return new Authorization(); } /** * Create an instance of {@link NotifyTarget } * */ public NotifyTarget createNotifyTarget() { return new NotifyTarget(); } /** * Create an instance of {@link OnOffList } * */ public OnOffList createOnOffList() { return new OnOffList(); } /** * Create an instance of {@link DoubleList } * */ public DoubleList createDoubleList() { return new DoubleList(); } /** * Create an instance of {@link NotifyTargetList } * */ public NotifyTargetList createNotifyTargetList() { return new NotifyTargetList(); } /** * Create an instance of {@link MaxSpeed } * */ public MaxSpeed createMaxSpeed() { return new MaxSpeed(); } /** * Create an instance of {@link StringList } * */ public StringList createStringList() { return new StringList(); } /** * Create an instance of {@link CarClassMeasurement } * */ public CarClassMeasurement createCarClassMeasurement() { return new CarClassMeasurement(); } /** * Create an instance of {@link BoolList } * */ public BoolList createBoolList() { return new BoolList(); } /** * Create an instance of {@link SkpPowerSupplyAlarm } * */ public SkpPowerSupplyAlarm createSkpPowerSupplyAlarm() { return new SkpPowerSupplyAlarm(); } /** * Create an instance of {@link Point } * */ public Point createPoint() { return new Point(); } /** * Create an instance of {@link SkpStatus } * */ public SkpStatus createSkpStatus() { return new SkpStatus(); } /** * Create an instance of {@link HiLoList } * */ public HiLoList createHiLoList() { return new HiLoList(); } /** * Create an instance of {@link HeaderResponse } * */ public HeaderResponse createHeaderResponse() { return new HeaderResponse(); } /** * Create an instance of {@link HeaderRequest } * */ public HeaderRequest createHeaderRequest() { return new HeaderRequest(); } /** * Create an instance of {@link SpeedClassMeasurement } * */ public SpeedClassMeasurement createSpeedClassMeasurement() { return new SpeedClassMeasurement(); } /** * Create an instance of {@link JAXBElement }{@code <}{@link Integer }{@code >}} * */ @XmlElementDecl(namespace = "http://traxelektronik.pl/trax/ws/protocol", name = "statusCode") public JAXBElement createStatusCode(Integer value) { return new JAXBElement(_StatusCode_QNAME, Integer.class, null, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link CheckSkpStatusResponse }{@code >}} * */ @XmlElementDecl(namespace = "http://traxelektronik.pl/trax/ws/protocol", name = "checkSkpStatusResponse") public JAXBElement createCheckSkpStatusResponse(CheckSkpStatusResponse value) { return new JAXBElement(_CheckSkpStatusResponse_QNAME, CheckSkpStatusResponse.class, null, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}} * */ @XmlElementDecl(namespace = "http://traxelektronik.pl/trax/ws/protocol", name = "password") public JAXBElement createPassword(String value) { return new JAXBElement(_Password_QNAME, String.class, null, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link SkpAlarmRequest }{@code >}} * */ @XmlElementDecl(namespace = "http://traxelektronik.pl/trax/ws/protocol", name = "skpAlarmRequest") public JAXBElement createSkpAlarmRequest(SkpAlarmRequest value) { return new JAXBElement(_SkpAlarmRequest_QNAME, SkpAlarmRequest.class, null, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link Response }{@code >}} * */ @XmlElementDecl(namespace = "http://traxelektronik.pl/trax/ws/protocol", name = "response") public JAXBElement createResponse(Response value) { return new JAXBElement(_Response_QNAME, Response.class, null, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}} * */ @XmlElementDecl(namespace = "http://traxelektronik.pl/trax/ws/protocol", name = "statusText") public JAXBElement createStatusText(String value) { return new JAXBElement(_StatusText_QNAME, String.class, null, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link CheckSkpDataResponse }{@code >}} * */ @XmlElementDecl(namespace = "http://traxelektronik.pl/trax/ws/protocol", name = "checkSkpDataResponse") public JAXBElement createCheckSkpDataResponse(CheckSkpDataResponse value) { return new JAXBElement(_CheckSkpDataResponse_QNAME, CheckSkpDataResponse.class, null, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link PingRequest }{@code >}} * */ @XmlElementDecl(namespace = "http://traxelektronik.pl/trax/ws/protocol", name = "pingRequest") public JAXBElement createPingRequest(PingRequest value) { return new JAXBElement(_PingRequest_QNAME, PingRequest.class, null, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link CheckSkpDataRequest }{@code >}} * */ @XmlElementDecl(namespace = "http://traxelektronik.pl/trax/ws/protocol", name = "checkSkpDataRequest") public JAXBElement createCheckSkpDataRequest(CheckSkpDataRequest value) { return new JAXBElement(_CheckSkpDataRequest_QNAME, CheckSkpDataRequest.class, null, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}} * */ @XmlElementDecl(namespace = "http://traxelektronik.pl/trax/ws/protocol", name = "userName") @XmlJavaTypeAdapter(CollapsedStringAdapter.class) public JAXBElement createUserName(String value) { return new JAXBElement(_UserName_QNAME, String.class, null, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link CheckSkpStatusRequest }{@code >}} * */ @XmlElementDecl(namespace = "http://traxelektronik.pl/trax/ws/protocol", name = "checkSkpStatusRequest") public JAXBElement createCheckSkpStatusRequest(CheckSkpStatusRequest value) { return new JAXBElement(_CheckSkpStatusRequest_QNAME, CheckSkpStatusRequest.class, null, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link Integer }{@code >}} * */ @XmlElementDecl(namespace = "http://traxelektronik.pl/trax/ws/protocol", name = "statusCodeSimple") public JAXBElement createStatusCodeSimple(Integer value) { return new JAXBElement(_StatusCodeSimple_QNAME, Integer.class, null, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link SkpStatusRequest }{@code >}} * */ @XmlElementDecl(namespace = "http://traxelektronik.pl/trax/ws/protocol", name = "skpStatusRequest") public JAXBElement createSkpStatusRequest(SkpStatusRequest value) { return new JAXBElement(_SkpStatusRequest_QNAME, SkpStatusRequest.class, null, value); } }