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

ebay.apis.shopping.eblbasecomponents.GeteBayTimeResponseType Maven / Gradle / Ivy

Go to download

This Java client enables you to use Java to make API calls in the eBay Shopping API, which is an XML API. This maven build is simply the Apache CXF generated client code for the Shopping API WSDL.

The newest version!

package ebay.apis.shopping.eblbasecomponents;

import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlType;


/**
 * 
 * 				The Timestamp field indicates the official eBay system time in GMT.
 * 				The value returned represents the date and time when eBay processed the request.
 * 				The value is in the ISO 8601 date-time format (YYYY-MM-DDTHH:MM:SS.SSSZ). 
 * 			
 * 
 * 

Java class for GeteBayTimeResponseType complex type. * *

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

 * <complexType name="GeteBayTimeResponseType">
 *   <complexContent>
 *     <extension base="{urn:ebay:apis:eBLBaseComponents}AbstractResponseType">
 *     </extension>
 *   </complexContent>
 * </complexType>
 * 
* * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "GeteBayTimeResponseType") public class GeteBayTimeResponseType extends AbstractResponseType { }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy