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

com.bytekast.netsuite.client.GetServerTimeRequest Maven / Gradle / Ivy

The newest version!

package com.bytekast.netsuite.client;

import java.io.Serializable;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlType;


/**
 * 

Java class for GetServerTimeRequest complex type. * *

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

 * <complexType name="GetServerTimeRequest">
 *   <complexContent>
 *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
 *     </restriction>
 *   </complexContent>
 * </complexType>
 * 
* * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "GetServerTimeRequest", namespace = "urn:messages_2017_1.platform.webservices.netsuite.com") public class GetServerTimeRequest implements Serializable { }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy