|
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.RequestedTerminationTime
public class RequestedTerminationTime
This class represents the XML element "wsrf-rl:RequestedTerminationTime"
<xsd:element name="RequestedTerminationTime" nillable="true" type="xsd:dateTime" />
Constructor Summary | |
---|---|
RequestedTerminationTime()
Constructor for a new RequestedTerminationTime instance, with a nil value |
|
RequestedTerminationTime(java.util.Calendar terminationTime)
Constructor for a new RequestedTerminationTime instance with a non-nil termination time |
Method Summary | |
---|---|
java.util.Calendar |
getTerminationTime()
Gets the RequestedTerminationTime value. |
boolean |
isNil()
True if this RequestedTerminationTime has a nil value, false otherwise |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RequestedTerminationTime()
public RequestedTerminationTime(java.util.Calendar terminationTime)
terminationTime
- The requested termination time value.Method Detail |
---|
public java.util.Calendar getTerminationTime()
public boolean isNil()
|
IBM WebSphere Application ServerTM Release 7 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |