|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.websphere.wsrf.SetTerminationTime
public class SetTerminationTime
This class represents the XML complexType "wsrf-rl:SetTerminationTime"
<xsd:element name="SetTerminationTime"> <xsd:complexType> <xsd:choice> <xsd:element name="RequestedTerminationTime" nillable="true" type="xsd:dateTime" /> <xsd:element name="RequestedLifetimeDuration" type="xsd:duration" /> </xsd:choice> </xsd:complexType> </xsd:element>
Constructor Summary | |
---|---|
SetTerminationTime(RequestedTerminationTime requestedTerminationTime)
Constructor for a new SetTerminationTime instance, where the termination time is specified explicitly by RequestedTerminationTime. |
|
SetTerminationTime(java.lang.String requestedLifetimeDuration)
Constructor for a new SetTerminationTime instance, where the termination time is specified implicitly by a requested lifetime duration. |
Method Summary | |
---|---|
java.lang.String |
getRequestedLifetimeDuration()
Gets the requested lifetime duration. |
RequestedTerminationTime |
getRequestedTerminationTime()
Gets the requested termination time. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SetTerminationTime(RequestedTerminationTime requestedTerminationTime)
requestedTerminationTime
- The requested termination time.public SetTerminationTime(java.lang.String requestedLifetimeDuration)
requestedTerminationTime
- The requested termination time of the form xsd:duration.Method Detail |
---|
public RequestedTerminationTime getRequestedTerminationTime()
public java.lang.String getRequestedLifetimeDuration()
|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |