// Generated by xsd compiler for android/java // DO NOT CHANGE! package com.ebay.marketplace.search.v1.services; import java.io.Serializable; import com.leansoft.nano.annotation.*; /** * * Returns the current version of the service. This simple call can be used to * monitor the service for availability. This call has no input parameters and * the response contains only the standard output fields. * */ @RootElement(name = "getVersionRequest", namespace = "http://www.ebay.com/marketplace/search/v1/services") public class GetVersionRequest extends BaseServiceRequest implements Serializable { private static final long serialVersionUID = -1L; }