public class

GetServerTimeResponse

extends Object
java.lang.Object
   ↳ com.netsuite.webservices.platform.messages_2010_2.GetServerTimeResponse

Class Overview

Java class for GetServerTimeResponse complex type.

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

 <complexType name="GetServerTimeResponse">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{urn:core_2010_2.platform.webservices.netsuite.com}getServerTimeResult"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected GetServerTimeResult getServerTimeResult
Public Constructors
GetServerTimeResponse()
GetServerTimeResponse(GetServerTimeResult getServerTimeResult)
Public Methods
GetServerTimeResult getGetServerTimeResult()
Gets the value of the getServerTimeResult property.
void setGetServerTimeResult(GetServerTimeResult value)
Sets the value of the getServerTimeResult property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected GetServerTimeResult getServerTimeResult

Public Constructors

public GetServerTimeResponse ()

public GetServerTimeResponse (GetServerTimeResult getServerTimeResult)

Parameters
getServerTimeResult

Public Methods

public GetServerTimeResult getGetServerTimeResult ()

Gets the value of the getServerTimeResult property.

Returns

public void setGetServerTimeResult (GetServerTimeResult value)

Sets the value of the getServerTimeResult property.

Parameters
value Allowed object is GetServerTimeResult