|
IBM WebSphere Application ServerTM Release 7 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.websphere.wsrf.SetTerminationTimeResponse
public class SetTerminationTimeResponse
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 Summary | |
---|---|
SetTerminationTimeResponse(NewTerminationTime newTerminationTime,
java.util.Calendar currentTime)
Constructor for a new SetTerminationTimeResponse instance |
Method Summary | |
---|---|
java.util.Calendar |
getCurrentTime()
Gets the current time |
NewTerminationTime |
getNewTerminationTime()
Gets the new termination time. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SetTerminationTimeResponse(NewTerminationTime newTerminationTime, java.util.Calendar currentTime)
newTerminationTime
- The requested termination time.currentTime
- The current timeMethod Detail |
---|
public NewTerminationTime getNewTerminationTime()
public java.util.Calendar getCurrentTime()
|
IBM WebSphere Application ServerTM Release 7 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |