Oracle Fusion Middleware
Oracle WebLogic Server API Reference
11g Release 1 (10.3.6)

Part Number E13941-06

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.

Copyright 1996, 2011, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.

Oracle Fusion Middleware
Oracle WebLogic Server API Reference
11g Release 1 (10.3.6)

Part Number E13941-06