public class SetTerminationTimeResponse
extends java.lang.Object
implements java.io.Serializable
This class represents the XML complexType "wsrf-rl:SetTerminationTimeResponse"
<xsd:element name="SetTerminationTimeResponse">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="NewTerminationTime" nillable="true" type="xsd:dateTime" />
<xsd:element name="CurrentTime" type="xsd:dateTime" />
</xsd:sequence>
</xsd:complexType>
</xsd:element>
| Constructor and Description |
|---|
SetTerminationTimeResponse(NewTerminationTime newTerminationTime,
java.util.Calendar currentTime)
Constructor for a new SetTerminationTimeResponse instance
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Calendar |
getCurrentTime()
Gets the current time
|
NewTerminationTime |
getNewTerminationTime()
Gets the new termination time.
|
public SetTerminationTimeResponse(NewTerminationTime newTerminationTime, java.util.Calendar currentTime)
newTerminationTime - The requested termination time.currentTime - The current timepublic NewTerminationTime getNewTerminationTime()
public java.util.Calendar getCurrentTime()