public class

GetServerTimeResult

extends Object
java.lang.Object
   ↳ com.netsuite.webservices.platform.core_2010_2.GetServerTimeResult

Class Overview

Java class for GetServerTimeResult complex type.

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

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

Summary

Fields
protected XMLGregorianCalendar serverTime
protected Status status
Public Constructors
GetServerTimeResult()
GetServerTimeResult(Status status, XMLGregorianCalendar serverTime)
Public Methods
XMLGregorianCalendar getServerTime()
Gets the value of the serverTime property.
Status getStatus()
Gets the value of the status property.
void setServerTime(XMLGregorianCalendar value)
Sets the value of the serverTime property.
void setStatus(Status value)
Sets the value of the status property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected XMLGregorianCalendar serverTime

protected Status status

Public Constructors

public GetServerTimeResult ()

public GetServerTimeResult (Status status, XMLGregorianCalendar serverTime)

Parameters
status
serverTime

Public Methods

public XMLGregorianCalendar getServerTime ()

Gets the value of the serverTime property.

Returns
  • possible object is XMLGregorianCalendar

public Status getStatus ()

Gets the value of the status property.

Returns

public void setServerTime (XMLGregorianCalendar value)

Sets the value of the serverTime property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setStatus (Status value)

Sets the value of the status property.

Parameters
value Allowed object is Status