Uses of Interface
org.oasisOpen.docs.wss.x2004.x01.oasis200401WssWssecurityUtility10.AttributedDateTime

Packages that use AttributedDateTime
org.oasisOpen.docs.wss.x2004.x01.oasis200401WssWssecurityUtility10   
org.oasisOpen.docs.wss.x2004.x01.oasis200401WssWssecurityUtility10.impl   
 

Uses of AttributedDateTime in org.oasisOpen.docs.wss.x2004.x01.oasis200401WssWssecurityUtility10
 

Methods in org.oasisOpen.docs.wss.x2004.x01.oasis200401WssWssecurityUtility10 that return AttributedDateTime
 AttributedDateTime CreatedDocument.addNewCreated()
          Appends and returns a new empty "Created" element
 AttributedDateTime TimestampType.addNewCreated()
          Appends and returns a new empty "Created" element
 AttributedDateTime ExpiresDocument.addNewExpires()
          Appends and returns a new empty "Expires" element
 AttributedDateTime TimestampType.addNewExpires()
          Appends and returns a new empty "Expires" element
 AttributedDateTime CreatedDocument.getCreated()
          Gets the "Created" element
 AttributedDateTime TimestampType.getCreated()
          Gets the "Created" element
 AttributedDateTime ExpiresDocument.getExpires()
          Gets the "Expires" element
 AttributedDateTime TimestampType.getExpires()
          Gets the "Expires" element
static AttributedDateTime AttributedDateTime.Factory.newInstance()
           
static AttributedDateTime AttributedDateTime.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static AttributedDateTime AttributedDateTime.Factory.parse(java.io.File file)
           
static AttributedDateTime AttributedDateTime.Factory.parse(java.io.File file, org.apache.xmlbeans.XmlOptions options)
           
static AttributedDateTime AttributedDateTime.Factory.parse(java.io.InputStream is)
           
static AttributedDateTime AttributedDateTime.Factory.parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static AttributedDateTime AttributedDateTime.Factory.parse(org.w3c.dom.Node node)
           
static AttributedDateTime AttributedDateTime.Factory.parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options)
           
static AttributedDateTime AttributedDateTime.Factory.parse(java.io.Reader r)
           
static AttributedDateTime AttributedDateTime.Factory.parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options)
           
static AttributedDateTime AttributedDateTime.Factory.parse(java.lang.String xmlAsString)
           
static AttributedDateTime AttributedDateTime.Factory.parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static AttributedDateTime AttributedDateTime.Factory.parse(java.net.URL u)
           
static AttributedDateTime AttributedDateTime.Factory.parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options)
           
static AttributedDateTime AttributedDateTime.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static AttributedDateTime AttributedDateTime.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static AttributedDateTime AttributedDateTime.Factory.parse(javax.xml.stream.XMLStreamReader sr)
           
static AttributedDateTime AttributedDateTime.Factory.parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
 

Methods in org.oasisOpen.docs.wss.x2004.x01.oasis200401WssWssecurityUtility10 with parameters of type AttributedDateTime
 void CreatedDocument.setCreated(AttributedDateTime created)
          Sets the "Created" element
 void TimestampType.setCreated(AttributedDateTime created)
          Sets the "Created" element
 void ExpiresDocument.setExpires(AttributedDateTime expires)
          Sets the "Expires" element
 void TimestampType.setExpires(AttributedDateTime expires)
          Sets the "Expires" element
 

Uses of AttributedDateTime in org.oasisOpen.docs.wss.x2004.x01.oasis200401WssWssecurityUtility10.impl
 

Classes in org.oasisOpen.docs.wss.x2004.x01.oasis200401WssWssecurityUtility10.impl that implement AttributedDateTime
 class AttributedDateTimeImpl
          An XML AttributedDateTime(@http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd).
 

Methods in org.oasisOpen.docs.wss.x2004.x01.oasis200401WssWssecurityUtility10.impl that return AttributedDateTime
 AttributedDateTime CreatedDocumentImpl.addNewCreated()
          Appends and returns a new empty "Created" element
 AttributedDateTime TimestampTypeImpl.addNewCreated()
          Appends and returns a new empty "Created" element
 AttributedDateTime ExpiresDocumentImpl.addNewExpires()
          Appends and returns a new empty "Expires" element
 AttributedDateTime TimestampTypeImpl.addNewExpires()
          Appends and returns a new empty "Expires" element
 AttributedDateTime CreatedDocumentImpl.getCreated()
          Gets the "Created" element
 AttributedDateTime TimestampTypeImpl.getCreated()
          Gets the "Created" element
 AttributedDateTime ExpiresDocumentImpl.getExpires()
          Gets the "Expires" element
 AttributedDateTime TimestampTypeImpl.getExpires()
          Gets the "Expires" element
 

Methods in org.oasisOpen.docs.wss.x2004.x01.oasis200401WssWssecurityUtility10.impl with parameters of type AttributedDateTime
 void CreatedDocumentImpl.setCreated(AttributedDateTime created)
          Sets the "Created" element
 void TimestampTypeImpl.setCreated(AttributedDateTime created)
          Sets the "Created" element
 void ExpiresDocumentImpl.setExpires(AttributedDateTime expires)
          Sets the "Expires" element
 void TimestampTypeImpl.setExpires(AttributedDateTime expires)
          Sets the "Expires" element
 



Copyright © 2009. All Rights Reserved.