com.newegg.marketplace.sdk.seller.model.DownloadFeedSchemaRequest Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sdk-seller Show documentation
Show all versions of sdk-seller Show documentation
The Seller Management service group contains functions that will allow you to get reference information you may need to use some of the functions in Newegg API.
//
// 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.20 at 01:33:08 PM CST
//
package com.newegg.marketplace.sdk.seller.model;
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">
* <simpleType>
* <restriction base="{http://www.w3.org/2001/XMLSchema}string">
* <enumeration value="GetFeedSchemaRequest"/>
* </restriction>
* </simpleType>
* </element>
* <element name="RequestBody">
* <complexType>
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <sequence>
* <element name="GetFeedSchema">
* <complexType>
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <all>
* <element name="FeedType">
* <simpleType>
* <restriction base="{http://www.w3.org/2001/XMLSchema}int">
* <enumeration value="1"/>
* <enumeration value="2"/>
* <enumeration value="3"/>
* <enumeration value="4"/>
* <enumeration value="5"/>
* <enumeration value="6"/>
* <enumeration value="7"/>
* <enumeration value="8"/>
* <enumeration value="10"/>
* <enumeration value="11"/>
* <enumeration value="12"/>
* </restriction>
* </simpleType>
* </element>
* <element name="IndustryCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
* </all>
* </restriction>
* </complexContent>
* </complexType>
* </element>
* </sequence>
* </restriction>
* </complexContent>
* </complexType>
* </element>
* </all>
* </restriction>
* </complexContent>
* </complexType>
*
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
})
@XmlRootElement(name = "NeweggAPIRequest")
public class DownloadFeedSchemaRequest {
@XmlElement(name = "OperationType", required = true)
@JsonProperty("OperationType")
protected String operationType="GetFeedSchemaRequest";
@XmlElement(name = "RequestBody", required = true)
@JsonProperty("RequestBody")
protected DownloadFeedSchemaRequest.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 DownloadFeedSchemaRequest.RequestBody }
*
*/
public DownloadFeedSchemaRequest.RequestBody getRequestBody() {
return requestBody;
}
/**
* Sets the value of the requestBody property.
*
* @param value
* allowed object is
* {@link DownloadFeedSchemaRequest.RequestBody }
*
*/
public void setRequestBody(DownloadFeedSchemaRequest.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">
* <sequence>
* <element name="GetFeedSchema">
* <complexType>
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <all>
* <element name="FeedType">
* <simpleType>
* <restriction base="{http://www.w3.org/2001/XMLSchema}int">
* <enumeration value="1"/>
* <enumeration value="2"/>
* <enumeration value="3"/>
* <enumeration value="4"/>
* <enumeration value="5"/>
* <enumeration value="6"/>
* <enumeration value="7"/>
* <enumeration value="8"/>
* <enumeration value="10"/>
* <enumeration value="11"/>
* <enumeration value="12"/>
* </restriction>
* </simpleType>
* </element>
* <element name="IndustryCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
* </all>
* </restriction>
* </complexContent>
* </complexType>
* </element>
* </sequence>
* </restriction>
* </complexContent>
* </complexType>
*
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
"getFeedSchema"
})
public static class RequestBody {
@XmlElement(name = "GetFeedSchema", required = true)
@JsonProperty("GetFeedSchema")
protected DownloadFeedSchemaRequest.RequestBody.GetFeedSchema getFeedSchema;
/**
* Gets the value of the getFeedSchema property.
*
* @return
* possible object is
* {@link DownloadFeedSchemaRequest.RequestBody.GetFeedSchema }
*
*/
public DownloadFeedSchemaRequest.RequestBody.GetFeedSchema getGetFeedSchema() {
return getFeedSchema;
}
/**
* Sets the value of the getFeedSchema property.
*
* @param value
* allowed object is
* {@link DownloadFeedSchemaRequest.RequestBody.GetFeedSchema }
*
*/
public void setGetFeedSchema(DownloadFeedSchemaRequest.RequestBody.GetFeedSchema value) {
this.getFeedSchema = 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="FeedType">
* <simpleType>
* <restriction base="{http://www.w3.org/2001/XMLSchema}int">
* <enumeration value="1"/>
* <enumeration value="2"/>
* <enumeration value="3"/>
* <enumeration value="4"/>
* <enumeration value="5"/>
* <enumeration value="6"/>
* <enumeration value="7"/>
* <enumeration value="8"/>
* <enumeration value="10"/>
* <enumeration value="11"/>
* <enumeration value="12"/>
* </restriction>
* </simpleType>
* </element>
* <element name="IndustryCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
* </all>
* </restriction>
* </complexContent>
* </complexType>
*
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
})
public static class GetFeedSchema {
@XmlElement(name = "FeedType")
@JsonProperty("FeedType")
protected int feedType;
@XmlElement(name = "IndustryCode")
@JsonProperty("IndustryCode")
protected String industryCode;
/**
* Gets the value of the feedType property.
* @return
* possible object is
* {@link int }
*
*/
public int getFeedType() {
return feedType;
}
/**
* Sets the value of the feedType property.
* @param value
* allowed object is
* {@link }
*
*/
public void setFeedType(int value) {
this.feedType = value;
}
/**
* Gets the value of the industryCode property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getIndustryCode() {
return industryCode;
}
/**
* Sets the value of the industryCode property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setIndustryCode(String value) {
this.industryCode = value;
}
}
}
}