public class RenewResponse
extends java.lang.Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="TerminationTime" type="{http://www.w3.org/2001/XMLSchema}dateTime"/> <element name="CurrentTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Constructor and Description |
---|
RenewResponse() |
Modifier and Type | Method and Description |
---|---|
javax.xml.datatype.XMLGregorianCalendar |
getCurrentTime()
Gets the value of the currentTime property.
|
javax.xml.datatype.XMLGregorianCalendar |
getTerminationTime()
Gets the value of the terminationTime property.
|
void |
setCurrentTime(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the currentTime property.
|
void |
setTerminationTime(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the terminationTime property.
|
public javax.xml.datatype.XMLGregorianCalendar getTerminationTime()
XMLGregorianCalendar
public void setTerminationTime(javax.xml.datatype.XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
public javax.xml.datatype.XMLGregorianCalendar getCurrentTime()
XMLGregorianCalendar
public void setCurrentTime(javax.xml.datatype.XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
Copyright © 2010 All Rights Reserved.