BEA Systems, Inc.

weblogic.xml.crypto.wss.api
Interface Timestamp

All Superinterfaces:
weblogic.xml.dom.marshal.WLDOMStructure, weblogic.xml.crypto.api.XMLStructure

public interface Timestamp
extends weblogic.xml.dom.marshal.WLDOMStructure, weblogic.xml.crypto.api.XMLStructure


Method Summary
 Calendar getCreated()
          Returns a Calendar representing the Created element.
 Calendar getExpires()
          Returns a Calendar representing the Expires element.
 String getId()
          Returns the value of id attribute of the Timestamp element.
 
Methods inherited from interface weblogic.xml.dom.marshal.WLDOMStructure
marshal, unmarshal
 
Methods inherited from interface weblogic.xml.crypto.api.XMLStructure
isFeatureSupported
 

Method Detail

getId

String getId()
Returns the value of id attribute of the Timestamp element.

Returns:
The id.

getCreated

Calendar getCreated()
Returns a Calendar representing the Created element.

Returns:
The Created time.

getExpires

Calendar getExpires()
Returns a Calendar representing the Expires element.

Returns:
The Expires time.

Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs92
Copyright 2006 BEA Systems Inc.