Skip navigation links

Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.2.1)

Part Number E55141-01
P4 Change 1723563 on 2015/10/09


weblogic.xml.security.wsu
Interface AttributedDateTime

All Known Subinterfaces:
Created, Expires, Received

public interface AttributedDateTime

Method Summary
abstract  String getId()
           
abstract  Calendar getTime()
           
abstract  String getTimeString()
           
abstract  QName getValueType()
           
abstract  void setId(String id)
           
abstract  void toXML(SOAPElement parent)
           
abstract  void toXML(XMLOutputStream os)
           
abstract  void toXML(XMLWriter writer)
           

 

Method Detail

setId

void setId(String id)

getId

String getId()

getTimeString

String getTimeString()

getTime

Calendar getTime()

getValueType

QName getValueType()

toXML

void toXML(XMLOutputStream os)

toXML

void toXML(XMLWriter writer)

toXML

void toXML(SOAPElement parent)

Skip navigation links

Copyright 1996, 2015, 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
Java API Reference for Oracle WebLogic Server
12c (12.2.1)

Part Number E55141-01
P4 Change 1723563 on 2015/10/09