All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.upcex.xolt.ups.request.jaxb.ObjectFactory Maven / Gradle / Ivy

//
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.11 
// See http://java.sun.com/xml/jaxb 
// Any modifications to this file will be lost upon recompilation of the source schema. 
// Generated on: 2016.02.27 at 05:13:47 PM EST 
//


package com.upcex.xolt.ups.request.jaxb;

import javax.xml.bind.JAXBElement;
import javax.xml.bind.annotation.XmlElementDecl;
import javax.xml.bind.annotation.XmlRegistry;
import javax.xml.namespace.QName;


/**
 * This object contains factory methods for each 
 * Java content interface and Java element interface 
 * generated in the com.ups.xolt.codesamples.request.jaxb 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 _RequestAction_QNAME = new QName("", "RequestAction"); private final static QName _RequestOption_QNAME = new QName("", "RequestOption"); private final static QName _TrackingNumber_QNAME = new QName("", "TrackingNumber"); private final static QName _ShipmentIdentificationNumber_QNAME = new QName("", "ShipmentIdentificationNumber"); private final static QName _CandidateBookmark_QNAME = new QName("", "CandidateBookmark"); private final static QName _Value_QNAME = new QName("", "Value"); private final static QName _BeginDate_QNAME = new QName("", "BeginDate"); private final static QName _EndDate_QNAME = new QName("", "EndDate"); private final static QName _ShipperNumber_QNAME = new QName("", "ShipperNumber"); private final static QName _DestinationPostalCode_QNAME = new QName("", "DestinationPostalCode"); private final static QName _DestinationCountryCode_QNAME = new QName("", "DestinationCountryCode"); private final static QName _OriginPostalCode_QNAME = new QName("", "OriginPostalCode"); private final static QName _OriginCountryCode_QNAME = new QName("", "OriginCountryCode"); private final static QName _IncludeFreight_QNAME = new QName("", "IncludeFreight"); private final static QName _PostalCode_QNAME = new QName("", "PostalCode"); private final static QName _CountryCode_QNAME = new QName("", "CountryCode"); private final static QName _Code_QNAME = new QName("", "Code"); private final static QName _Description_QNAME = new QName("", "Description"); private final static QName _EventFilter_QNAME = new QName("", "EventFilter"); /** * Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: com.ups.xolt.codesamples.request.jaxb * */ public ObjectFactory() { } /** * Create an instance of {@link TrackRequest } * */ public TrackRequest createTrackRequest() { return new TrackRequest(); } /** * Create an instance of {@link Request } * */ public Request createRequest() { return new Request(); } /** * Create an instance of {@link TransactionReference } * */ public TransactionReference createTransactionReference() { return new TransactionReference(); } /** * Create an instance of {@link ReferenceNumber } * */ public ReferenceNumber createReferenceNumber() { return new ReferenceNumber(); } /** * Create an instance of {@link PickupDateRange } * */ public PickupDateRange createPickupDateRange() { return new PickupDateRange(); } /** * Create an instance of {@link CodeType } * */ public CodeType createCodeType() { return new CodeType(); } /** * Create an instance of {@link ShipperAccountInfo } * */ public ShipperAccountInfo createShipperAccountInfo() { return new ShipperAccountInfo(); } /** * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}} * */ @XmlElementDecl(namespace = "", name = "RequestAction") public JAXBElement createRequestAction(String value) { return new JAXBElement(_RequestAction_QNAME, String.class, null, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}} * */ @XmlElementDecl(namespace = "", name = "RequestOption") public JAXBElement createRequestOption(String value) { return new JAXBElement(_RequestOption_QNAME, String.class, null, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}} * */ @XmlElementDecl(namespace = "", name = "TrackingNumber") public JAXBElement createTrackingNumber(String value) { return new JAXBElement(_TrackingNumber_QNAME, String.class, null, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}} * */ @XmlElementDecl(namespace = "", name = "ShipmentIdentificationNumber") public JAXBElement createShipmentIdentificationNumber(String value) { return new JAXBElement(_ShipmentIdentificationNumber_QNAME, String.class, null, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}} * */ @XmlElementDecl(namespace = "", name = "CandidateBookmark") public JAXBElement createCandidateBookmark(String value) { return new JAXBElement(_CandidateBookmark_QNAME, String.class, null, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}} * */ @XmlElementDecl(namespace = "", name = "Value") public JAXBElement createValue(String value) { return new JAXBElement(_Value_QNAME, String.class, null, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}} * */ @XmlElementDecl(namespace = "", name = "BeginDate") public JAXBElement createBeginDate(String value) { return new JAXBElement(_BeginDate_QNAME, String.class, null, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}} * */ @XmlElementDecl(namespace = "", name = "EndDate") public JAXBElement createEndDate(String value) { return new JAXBElement(_EndDate_QNAME, String.class, null, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}} * */ @XmlElementDecl(namespace = "", name = "ShipperNumber") public JAXBElement createShipperNumber(String value) { return new JAXBElement(_ShipperNumber_QNAME, String.class, null, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}} * */ @XmlElementDecl(namespace = "", name = "DestinationPostalCode") public JAXBElement createDestinationPostalCode(String value) { return new JAXBElement(_DestinationPostalCode_QNAME, String.class, null, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}} * */ @XmlElementDecl(namespace = "", name = "DestinationCountryCode") public JAXBElement createDestinationCountryCode(String value) { return new JAXBElement(_DestinationCountryCode_QNAME, String.class, null, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}} * */ @XmlElementDecl(namespace = "", name = "OriginPostalCode") public JAXBElement createOriginPostalCode(String value) { return new JAXBElement(_OriginPostalCode_QNAME, String.class, null, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}} * */ @XmlElementDecl(namespace = "", name = "OriginCountryCode") public JAXBElement createOriginCountryCode(String value) { return new JAXBElement(_OriginCountryCode_QNAME, String.class, null, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}} * */ @XmlElementDecl(namespace = "", name = "IncludeFreight") public JAXBElement createIncludeFreight(String value) { return new JAXBElement(_IncludeFreight_QNAME, String.class, null, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}} * */ @XmlElementDecl(namespace = "", name = "PostalCode") public JAXBElement createPostalCode(String value) { return new JAXBElement(_PostalCode_QNAME, String.class, null, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}} * */ @XmlElementDecl(namespace = "", name = "CountryCode") public JAXBElement createCountryCode(String value) { return new JAXBElement(_CountryCode_QNAME, String.class, null, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}} * */ @XmlElementDecl(namespace = "", name = "Code") public JAXBElement createCode(String value) { return new JAXBElement(_Code_QNAME, String.class, null, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}} * */ @XmlElementDecl(namespace = "", name = "Description") public JAXBElement createDescription(String value) { return new JAXBElement(_Description_QNAME, String.class, null, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}} * */ @XmlElementDecl(namespace = "", name = "EventFilter") public JAXBElement createEventFilter(String value) { return new JAXBElement(_EventFilter_QNAME, String.class, null, value); } }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy