Skip navigation links

Oracle Security Developer Tools Web Services Security Java API Reference
11g (11.1.1)

E10678-02


oracle.security.xmlsec.wss
Class WSUExpires

java.lang.Object
  extended by oracle.security.xmlsec.util.XMLNode
      extended by oracle.security.xmlsec.util.XMLElement
          extended by oracle.security.xmlsec.wss.WSUExpires


public class WSUExpires
extends oracle.security.xmlsec.util.XMLElement

Represents the expires element defined in the WSU schema.


Field Summary

 

Fields inherited from class oracle.security.xmlsec.util.XMLNode
node, systemId

 

Constructor Summary
WSUExpires(org.w3c.dom.Document owner)
          Create a WSUExpires instance with the given XML Document context.
WSUExpires(org.w3c.dom.Document owner, java.lang.String valType)
          Create a WSUExpires instance with the given XML Document context.
WSUExpires(org.w3c.dom.Element element)
          Create a new WSUExpires instance from the given XML element.
WSUExpires(org.w3c.dom.Element element, java.lang.String systemId)
          Create a new WSUExpires instance from the given XML element.

 

Method Summary
 java.util.Date getValue()
          Return the expiration timestamp value of this element.
 java.lang.String getValueType()
          Returns the QName identifyting this token type.
 void setValue(java.util.Date expires)
          Set the expiration timestamp value of this element.
 void setValueType(java.lang.String valType)
          Set the QName identifyting this token type.

 

Methods inherited from class oracle.security.xmlsec.util.XMLElement
addNSPrefixAttr, addNSPrefixAttr, addNSPrefixAttrDefault, addNSPrefixAttrDefault, getAttribute, getAttributeNode, getAttributeNodeNS, getAttributeNS, getChildElementsByTagName, getChildElementsByTagName, getChildElementsByTagNameNS, getChildElementsByTagNameNS, getDefaultNSPrefix, getElement, getElementsByTagName, getElementsByTagNameNS, getTagName, hasAttribute, hasAttributeNS, removeAttribute, removeAttributeNode, removeAttributeNS, setAttribute, setAttributeNode, setAttributeNodeNS, setAttributeNS, setDefaultNSPrefix

 

Methods inherited from class oracle.security.xmlsec.util.XMLNode
appendChild, appendChild, appendTo, cloneNode, getAttributes, getChildNodes, getFirstChild, getLastChild, getLocalName, getNamespaceURI, getNextSibling, getNode, getNodeName, getNodeType, getNodeValue, getOwnerDocument, getParentNode, getPrefix, getPreviousSibling, getSystemId, hasAttributes, hasChildNodes, insertBefore, insertBefore, isSupported, normalize, removeChild, removeChild, replaceChild, replaceChild, setNodeValue, setPrefix, setSystemId, toBytesXML, toStringXML

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

WSUExpires

public WSUExpires(org.w3c.dom.Element element)
Create a new WSUExpires instance from the given XML element.
Parameters:
element - A wsu:Expires element.

WSUExpires

public WSUExpires(org.w3c.dom.Element element,
                  java.lang.String systemId)
Create a new WSUExpires instance from the given XML element.
Parameters:
element - A wsu:Expires element
systemId - The URI string system ID for this element.

WSUExpires

public WSUExpires(org.w3c.dom.Document owner)
Create a WSUExpires instance with the given XML Document context.
Parameters:
owner - A XML Document to be used as the owner document of this structure.

WSUExpires

public WSUExpires(org.w3c.dom.Document owner,
                  java.lang.String valType)
Create a WSUExpires instance with the given XML Document context.
Parameters:
owner - A XML Document to be used as the owner document of this structure.
valType - The token type identifier.

Method Detail

setValueType

public void setValueType(java.lang.String valType)
Set the QName identifyting this token type.
Parameters:
valType - The QName string indicating the value type.

getValueType

public java.lang.String getValueType()
Returns the QName identifyting this token type.
Returns:
The QName string.

setValue

public void setValue(java.util.Date expires)
Set the expiration timestamp value of this element.
Parameters:
expires - The expiration timestamp.

getValue

public java.util.Date getValue()
Return the expiration timestamp value of this element.
Returns:
The expiration timestamp.

Skip navigation links

Oracle Security Developer Tools Web Services Security Java API Reference
11g (11.1.1)

E10678-02


Copyright © 2005, 2009, Oracle. All rights reserved.