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

com.newegg.marketplace.sdk.sbn.model.GetShipmentStatusRequest Maven / Gradle / Ivy

Go to download

The SBN (Shipped by Newegg) Management service group is designed to help you send your inventory to one of Newegg’s warehouse. Once your inventory is in a Newegg’s warehouse, you will be able to sell your items on Newegg, or you can sell the products on different channels then use Shipped by Newegg to ship your orders.

There is a newer version: 2.0.0
Show newest version
//
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 
// See http://java.sun.com/xml/jaxb 
// Any modifications to this file will be lost upon recompilation of the source schema. 
// Generated on: 2019.02.25 at 04:58:15 PM CST 
//


package com.newegg.marketplace.sdk.sbn.model;

import java.math.BigInteger;
import java.util.ArrayList;
import java.util.List;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlRootElement;
import javax.xml.bind.annotation.XmlType;

import com.fasterxml.jackson.annotation.JsonProperty;


/**
 * 

Java class for anonymous complex type. * *

The following schema fragment specifies the expected content contained within this class. * *

 * <complexType>
 *   <complexContent>
 *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
 *       <all>
 *         <element name="OperationType" type="{http://www.w3.org/2001/XMLSchema}string"/>
 *         <element name="RequestBody">
 *           <complexType>
 *             <complexContent>
 *               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
 *                 <all>
 *                   <element name="GetRequestStatus">
 *                     <complexType>
 *                       <complexContent>
 *                         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
 *                           <all>
 *                             <element name="RequestIDList" minOccurs="0">
 *                               <complexType>
 *                                 <complexContent>
 *                                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
 *                                     <sequence maxOccurs="unbounded" minOccurs="0">
 *                                       <element name="RequestID" minOccurs="0">
 *                                         <simpleType>
 *                                           <restriction base="{http://www.w3.org/2001/XMLSchema}string">
 *                                             <minLength value="1"/>
 *                                           </restriction>
 *                                         </simpleType>
 *                                       </element>
 *                                     </sequence>
 *                                   </restriction>
 *                                 </complexContent>
 *                               </complexType>
 *                             </element>
 *                             <element name="ActionCode" minOccurs="0">
 *                               <simpleType>
 *                                 <restriction base="{http://www.w3.org/2001/XMLSchema}integer">
 *                                   <enumeration value="0"/>
 *                                   <enumeration value="1"/>
 *                                   <enumeration value="2"/>
 *                                 </restriction>
 *                               </simpleType>
 *                             </element>
 *                             <element name="MaxCount" minOccurs="0">
 *                               <simpleType>
 *                                 <restriction base="{http://www.w3.org/2001/XMLSchema}integer">
 *                                   <minInclusive value="1"/>
 *                                 </restriction>
 *                               </simpleType>
 *                             </element>
 *                             <element name="RequestStatus" minOccurs="0">
 *                               <simpleType>
 *                                 <restriction base="{http://www.w3.org/2001/XMLSchema}string">
 *                                   <enumeration value="ALL"/>
 *                                   <enumeration value="SUBMITTED"/>
 *                                   <enumeration value="IN_PROGRESS"/>
 *                                   <enumeration value="FINISHED"/>
 *                                   <enumeration value="CANCELLED"/>
 *                                 </restriction>
 *                               </simpleType>
 *                             </element>
 *                             <element name="RequestDateFrom" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
 *                             <element name="RequestDateTo" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
 *                           </all>
 *                         </restriction>
 *                       </complexContent>
 *                     </complexType>
 *                   </element>
 *                 </all>
 *               </restriction>
 *             </complexContent>
 *           </complexType>
 *         </element>
 *       </all>
 *     </restriction>
 *   </complexContent>
 * </complexType>
 * 
* * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "", propOrder = { }) @XmlRootElement(name = "NeweggAPIRequest") public class GetShipmentStatusRequest { @XmlElement(name = "OperationType", required = true) @JsonProperty("OperationType") protected String operationType="GetShipmentStatusRequest"; @XmlElement(name = "RequestBody", required = true) @JsonProperty("RequestBody") protected GetShipmentStatusRequest.RequestBody requestBody; /** * Gets the value of the operationType property. * * @return * possible object is * {@link String } * */ public String getOperationType() { return operationType; } /** * Sets the value of the operationType property. * * @param value * allowed object is * {@link String } * */ public void setOperationType(String value) { this.operationType = value; } /** * Gets the value of the requestBody property. * * @return * possible object is * {@link GetShipmentStatusRequest.RequestBody } * */ public GetShipmentStatusRequest.RequestBody getRequestBody() { return requestBody; } /** * Sets the value of the requestBody property. * * @param value * allowed object is * {@link GetShipmentStatusRequest.RequestBody } * */ public void setRequestBody(GetShipmentStatusRequest.RequestBody value) { this.requestBody = value; } /** *

Java class for anonymous complex type. * *

The following schema fragment specifies the expected content contained within this class. * *

     * <complexType>
     *   <complexContent>
     *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
     *       <all>
     *         <element name="GetRequestStatus">
     *           <complexType>
     *             <complexContent>
     *               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
     *                 <all>
     *                   <element name="RequestIDList" minOccurs="0">
     *                     <complexType>
     *                       <complexContent>
     *                         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
     *                           <sequence maxOccurs="unbounded" minOccurs="0">
     *                             <element name="RequestID" minOccurs="0">
     *                               <simpleType>
     *                                 <restriction base="{http://www.w3.org/2001/XMLSchema}string">
     *                                   <minLength value="1"/>
     *                                 </restriction>
     *                               </simpleType>
     *                             </element>
     *                           </sequence>
     *                         </restriction>
     *                       </complexContent>
     *                     </complexType>
     *                   </element>
     *                   <element name="ActionCode" minOccurs="0">
     *                     <simpleType>
     *                       <restriction base="{http://www.w3.org/2001/XMLSchema}integer">
     *                         <enumeration value="0"/>
     *                         <enumeration value="1"/>
     *                         <enumeration value="2"/>
     *                       </restriction>
     *                     </simpleType>
     *                   </element>
     *                   <element name="MaxCount" minOccurs="0">
     *                     <simpleType>
     *                       <restriction base="{http://www.w3.org/2001/XMLSchema}integer">
     *                         <minInclusive value="1"/>
     *                       </restriction>
     *                     </simpleType>
     *                   </element>
     *                   <element name="RequestStatus" minOccurs="0">
     *                     <simpleType>
     *                       <restriction base="{http://www.w3.org/2001/XMLSchema}string">
     *                         <enumeration value="ALL"/>
     *                         <enumeration value="SUBMITTED"/>
     *                         <enumeration value="IN_PROGRESS"/>
     *                         <enumeration value="FINISHED"/>
     *                         <enumeration value="CANCELLED"/>
     *                       </restriction>
     *                     </simpleType>
     *                   </element>
     *                   <element name="RequestDateFrom" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
     *                   <element name="RequestDateTo" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
     *                 </all>
     *               </restriction>
     *             </complexContent>
     *           </complexType>
     *         </element>
     *       </all>
     *     </restriction>
     *   </complexContent>
     * </complexType>
     * 
* * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "", propOrder = { }) public static class RequestBody { @XmlElement(name = "GetRequestStatus", required = true) @JsonProperty("GetRequestStatus") protected GetShipmentStatusRequest.RequestBody.GetRequestStatus getRequestStatus; /** * Gets the value of the getRequestStatus property. * * @return * possible object is * {@link GetShipmentStatusRequest.RequestBody.GetRequestStatus } * */ public GetShipmentStatusRequest.RequestBody.GetRequestStatus getGetRequestStatus() { return getRequestStatus; } /** * Sets the value of the getRequestStatus property. * * @param value * allowed object is * {@link GetShipmentStatusRequest.RequestBody.GetRequestStatus } * */ public void setGetRequestStatus(GetShipmentStatusRequest.RequestBody.GetRequestStatus value) { this.getRequestStatus = value; } /** *

Java class for anonymous complex type. * *

The following schema fragment specifies the expected content contained within this class. * *

         * <complexType>
         *   <complexContent>
         *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
         *       <all>
         *         <element name="RequestIDList" minOccurs="0">
         *           <complexType>
         *             <complexContent>
         *               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
         *                 <sequence maxOccurs="unbounded" minOccurs="0">
         *                   <element name="RequestID" minOccurs="0">
         *                     <simpleType>
         *                       <restriction base="{http://www.w3.org/2001/XMLSchema}string">
         *                         <minLength value="1"/>
         *                       </restriction>
         *                     </simpleType>
         *                   </element>
         *                 </sequence>
         *               </restriction>
         *             </complexContent>
         *           </complexType>
         *         </element>
         *         <element name="ActionCode" minOccurs="0">
         *           <simpleType>
         *             <restriction base="{http://www.w3.org/2001/XMLSchema}integer">
         *               <enumeration value="0"/>
         *               <enumeration value="1"/>
         *               <enumeration value="2"/>
         *             </restriction>
         *           </simpleType>
         *         </element>
         *         <element name="MaxCount" minOccurs="0">
         *           <simpleType>
         *             <restriction base="{http://www.w3.org/2001/XMLSchema}integer">
         *               <minInclusive value="1"/>
         *             </restriction>
         *           </simpleType>
         *         </element>
         *         <element name="RequestStatus" minOccurs="0">
         *           <simpleType>
         *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
         *               <enumeration value="ALL"/>
         *               <enumeration value="SUBMITTED"/>
         *               <enumeration value="IN_PROGRESS"/>
         *               <enumeration value="FINISHED"/>
         *               <enumeration value="CANCELLED"/>
         *             </restriction>
         *           </simpleType>
         *         </element>
         *         <element name="RequestDateFrom" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         *         <element name="RequestDateTo" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         *       </all>
         *     </restriction>
         *   </complexContent>
         * </complexType>
         * 
* * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "", propOrder = { }) public static class GetRequestStatus { @XmlElement(name = "RequestIDList") @JsonProperty("RequestIDList") protected GetShipmentStatusRequest.RequestBody.GetRequestStatus.RequestIDList requestIDList; @XmlElement(name = "ActionCode") @JsonProperty("ActionCode") protected BigInteger actionCode; @XmlElement(name = "MaxCount", defaultValue = "100") @JsonProperty("MaxCount") protected BigInteger maxCount; @XmlElement(name = "RequestStatus") @JsonProperty("RequestStatus") protected String requestStatus; @XmlElement(name = "RequestDateFrom") @JsonProperty("RequestDateFrom") protected String requestDateFrom; @XmlElement(name = "RequestDateTo") @JsonProperty("RequestDateTo") protected String requestDateTo; /** * Gets the value of the requestIDList property. * * @return * possible object is * {@link GetShipmentStatusRequest.RequestBody.GetRequestStatus.RequestIDList } * */ public GetShipmentStatusRequest.RequestBody.GetRequestStatus.RequestIDList getRequestIDList() { return requestIDList; } /** * Sets the value of the requestIDList property. * * @param value * allowed object is * {@link GetShipmentStatusRequest.RequestBody.GetRequestStatus.RequestIDList } * */ public void setRequestIDList(GetShipmentStatusRequest.RequestBody.GetRequestStatus.RequestIDList value) { this.requestIDList = value; } /** * Gets the value of the actionCode property. * * @return * possible object is * {@link BigInteger } * */ public BigInteger getActionCode() { return actionCode; } /** * Sets the value of the actionCode property. * * @param value * allowed object is * {@link BigInteger } * */ public void setActionCode(BigInteger value) { this.actionCode = value; } /** * Gets the value of the maxCount property. * * @return * possible object is * {@link BigInteger } * */ public BigInteger getMaxCount() { return maxCount; } /** * Sets the value of the maxCount property. * * @param value * allowed object is * {@link BigInteger } * */ public void setMaxCount(BigInteger value) { this.maxCount = value; } /** * Gets the value of the requestStatus property. * * @return * possible object is * {@link String } * */ public String getRequestStatus() { return requestStatus; } /** * Sets the value of the requestStatus property. * * @param value * allowed object is * {@link String } * */ public void setRequestStatus(String value) { this.requestStatus = value; } /** * Gets the value of the requestDateFrom property. * * @return * possible object is * {@link String } * */ public String getRequestDateFrom() { return requestDateFrom; } /** * Sets the value of the requestDateFrom property. * * @param value * allowed object is * {@link String } * */ public void setRequestDateFrom(String value) { this.requestDateFrom = value; } /** * Gets the value of the requestDateTo property. * * @return * possible object is * {@link String } * */ public String getRequestDateTo() { return requestDateTo; } /** * Sets the value of the requestDateTo property. * * @param value * allowed object is * {@link String } * */ public void setRequestDateTo(String value) { this.requestDateTo = value; } /** *

Java class for anonymous complex type. * *

The following schema fragment specifies the expected content contained within this class. * *

             * <complexType>
             *   <complexContent>
             *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
             *       <sequence maxOccurs="unbounded" minOccurs="0">
             *         <element name="RequestID" minOccurs="0">
             *           <simpleType>
             *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
             *               <minLength value="1"/>
             *             </restriction>
             *           </simpleType>
             *         </element>
             *       </sequence>
             *     </restriction>
             *   </complexContent>
             * </complexType>
             * 
* * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "", propOrder = { "requestID" }) public static class RequestIDList { @XmlElement(name = "RequestID") @JsonProperty("RequestID") protected List requestID; /** * Gets the value of the requestID property. * *

* This accessor method returns a reference to the live list, * not a snapshot. Therefore any modification you make to the * returned list will be present inside the JAXB object. * This is why there is not a set method for the requestID property. * *

* For example, to add a new item, do as follows: *

                 *    getRequestID().add(newItem);
                 * 
* * *

* Objects of the following type(s) are allowed in the list * {@link String } * * @return * Objects of the following type(s) are allowed in the list * {@link String } * */ public List getRequestID() { if (requestID == null) { requestID = new ArrayList(); } return this.requestID; } } } } }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy