com.newegg.marketplace.sdk.datafeed.model.ExistingItemCreationFeedRequest Maven / Gradle / Ivy
Show all versions of sdk-datafeed Show documentation
//
// 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.03.07 at 05:30:18 PM CST
//
package com.newegg.marketplace.sdk.datafeed.model;
import java.math.BigDecimal;
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;
/**
* 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="Header">
* <complexType>
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <sequence>
* <element name="DocumentVersion" type="{http://www.w3.org/2001/XMLSchema}anyType"/>
* </sequence>
* </restriction>
* </complexContent>
* </complexType>
* </element>
* <element name="MessageType" type="{http://www.w3.org/2001/XMLSchema}anyType"/>
* <element name="Message">
* <complexType>
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <sequence>
* <element name="Itemfeed" maxOccurs="unbounded">
* <complexType>
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <sequence>
* <element name="SummaryInfo">
* <complexType>
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <sequence>
* </sequence>
* </restriction>
* </complexContent>
* </complexType>
* </element>
* <element name="Item" maxOccurs="unbounded">
* <complexType>
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <sequence>
* <element name="BasicInfo">
* <complexType>
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <sequence>
* <element name="SellerPartNumber">
* <simpleType>
* <restriction base="{http://www.w3.org/2001/XMLSchema}string">
* <minLength value="1"/>
* <maxLength value="40"/>
* </restriction>
* </simpleType>
* </element>
* <element name="Manufacturer">
* <simpleType>
* <restriction base="{http://www.w3.org/2001/XMLSchema}string">
* <minLength value="1"/>
* <maxLength value="40"/>
* </restriction>
* </simpleType>
* </element>
* <element name="ManufacturerPartsNumber">
* <simpleType>
* <restriction base="{http://www.w3.org/2001/XMLSchema}string">
* <minLength value="1"/>
* <maxLength value="20"/>
* </restriction>
* </simpleType>
* </element>
* <element name="UPCOrISBN" minOccurs="0">
* <simpleType>
* <restriction base="{http://www.w3.org/2001/XMLSchema}string">
* <minLength value="12"/>
* <maxLength value="40"/>
* </restriction>
* </simpleType>
* </element>
* <element name="NeweggItemNumber" minOccurs="0">
* <simpleType>
* <restriction base="{http://www.w3.org/2001/XMLSchema}string">
* <minLength value="1"/>
* <maxLength value="40"/>
* </restriction>
* </simpleType>
* </element>
* <element name="Currency" minOccurs="0">
* <simpleType>
* <restriction base="{http://www.w3.org/2001/XMLSchema}string">
* <enumeration value="USD"/>
* </restriction>
* </simpleType>
* </element>
* <element name="MSRP" minOccurs="0">
* <simpleType>
* <restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
* <minInclusive value="0.01"/>
* <maxInclusive value="99999.00"/>
* <fractionDigits value="2"/>
* </restriction>
* </simpleType>
* </element>
* <element name="MAP" minOccurs="0">
* <simpleType>
* <restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
* <minInclusive value="0.00"/>
* <maxInclusive value="99999.00"/>
* <fractionDigits value="2"/>
* </restriction>
* </simpleType>
* </element>
* <element name="CheckoutMAP" minOccurs="0">
* <simpleType>
* <restriction base="{http://www.w3.org/2001/XMLSchema}string">
* <enumeration value="True"/>
* <enumeration value="False"/>
* </restriction>
* </simpleType>
* </element>
* <element name="SellingPrice">
* <simpleType>
* <restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
* <minInclusive value="0.01"/>
* <maxInclusive value="99999.00"/>
* <fractionDigits value="2"/>
* </restriction>
* </simpleType>
* </element>
* <element name="Shipping">
* <simpleType>
* <restriction base="{http://www.w3.org/2001/XMLSchema}string">
* <enumeration value="Default"/>
* <enumeration value="Free"/>
* </restriction>
* </simpleType>
* </element>
* <element name="Inventory">
* <simpleType>
* <restriction base="{http://www.w3.org/2001/XMLSchema}integer">
* <maxInclusive value="999999"/>
* <minInclusive value="0"/>
* </restriction>
* </simpleType>
* </element>
* <element name="PacksOrSets">
* <simpleType>
* <restriction base="{http://www.w3.org/2001/XMLSchema}integer">
* <minInclusive value="1"/>
* <maxInclusive value="9999"/>
* </restriction>
* </simpleType>
* </element>
* <element name="ItemCondition">
* <simpleType>
* <restriction base="{http://www.w3.org/2001/XMLSchema}string">
* <enumeration value="New"/>
* <enumeration value="Refurbished"/>
* <enumeration value="UsedLikeNew"/>
* <enumeration value="UsedVeryGood"/>
* <enumeration value="UsedGood"/>
* <enumeration value="UsedAcceptable"/>
* </restriction>
* </simpleType>
* </element>
* <element name="ActivationMark">
* <simpleType>
* <restriction base="{http://www.w3.org/2001/XMLSchema}string">
* <enumeration value="True"/>
* <enumeration value="False"/>
* </restriction>
* </simpleType>
* </element>
* <element name="ConditionDetails" minOccurs="0">
* <simpleType>
* <restriction base="{http://www.w3.org/2001/XMLSchema}string">
* <minLength value="0"/>
* <maxLength value="200"/>
* </restriction>
* </simpleType>
* </element>
* <element name="UsedItemImages" minOccurs="0">
* <complexType>
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <sequence>
* <element name="Image" maxOccurs="7">
* <complexType>
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <sequence>
* <element name="ImageUrl" type="{http://www.w3.org/2001/XMLSchema}anyType"/>
* <element name="IsPrimary" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
* </sequence>
* </restriction>
* </complexContent>
* </complexType>
* </element>
* </sequence>
* </restriction>
* </complexContent>
* </complexType>
* </element>
* </sequence>
* </restriction>
* </complexContent>
* </complexType>
* </element>
* </sequence>
* </restriction>
* </complexContent>
* </complexType>
* </element>
* </sequence>
* </restriction>
* </complexContent>
* </complexType>
* </element>
* </sequence>
* </restriction>
* </complexContent>
* </complexType>
* </element>
* </sequence>
* </restriction>
* </complexContent>
* </complexType>
*
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
"header",
"messageType",
"message"
})
@XmlRootElement(name = "NeweggEnvelope")
public class ExistingItemCreationFeedRequest {
@XmlElement(name = "Header", required = true)
protected ExistingItemCreationFeedRequest.Header header=new ExistingItemCreationFeedRequest.Header();
@XmlElement(name = "MessageType", required = true)
protected String messageType="BatchItemCreation";
@XmlElement(name = "Message", required = true)
protected ExistingItemCreationFeedRequest.Message message;
/**
* Gets the value of the header property.
*
* @return
* possible object is
* {@link ExistingItemCreationFeedRequest.Header }
*
*/
public ExistingItemCreationFeedRequest.Header getHeader() {
return header;
}
/**
* Sets the value of the header property.
*
* @param value
* allowed object is
* {@link ExistingItemCreationFeedRequest.Header }
*
*/
public void setHeader(ExistingItemCreationFeedRequest.Header value) {
this.header = value;
}
/**
* Gets the value of the messageType property.
*
* @return
* possible object is
* {@link Object }
*
*/
public String getMessageType() {
return messageType;
}
/**
* Sets the value of the messageType property.
*
* @param value
* allowed object is
* {@link Object }
*
*/
public void setMessageType(String value) {
this.messageType = value;
}
/**
* Gets the value of the message property.
*
* @return
* possible object is
* {@link ExistingItemCreationFeedRequest.Message }
*
*/
public ExistingItemCreationFeedRequest.Message getMessage() {
return message;
}
/**
* Sets the value of the message property.
*
* @param value
* allowed object is
* {@link ExistingItemCreationFeedRequest.Message }
*
*/
public void setMessage(ExistingItemCreationFeedRequest.Message value) {
this.message = 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="DocumentVersion" type="{http://www.w3.org/2001/XMLSchema}anyType"/>
* </sequence>
* </restriction>
* </complexContent>
* </complexType>
*
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
"documentVersion"
})
public static class Header {
@XmlElement(name = "DocumentVersion", required = true)
protected BigDecimal documentVersion=new BigDecimal("2.0");
/**
* Gets the value of the documentVersion property.
*
* @return
* possible object is
* {@link Object }
*
*/
public BigDecimal getDocumentVersion() {
return documentVersion;
}
/**
* Sets the value of the documentVersion property.
*
* @param value
* allowed object is
* {@link Object }
*
*/
public void setDocumentVersion(BigDecimal value) {
this.documentVersion = 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="Itemfeed" maxOccurs="unbounded">
* <complexType>
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <sequence>
* <element name="SummaryInfo">
* <complexType>
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <sequence>
* </sequence>
* </restriction>
* </complexContent>
* </complexType>
* </element>
* <element name="Item" maxOccurs="unbounded">
* <complexType>
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <sequence>
* <element name="BasicInfo">
* <complexType>
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <sequence>
* <element name="SellerPartNumber">
* <simpleType>
* <restriction base="{http://www.w3.org/2001/XMLSchema}string">
* <minLength value="1"/>
* <maxLength value="40"/>
* </restriction>
* </simpleType>
* </element>
* <element name="Manufacturer">
* <simpleType>
* <restriction base="{http://www.w3.org/2001/XMLSchema}string">
* <minLength value="1"/>
* <maxLength value="40"/>
* </restriction>
* </simpleType>
* </element>
* <element name="ManufacturerPartsNumber">
* <simpleType>
* <restriction base="{http://www.w3.org/2001/XMLSchema}string">
* <minLength value="1"/>
* <maxLength value="20"/>
* </restriction>
* </simpleType>
* </element>
* <element name="UPCOrISBN" minOccurs="0">
* <simpleType>
* <restriction base="{http://www.w3.org/2001/XMLSchema}string">
* <minLength value="12"/>
* <maxLength value="40"/>
* </restriction>
* </simpleType>
* </element>
* <element name="NeweggItemNumber" minOccurs="0">
* <simpleType>
* <restriction base="{http://www.w3.org/2001/XMLSchema}string">
* <minLength value="1"/>
* <maxLength value="40"/>
* </restriction>
* </simpleType>
* </element>
* <element name="Currency" minOccurs="0">
* <simpleType>
* <restriction base="{http://www.w3.org/2001/XMLSchema}string">
* <enumeration value="USD"/>
* </restriction>
* </simpleType>
* </element>
* <element name="MSRP" minOccurs="0">
* <simpleType>
* <restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
* <minInclusive value="0.01"/>
* <maxInclusive value="99999.00"/>
* <fractionDigits value="2"/>
* </restriction>
* </simpleType>
* </element>
* <element name="MAP" minOccurs="0">
* <simpleType>
* <restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
* <minInclusive value="0.00"/>
* <maxInclusive value="99999.00"/>
* <fractionDigits value="2"/>
* </restriction>
* </simpleType>
* </element>
* <element name="CheckoutMAP" minOccurs="0">
* <simpleType>
* <restriction base="{http://www.w3.org/2001/XMLSchema}string">
* <enumeration value="True"/>
* <enumeration value="False"/>
* </restriction>
* </simpleType>
* </element>
* <element name="SellingPrice">
* <simpleType>
* <restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
* <minInclusive value="0.01"/>
* <maxInclusive value="99999.00"/>
* <fractionDigits value="2"/>
* </restriction>
* </simpleType>
* </element>
* <element name="Shipping">
* <simpleType>
* <restriction base="{http://www.w3.org/2001/XMLSchema}string">
* <enumeration value="Default"/>
* <enumeration value="Free"/>
* </restriction>
* </simpleType>
* </element>
* <element name="Inventory">
* <simpleType>
* <restriction base="{http://www.w3.org/2001/XMLSchema}integer">
* <maxInclusive value="999999"/>
* <minInclusive value="0"/>
* </restriction>
* </simpleType>
* </element>
* <element name="PacksOrSets">
* <simpleType>
* <restriction base="{http://www.w3.org/2001/XMLSchema}integer">
* <minInclusive value="1"/>
* <maxInclusive value="9999"/>
* </restriction>
* </simpleType>
* </element>
* <element name="ItemCondition">
* <simpleType>
* <restriction base="{http://www.w3.org/2001/XMLSchema}string">
* <enumeration value="New"/>
* <enumeration value="Refurbished"/>
* <enumeration value="UsedLikeNew"/>
* <enumeration value="UsedVeryGood"/>
* <enumeration value="UsedGood"/>
* <enumeration value="UsedAcceptable"/>
* </restriction>
* </simpleType>
* </element>
* <element name="ActivationMark">
* <simpleType>
* <restriction base="{http://www.w3.org/2001/XMLSchema}string">
* <enumeration value="True"/>
* <enumeration value="False"/>
* </restriction>
* </simpleType>
* </element>
* <element name="ConditionDetails" minOccurs="0">
* <simpleType>
* <restriction base="{http://www.w3.org/2001/XMLSchema}string">
* <minLength value="0"/>
* <maxLength value="200"/>
* </restriction>
* </simpleType>
* </element>
* <element name="UsedItemImages" minOccurs="0">
* <complexType>
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <sequence>
* <element name="Image" maxOccurs="7">
* <complexType>
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <sequence>
* <element name="ImageUrl" type="{http://www.w3.org/2001/XMLSchema}anyType"/>
* <element name="IsPrimary" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
* </sequence>
* </restriction>
* </complexContent>
* </complexType>
* </element>
* </sequence>
* </restriction>
* </complexContent>
* </complexType>
* </element>
* </sequence>
* </restriction>
* </complexContent>
* </complexType>
* </element>
* </sequence>
* </restriction>
* </complexContent>
* </complexType>
* </element>
* </sequence>
* </restriction>
* </complexContent>
* </complexType>
* </element>
* </sequence>
* </restriction>
* </complexContent>
* </complexType>
*
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
"itemfeed"
})
public static class Message {
@XmlElement(name = "Itemfeed", required = true)
protected List itemfeed;
/**
* Gets the value of the itemfeed 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 itemfeed property.
*
*
* For example, to add a new item, do as follows:
*
* getItemfeed().add(newItem);
*
*
*
*
* Objects of the following type(s) are allowed in the list
* {@link ExistingItemCreationFeedRequest.Message.Itemfeed }
*
* @return
* Objects of the following type(s) are allowed in the list
* {@link ExistingItemCreationFeedRequest.Message.Itemfeed }
*
*/
public List getItemfeed() {
if (itemfeed == null) {
itemfeed = new ArrayList();
}
return this.itemfeed;
}
/**
* 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="SummaryInfo">
* <complexType>
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <sequence>
* </sequence>
* </restriction>
* </complexContent>
* </complexType>
* </element>
* <element name="Item" maxOccurs="unbounded">
* <complexType>
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <sequence>
* <element name="BasicInfo">
* <complexType>
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <sequence>
* <element name="SellerPartNumber">
* <simpleType>
* <restriction base="{http://www.w3.org/2001/XMLSchema}string">
* <minLength value="1"/>
* <maxLength value="40"/>
* </restriction>
* </simpleType>
* </element>
* <element name="Manufacturer">
* <simpleType>
* <restriction base="{http://www.w3.org/2001/XMLSchema}string">
* <minLength value="1"/>
* <maxLength value="40"/>
* </restriction>
* </simpleType>
* </element>
* <element name="ManufacturerPartsNumber">
* <simpleType>
* <restriction base="{http://www.w3.org/2001/XMLSchema}string">
* <minLength value="1"/>
* <maxLength value="20"/>
* </restriction>
* </simpleType>
* </element>
* <element name="UPCOrISBN" minOccurs="0">
* <simpleType>
* <restriction base="{http://www.w3.org/2001/XMLSchema}string">
* <minLength value="12"/>
* <maxLength value="40"/>
* </restriction>
* </simpleType>
* </element>
* <element name="NeweggItemNumber" minOccurs="0">
* <simpleType>
* <restriction base="{http://www.w3.org/2001/XMLSchema}string">
* <minLength value="1"/>
* <maxLength value="40"/>
* </restriction>
* </simpleType>
* </element>
* <element name="Currency" minOccurs="0">
* <simpleType>
* <restriction base="{http://www.w3.org/2001/XMLSchema}string">
* <enumeration value="USD"/>
* </restriction>
* </simpleType>
* </element>
* <element name="MSRP" minOccurs="0">
* <simpleType>
* <restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
* <minInclusive value="0.01"/>
* <maxInclusive value="99999.00"/>
* <fractionDigits value="2"/>
* </restriction>
* </simpleType>
* </element>
* <element name="MAP" minOccurs="0">
* <simpleType>
* <restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
* <minInclusive value="0.00"/>
* <maxInclusive value="99999.00"/>
* <fractionDigits value="2"/>
* </restriction>
* </simpleType>
* </element>
* <element name="CheckoutMAP" minOccurs="0">
* <simpleType>
* <restriction base="{http://www.w3.org/2001/XMLSchema}string">
* <enumeration value="True"/>
* <enumeration value="False"/>
* </restriction>
* </simpleType>
* </element>
* <element name="SellingPrice">
* <simpleType>
* <restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
* <minInclusive value="0.01"/>
* <maxInclusive value="99999.00"/>
* <fractionDigits value="2"/>
* </restriction>
* </simpleType>
* </element>
* <element name="Shipping">
* <simpleType>
* <restriction base="{http://www.w3.org/2001/XMLSchema}string">
* <enumeration value="Default"/>
* <enumeration value="Free"/>
* </restriction>
* </simpleType>
* </element>
* <element name="Inventory">
* <simpleType>
* <restriction base="{http://www.w3.org/2001/XMLSchema}integer">
* <maxInclusive value="999999"/>
* <minInclusive value="0"/>
* </restriction>
* </simpleType>
* </element>
* <element name="PacksOrSets">
* <simpleType>
* <restriction base="{http://www.w3.org/2001/XMLSchema}integer">
* <minInclusive value="1"/>
* <maxInclusive value="9999"/>
* </restriction>
* </simpleType>
* </element>
* <element name="ItemCondition">
* <simpleType>
* <restriction base="{http://www.w3.org/2001/XMLSchema}string">
* <enumeration value="New"/>
* <enumeration value="Refurbished"/>
* <enumeration value="UsedLikeNew"/>
* <enumeration value="UsedVeryGood"/>
* <enumeration value="UsedGood"/>
* <enumeration value="UsedAcceptable"/>
* </restriction>
* </simpleType>
* </element>
* <element name="ActivationMark">
* <simpleType>
* <restriction base="{http://www.w3.org/2001/XMLSchema}string">
* <enumeration value="True"/>
* <enumeration value="False"/>
* </restriction>
* </simpleType>
* </element>
* <element name="ConditionDetails" minOccurs="0">
* <simpleType>
* <restriction base="{http://www.w3.org/2001/XMLSchema}string">
* <minLength value="0"/>
* <maxLength value="200"/>
* </restriction>
* </simpleType>
* </element>
* <element name="UsedItemImages" minOccurs="0">
* <complexType>
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <sequence>
* <element name="Image" maxOccurs="7">
* <complexType>
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <sequence>
* <element name="ImageUrl" type="{http://www.w3.org/2001/XMLSchema}anyType"/>
* <element name="IsPrimary" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
* </sequence>
* </restriction>
* </complexContent>
* </complexType>
* </element>
* </sequence>
* </restriction>
* </complexContent>
* </complexType>
* </element>
* </sequence>
* </restriction>
* </complexContent>
* </complexType>
* </element>
* </sequence>
* </restriction>
* </complexContent>
* </complexType>
* </element>
* </sequence>
* </restriction>
* </complexContent>
* </complexType>
*
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
"summaryInfo",
"item"
})
public static class Itemfeed {
@XmlElement(name = "SummaryInfo", required = true)
protected ExistingItemCreationFeedRequest.Message.Itemfeed.SummaryInfo summaryInfo;
@XmlElement(name = "Item", required = true)
protected List item;
/**
* Gets the value of the summaryInfo property.
*
* @return
* possible object is
* {@link ExistingItemCreationFeedRequest.Message.Itemfeed.SummaryInfo }
*
*/
public ExistingItemCreationFeedRequest.Message.Itemfeed.SummaryInfo getSummaryInfo() {
return summaryInfo;
}
/**
* Sets the value of the summaryInfo property.
*
* @param value
* allowed object is
* {@link ExistingItemCreationFeedRequest.Message.Itemfeed.SummaryInfo }
*
*/
public void setSummaryInfo(ExistingItemCreationFeedRequest.Message.Itemfeed.SummaryInfo value) {
this.summaryInfo = value;
}
/**
* Gets the value of the item 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 item property.
*
*
* For example, to add a new item, do as follows:
*
* getItem().add(newItem);
*
*
*
*
* Objects of the following type(s) are allowed in the list
* {@link ExistingItemCreationFeedRequest.Message.Itemfeed.Item }
*
* @return
* Objects of the following type(s) are allowed in the list
* {@link ExistingItemCreationFeedRequest.Message.Itemfeed.Item }
*
*/
public List getItem() {
if (item == null) {
item = new ArrayList();
}
return this.item;
}
/**
* 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="BasicInfo">
* <complexType>
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <sequence>
* <element name="SellerPartNumber">
* <simpleType>
* <restriction base="{http://www.w3.org/2001/XMLSchema}string">
* <minLength value="1"/>
* <maxLength value="40"/>
* </restriction>
* </simpleType>
* </element>
* <element name="Manufacturer">
* <simpleType>
* <restriction base="{http://www.w3.org/2001/XMLSchema}string">
* <minLength value="1"/>
* <maxLength value="40"/>
* </restriction>
* </simpleType>
* </element>
* <element name="ManufacturerPartsNumber">
* <simpleType>
* <restriction base="{http://www.w3.org/2001/XMLSchema}string">
* <minLength value="1"/>
* <maxLength value="20"/>
* </restriction>
* </simpleType>
* </element>
* <element name="UPCOrISBN" minOccurs="0">
* <simpleType>
* <restriction base="{http://www.w3.org/2001/XMLSchema}string">
* <minLength value="12"/>
* <maxLength value="40"/>
* </restriction>
* </simpleType>
* </element>
* <element name="NeweggItemNumber" minOccurs="0">
* <simpleType>
* <restriction base="{http://www.w3.org/2001/XMLSchema}string">
* <minLength value="1"/>
* <maxLength value="40"/>
* </restriction>
* </simpleType>
* </element>
* <element name="Currency" minOccurs="0">
* <simpleType>
* <restriction base="{http://www.w3.org/2001/XMLSchema}string">
* <enumeration value="USD"/>
* </restriction>
* </simpleType>
* </element>
* <element name="MSRP" minOccurs="0">
* <simpleType>
* <restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
* <minInclusive value="0.01"/>
* <maxInclusive value="99999.00"/>
* <fractionDigits value="2"/>
* </restriction>
* </simpleType>
* </element>
* <element name="MAP" minOccurs="0">
* <simpleType>
* <restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
* <minInclusive value="0.00"/>
* <maxInclusive value="99999.00"/>
* <fractionDigits value="2"/>
* </restriction>
* </simpleType>
* </element>
* <element name="CheckoutMAP" minOccurs="0">
* <simpleType>
* <restriction base="{http://www.w3.org/2001/XMLSchema}string">
* <enumeration value="True"/>
* <enumeration value="False"/>
* </restriction>
* </simpleType>
* </element>
* <element name="SellingPrice">
* <simpleType>
* <restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
* <minInclusive value="0.01"/>
* <maxInclusive value="99999.00"/>
* <fractionDigits value="2"/>
* </restriction>
* </simpleType>
* </element>
* <element name="Shipping">
* <simpleType>
* <restriction base="{http://www.w3.org/2001/XMLSchema}string">
* <enumeration value="Default"/>
* <enumeration value="Free"/>
* </restriction>
* </simpleType>
* </element>
* <element name="Inventory">
* <simpleType>
* <restriction base="{http://www.w3.org/2001/XMLSchema}integer">
* <maxInclusive value="999999"/>
* <minInclusive value="0"/>
* </restriction>
* </simpleType>
* </element>
* <element name="PacksOrSets">
* <simpleType>
* <restriction base="{http://www.w3.org/2001/XMLSchema}integer">
* <minInclusive value="1"/>
* <maxInclusive value="9999"/>
* </restriction>
* </simpleType>
* </element>
* <element name="ItemCondition">
* <simpleType>
* <restriction base="{http://www.w3.org/2001/XMLSchema}string">
* <enumeration value="New"/>
* <enumeration value="Refurbished"/>
* <enumeration value="UsedLikeNew"/>
* <enumeration value="UsedVeryGood"/>
* <enumeration value="UsedGood"/>
* <enumeration value="UsedAcceptable"/>
* </restriction>
* </simpleType>
* </element>
* <element name="ActivationMark">
* <simpleType>
* <restriction base="{http://www.w3.org/2001/XMLSchema}string">
* <enumeration value="True"/>
* <enumeration value="False"/>
* </restriction>
* </simpleType>
* </element>
* <element name="ConditionDetails" minOccurs="0">
* <simpleType>
* <restriction base="{http://www.w3.org/2001/XMLSchema}string">
* <minLength value="0"/>
* <maxLength value="200"/>
* </restriction>
* </simpleType>
* </element>
* <element name="UsedItemImages" minOccurs="0">
* <complexType>
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <sequence>
* <element name="Image" maxOccurs="7">
* <complexType>
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <sequence>
* <element name="ImageUrl" type="{http://www.w3.org/2001/XMLSchema}anyType"/>
* <element name="IsPrimary" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
* </sequence>
* </restriction>
* </complexContent>
* </complexType>
* </element>
* </sequence>
* </restriction>
* </complexContent>
* </complexType>
* </element>
* </sequence>
* </restriction>
* </complexContent>
* </complexType>
* </element>
* </sequence>
* </restriction>
* </complexContent>
* </complexType>
*
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
"basicInfo"
})
public static class Item {
@XmlElement(name = "BasicInfo", required = true)
protected ExistingItemCreationFeedRequest.Message.Itemfeed.Item.BasicInfo basicInfo;
/**
* Gets the value of the basicInfo property.
*
* @return
* possible object is
* {@link ExistingItemCreationFeedRequest.Message.Itemfeed.Item.BasicInfo }
*
*/
public ExistingItemCreationFeedRequest.Message.Itemfeed.Item.BasicInfo getBasicInfo() {
return basicInfo;
}
/**
* Sets the value of the basicInfo property.
*
* @param value
* allowed object is
* {@link ExistingItemCreationFeedRequest.Message.Itemfeed.Item.BasicInfo }
*
*/
public void setBasicInfo(ExistingItemCreationFeedRequest.Message.Itemfeed.Item.BasicInfo value) {
this.basicInfo = 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="SellerPartNumber">
* <simpleType>
* <restriction base="{http://www.w3.org/2001/XMLSchema}string">
* <minLength value="1"/>
* <maxLength value="40"/>
* </restriction>
* </simpleType>
* </element>
* <element name="Manufacturer">
* <simpleType>
* <restriction base="{http://www.w3.org/2001/XMLSchema}string">
* <minLength value="1"/>
* <maxLength value="40"/>
* </restriction>
* </simpleType>
* </element>
* <element name="ManufacturerPartsNumber">
* <simpleType>
* <restriction base="{http://www.w3.org/2001/XMLSchema}string">
* <minLength value="1"/>
* <maxLength value="20"/>
* </restriction>
* </simpleType>
* </element>
* <element name="UPCOrISBN" minOccurs="0">
* <simpleType>
* <restriction base="{http://www.w3.org/2001/XMLSchema}string">
* <minLength value="12"/>
* <maxLength value="40"/>
* </restriction>
* </simpleType>
* </element>
* <element name="NeweggItemNumber" minOccurs="0">
* <simpleType>
* <restriction base="{http://www.w3.org/2001/XMLSchema}string">
* <minLength value="1"/>
* <maxLength value="40"/>
* </restriction>
* </simpleType>
* </element>
* <element name="Currency" minOccurs="0">
* <simpleType>
* <restriction base="{http://www.w3.org/2001/XMLSchema}string">
* <enumeration value="USD"/>
* </restriction>
* </simpleType>
* </element>
* <element name="MSRP" minOccurs="0">
* <simpleType>
* <restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
* <minInclusive value="0.01"/>
* <maxInclusive value="99999.00"/>
* <fractionDigits value="2"/>
* </restriction>
* </simpleType>
* </element>
* <element name="MAP" minOccurs="0">
* <simpleType>
* <restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
* <minInclusive value="0.00"/>
* <maxInclusive value="99999.00"/>
* <fractionDigits value="2"/>
* </restriction>
* </simpleType>
* </element>
* <element name="CheckoutMAP" minOccurs="0">
* <simpleType>
* <restriction base="{http://www.w3.org/2001/XMLSchema}string">
* <enumeration value="True"/>
* <enumeration value="False"/>
* </restriction>
* </simpleType>
* </element>
* <element name="SellingPrice">
* <simpleType>
* <restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
* <minInclusive value="0.01"/>
* <maxInclusive value="99999.00"/>
* <fractionDigits value="2"/>
* </restriction>
* </simpleType>
* </element>
* <element name="Shipping">
* <simpleType>
* <restriction base="{http://www.w3.org/2001/XMLSchema}string">
* <enumeration value="Default"/>
* <enumeration value="Free"/>
* </restriction>
* </simpleType>
* </element>
* <element name="Inventory">
* <simpleType>
* <restriction base="{http://www.w3.org/2001/XMLSchema}integer">
* <maxInclusive value="999999"/>
* <minInclusive value="0"/>
* </restriction>
* </simpleType>
* </element>
* <element name="PacksOrSets">
* <simpleType>
* <restriction base="{http://www.w3.org/2001/XMLSchema}integer">
* <minInclusive value="1"/>
* <maxInclusive value="9999"/>
* </restriction>
* </simpleType>
* </element>
* <element name="ItemCondition">
* <simpleType>
* <restriction base="{http://www.w3.org/2001/XMLSchema}string">
* <enumeration value="New"/>
* <enumeration value="Refurbished"/>
* <enumeration value="UsedLikeNew"/>
* <enumeration value="UsedVeryGood"/>
* <enumeration value="UsedGood"/>
* <enumeration value="UsedAcceptable"/>
* </restriction>
* </simpleType>
* </element>
* <element name="ActivationMark">
* <simpleType>
* <restriction base="{http://www.w3.org/2001/XMLSchema}string">
* <enumeration value="True"/>
* <enumeration value="False"/>
* </restriction>
* </simpleType>
* </element>
* <element name="ConditionDetails" minOccurs="0">
* <simpleType>
* <restriction base="{http://www.w3.org/2001/XMLSchema}string">
* <minLength value="0"/>
* <maxLength value="200"/>
* </restriction>
* </simpleType>
* </element>
* <element name="UsedItemImages" minOccurs="0">
* <complexType>
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <sequence>
* <element name="Image" maxOccurs="7">
* <complexType>
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <sequence>
* <element name="ImageUrl" type="{http://www.w3.org/2001/XMLSchema}anyType"/>
* <element name="IsPrimary" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
* </sequence>
* </restriction>
* </complexContent>
* </complexType>
* </element>
* </sequence>
* </restriction>
* </complexContent>
* </complexType>
* </element>
* </sequence>
* </restriction>
* </complexContent>
* </complexType>
*
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
"sellerPartNumber",
"manufacturer",
"manufacturerPartsNumber",
"upcOrISBN",
"neweggItemNumber",
"currency",
"msrp",
"map",
"checkoutMAP",
"sellingPrice",
"shipping",
"inventory",
"packsOrSets",
"itemCondition",
"activationMark",
"conditionDetails",
"usedItemImages"
})
public static class BasicInfo {
@XmlElement(name = "SellerPartNumber", required = true)
protected String sellerPartNumber;
@XmlElement(name = "Manufacturer", required = true)
protected String manufacturer;
@XmlElement(name = "ManufacturerPartsNumber", required = true)
protected String manufacturerPartsNumber;
@XmlElement(name = "UPCOrISBN")
protected String upcOrISBN;
@XmlElement(name = "NeweggItemNumber")
protected String neweggItemNumber;
@XmlElement(name = "Currency")
protected String currency;
@XmlElement(name = "MSRP")
protected BigDecimal msrp;
@XmlElement(name = "MAP")
protected BigDecimal map;
@XmlElement(name = "CheckoutMAP")
protected String checkoutMAP;
@XmlElement(name = "SellingPrice", required = true)
protected BigDecimal sellingPrice;
@XmlElement(name = "Shipping", required = true)
protected String shipping;
@XmlElement(name = "Inventory")
protected int inventory;
@XmlElement(name = "PacksOrSets")
protected int packsOrSets;
@XmlElement(name = "ItemCondition", required = true)
protected String itemCondition;
@XmlElement(name = "ActivationMark", required = true)
protected String activationMark;
@XmlElement(name = "ConditionDetails")
protected String conditionDetails;
@XmlElement(name = "UsedItemImages")
protected ExistingItemCreationFeedRequest.Message.Itemfeed.Item.BasicInfo.UsedItemImages usedItemImages;
/**
* Gets the value of the sellerPartNumber property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getSellerPartNumber() {
return sellerPartNumber;
}
/**
* Sets the value of the sellerPartNumber property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setSellerPartNumber(String value) {
this.sellerPartNumber = value;
}
/**
* Gets the value of the manufacturer property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getManufacturer() {
return manufacturer;
}
/**
* Sets the value of the manufacturer property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setManufacturer(String value) {
this.manufacturer = value;
}
/**
* Gets the value of the manufacturerPartsNumber property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getManufacturerPartsNumber() {
return manufacturerPartsNumber;
}
/**
* Sets the value of the manufacturerPartsNumber property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setManufacturerPartsNumber(String value) {
this.manufacturerPartsNumber = value;
}
/**
* Gets the value of the upcOrISBN property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getUPCOrISBN() {
return upcOrISBN;
}
/**
* Sets the value of the upcOrISBN property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setUPCOrISBN(String value) {
this.upcOrISBN = value;
}
/**
* Gets the value of the neweggItemNumber property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getNeweggItemNumber() {
return neweggItemNumber;
}
/**
* Sets the value of the neweggItemNumber property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setNeweggItemNumber(String value) {
this.neweggItemNumber = value;
}
/**
* Gets the value of the currency property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getCurrency() {
return currency;
}
/**
* Sets the value of the currency property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setCurrency(String value) {
this.currency = value;
}
/**
* Gets the value of the msrp property.
*
* @return
* possible object is
* {@link BigDecimal }
*
*/
public BigDecimal getMSRP() {
return msrp;
}
/**
* Sets the value of the msrp property.
*
* @param value
* allowed object is
* {@link BigDecimal }
*
*/
public void setMSRP(BigDecimal value) {
this.msrp = value;
}
/**
* Gets the value of the map property.
*
* @return
* possible object is
* {@link BigDecimal }
*
*/
public BigDecimal getMAP() {
return map;
}
/**
* Sets the value of the map property.
*
* @param value
* allowed object is
* {@link BigDecimal }
*
*/
public void setMAP(BigDecimal value) {
this.map = value;
}
/**
* Gets the value of the checkoutMAP property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getCheckoutMAP() {
return checkoutMAP;
}
/**
* Sets the value of the checkoutMAP property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setCheckoutMAP(String value) {
this.checkoutMAP = value;
}
/**
* Gets the value of the sellingPrice property.
*
* @return
* possible object is
* {@link BigDecimal }
*
*/
public BigDecimal getSellingPrice() {
return sellingPrice;
}
/**
* Sets the value of the sellingPrice property.
*
* @param value
* allowed object is
* {@link BigDecimal }
*
*/
public void setSellingPrice(BigDecimal value) {
this.sellingPrice = value;
}
/**
* Gets the value of the shipping property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getShipping() {
return shipping;
}
/**
* Sets the value of the shipping property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setShipping(String value) {
this.shipping = value;
}
/**
* Gets the value of the inventory property.
* @return
* possible object is
* {@link int }
*
*/
public int getInventory() {
return inventory;
}
/**
* Sets the value of the inventory property.
* @param value
* allowed object is
* {@link }
*
*/
public void setInventory(int value) {
this.inventory = value;
}
/**
* Gets the value of the packsOrSets property.
* @return
* possible object is
* {@link int }
*
*/
public int getPacksOrSets() {
return packsOrSets;
}
/**
* Sets the value of the packsOrSets property.
* @param value
* allowed object is
* {@link }
*
*/
public void setPacksOrSets(int value) {
this.packsOrSets = value;
}
/**
* Gets the value of the itemCondition property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getItemCondition() {
return itemCondition;
}
/**
* Sets the value of the itemCondition property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setItemCondition(String value) {
this.itemCondition = value;
}
/**
* Gets the value of the activationMark property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getActivationMark() {
return activationMark;
}
/**
* Sets the value of the activationMark property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setActivationMark(String value) {
this.activationMark = value;
}
/**
* Gets the value of the conditionDetails property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getConditionDetails() {
return conditionDetails;
}
/**
* Sets the value of the conditionDetails property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setConditionDetails(String value) {
this.conditionDetails = value;
}
/**
* Gets the value of the usedItemImages property.
*
* @return
* possible object is
* {@link ExistingItemCreationFeedRequest.Message.Itemfeed.Item.BasicInfo.UsedItemImages }
*
*/
public ExistingItemCreationFeedRequest.Message.Itemfeed.Item.BasicInfo.UsedItemImages getUsedItemImages() {
return usedItemImages;
}
/**
* Sets the value of the usedItemImages property.
*
* @param value
* allowed object is
* {@link ExistingItemCreationFeedRequest.Message.Itemfeed.Item.BasicInfo.UsedItemImages }
*
*/
public void setUsedItemImages(ExistingItemCreationFeedRequest.Message.Itemfeed.Item.BasicInfo.UsedItemImages value) {
this.usedItemImages = 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="Image" maxOccurs="7">
* <complexType>
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <sequence>
* <element name="ImageUrl" type="{http://www.w3.org/2001/XMLSchema}anyType"/>
* <element name="IsPrimary" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
* </sequence>
* </restriction>
* </complexContent>
* </complexType>
* </element>
* </sequence>
* </restriction>
* </complexContent>
* </complexType>
*
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
"image"
})
public static class UsedItemImages {
@XmlElement(name = "Image", required = true)
protected List image;
/**
* Gets the value of the image 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 image property.
*
*
* For example, to add a new item, do as follows:
*
* getImage().add(newItem);
*
*
*
*
* Objects of the following type(s) are allowed in the list
* {@link ExistingItemCreationFeedRequest.Message.Itemfeed.Item.BasicInfo.UsedItemImages.Image }
*
* @return
* Objects of the following type(s) are allowed in the list
* {@link ExistingItemCreationFeedRequest.Message.Itemfeed.Item.BasicInfo.UsedItemImages.Image }
*
*/
public List getImage() {
if (image == null) {
image = new ArrayList();
}
return this.image;
}
/**
* 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="ImageUrl" type="{http://www.w3.org/2001/XMLSchema}anyType"/>
* <element name="IsPrimary" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
* </sequence>
* </restriction>
* </complexContent>
* </complexType>
*
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
"imageUrl",
"isPrimary"
})
public static class Image {
@XmlElement(name = "ImageUrl", required = true)
protected String imageUrl;
@XmlElement(name = "IsPrimary")
protected Boolean isPrimary;
/**
* Gets the value of the imageUrl property.
*
* @return
* possible object is
* {@link Object }
*
*/
public String getImageUrl() {
return imageUrl;
}
/**
* Sets the value of the imageUrl property.
*
* @param value
* allowed object is
* {@link Object }
*
*/
public void setImageUrl(String value) {
this.imageUrl = value;
}
/**
* Gets the value of the isPrimary property.
*
* @return
* possible object is
* {@link Boolean }
*
*/
public Boolean isIsPrimary() {
return isPrimary;
}
/**
* Sets the value of the isPrimary property.
*
* @param value
* allowed object is
* {@link Boolean }
*
*/
public void setIsPrimary(Boolean value) {
this.isPrimary = 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>
* </sequence>
* </restriction>
* </complexContent>
* </complexType>
*
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "")
public static class SummaryInfo {
}
}
}
}