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()
XMLGregorianCalendarpublic void setTerminationTime(javax.xml.datatype.XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic javax.xml.datatype.XMLGregorianCalendar getCurrentTime()
XMLGregorianCalendarpublic void setCurrentTime(javax.xml.datatype.XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarCopyright © 2010 All Rights Reserved.