Uses of Interface
org.oasisOpen.docs.wss.x2004.x01.oasis200401WssWssecurityUtility10.AttributedDateTime
-
Packages that use AttributedDateTime Package Description org.oasisOpen.docs.wss.x2004.x01.oasis200401WssWssecurityUtility10 org.oasisOpen.docs.wsSx.wsTrust.x200512 org.xmlsoap.schemas.ws.x2005.x02.trust -
-
Uses of AttributedDateTime in org.oasisOpen.docs.wss.x2004.x01.oasis200401WssWssecurityUtility10
Methods in org.oasisOpen.docs.wss.x2004.x01.oasis200401WssWssecurityUtility10 that return AttributedDateTime Modifier and Type Method Description AttributedDateTimeCreatedDocument. addNewCreated()Appends and returns a new empty "Created" elementAttributedDateTimeTimestampType. addNewCreated()Appends and returns a new empty "Created" elementAttributedDateTimeExpiresDocument. addNewExpires()Appends and returns a new empty "Expires" elementAttributedDateTimeTimestampType. addNewExpires()Appends and returns a new empty "Expires" elementAttributedDateTimeCreatedDocument. getCreated()Gets the "Created" elementAttributedDateTimeTimestampType. getCreated()Gets the "Created" elementAttributedDateTimeExpiresDocument. getExpires()Gets the "Expires" elementAttributedDateTimeTimestampType. getExpires()Gets the "Expires" elementstatic AttributedDateTimeAttributedDateTime.Factory. newInstance()static AttributedDateTimeAttributedDateTime.Factory. newInstance(XmlOptions options)static AttributedDateTimeAttributedDateTime.Factory. parse(File file)static AttributedDateTimeAttributedDateTime.Factory. parse(File file, XmlOptions options)static AttributedDateTimeAttributedDateTime.Factory. parse(InputStream is)static AttributedDateTimeAttributedDateTime.Factory. parse(InputStream is, XmlOptions options)static AttributedDateTimeAttributedDateTime.Factory. parse(Reader r)static AttributedDateTimeAttributedDateTime.Factory. parse(Reader r, XmlOptions options)static AttributedDateTimeAttributedDateTime.Factory. parse(String xmlAsString)static AttributedDateTimeAttributedDateTime.Factory. parse(String xmlAsString, XmlOptions options)static AttributedDateTimeAttributedDateTime.Factory. parse(URL u)static AttributedDateTimeAttributedDateTime.Factory. parse(URL u, XmlOptions options)static AttributedDateTimeAttributedDateTime.Factory. parse(XMLStreamReader sr)static AttributedDateTimeAttributedDateTime.Factory. parse(XMLStreamReader sr, XmlOptions options)static AttributedDateTimeAttributedDateTime.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic AttributedDateTimeAttributedDateTime.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, XmlOptions options)Deprecated.XMLInputStreamstatic AttributedDateTimeAttributedDateTime.Factory. parse(Node node)static AttributedDateTimeAttributedDateTime.Factory. parse(Node node, XmlOptions options)Methods in org.oasisOpen.docs.wss.x2004.x01.oasis200401WssWssecurityUtility10 with parameters of type AttributedDateTime Modifier and Type Method Description voidCreatedDocument. setCreated(AttributedDateTime created)Sets the "Created" elementvoidTimestampType. setCreated(AttributedDateTime created)Sets the "Created" elementvoidExpiresDocument. setExpires(AttributedDateTime expires)Sets the "Expires" elementvoidTimestampType. setExpires(AttributedDateTime expires)Sets the "Expires" element -
Uses of AttributedDateTime in org.oasisOpen.docs.wsSx.wsTrust.x200512
Methods in org.oasisOpen.docs.wsSx.wsTrust.x200512 that return AttributedDateTime Modifier and Type Method Description AttributedDateTimeLifetimeType. addNewCreated()Appends and returns a new empty "Created" elementAttributedDateTimeLifetimeType. addNewExpires()Appends and returns a new empty "Expires" elementAttributedDateTimeLifetimeType. getCreated()Gets the "Created" elementAttributedDateTimeLifetimeType. getExpires()Gets the "Expires" elementMethods in org.oasisOpen.docs.wsSx.wsTrust.x200512 with parameters of type AttributedDateTime Modifier and Type Method Description voidLifetimeType. setCreated(AttributedDateTime created)Sets the "Created" elementvoidLifetimeType. setExpires(AttributedDateTime expires)Sets the "Expires" element -
Uses of AttributedDateTime in org.xmlsoap.schemas.ws.x2005.x02.trust
Methods in org.xmlsoap.schemas.ws.x2005.x02.trust that return AttributedDateTime Modifier and Type Method Description AttributedDateTimeLifetimeType. addNewCreated()Appends and returns a new empty "Created" elementAttributedDateTimeLifetimeType. addNewExpires()Appends and returns a new empty "Expires" elementAttributedDateTimeLifetimeType. getCreated()Gets the "Created" elementAttributedDateTimeLifetimeType. getExpires()Gets the "Expires" elementMethods in org.xmlsoap.schemas.ws.x2005.x02.trust with parameters of type AttributedDateTime Modifier and Type Method Description voidLifetimeType. setCreated(AttributedDateTime created)Sets the "Created" elementvoidLifetimeType. setExpires(AttributedDateTime expires)Sets the "Expires" element
-