public class GetServerTimeResponse extends Object
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 name="return" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected XMLGregorianCalendar |
_return |
| Constructor and Description |
|---|
GetServerTimeResponse() |
| Modifier and Type | Method and Description |
|---|---|
XMLGregorianCalendar |
getReturn()
Gets the value of the return property.
|
void |
setReturn(XMLGregorianCalendar value)
Sets the value of the return property.
|
protected XMLGregorianCalendar _return
public XMLGregorianCalendar getReturn()
XMLGregorianCalendarpublic void setReturn(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarCopyright © 2004-2013 Hudson. All Rights Reserved.