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

ebay.apis.shopping.eblbasecomponents.GeteBayTimeRequestType 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;


/**
 * 
 * 				Gets the official eBay system time in GMT.
 * 			
 * 
 * 

Java class for GeteBayTimeRequestType complex type. * *

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

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy