Package | Description |
---|---|
org.oasisOpen.docs.wss.x2004.x01.oasis200401WssWssecurityUtility10 | |
org.oasisOpen.docs.wss.x2004.x01.oasis200401WssWssecurityUtility10.impl |
Modifier and Type | Method and Description |
---|---|
AttributedDateTime |
TimestampType.addNewCreated()
Appends and returns a new empty "Created" element
|
AttributedDateTime |
CreatedDocument.addNewCreated()
Appends and returns a new empty "Created" element
|
AttributedDateTime |
TimestampType.addNewExpires()
Appends and returns a new empty "Expires" element
|
AttributedDateTime |
ExpiresDocument.addNewExpires()
Appends and returns a new empty "Expires" element
|
AttributedDateTime |
TimestampType.getCreated()
Gets the "Created" element
|
AttributedDateTime |
CreatedDocument.getCreated()
Gets the "Created" element
|
AttributedDateTime |
TimestampType.getExpires()
Gets the "Expires" element
|
AttributedDateTime |
ExpiresDocument.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(File file) |
static AttributedDateTime |
AttributedDateTime.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options) |
static AttributedDateTime |
AttributedDateTime.Factory.parse(InputStream is) |
static AttributedDateTime |
AttributedDateTime.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options) |
static AttributedDateTime |
AttributedDateTime.Factory.parse(Node node) |
static AttributedDateTime |
AttributedDateTime.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options) |
static AttributedDateTime |
AttributedDateTime.Factory.parse(Reader r) |
static AttributedDateTime |
AttributedDateTime.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options) |
static AttributedDateTime |
AttributedDateTime.Factory.parse(String xmlAsString) |
static AttributedDateTime |
AttributedDateTime.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options) |
static AttributedDateTime |
AttributedDateTime.Factory.parse(URL u) |
static AttributedDateTime |
AttributedDateTime.Factory.parse(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(XMLStreamReader sr) |
static AttributedDateTime |
AttributedDateTime.Factory.parse(XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options) |
Modifier and Type | Method and Description |
---|---|
void |
TimestampType.setCreated(AttributedDateTime created)
Sets the "Created" element
|
void |
CreatedDocument.setCreated(AttributedDateTime created)
Sets the "Created" element
|
void |
TimestampType.setExpires(AttributedDateTime expires)
Sets the "Expires" element
|
void |
ExpiresDocument.setExpires(AttributedDateTime expires)
Sets the "Expires" element
|
Modifier and Type | Class and Description |
---|---|
class |
AttributedDateTimeImpl
An XML AttributedDateTime(@http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd).
|
Modifier and Type | Method and Description |
---|---|
AttributedDateTime |
TimestampTypeImpl.addNewCreated()
Appends and returns a new empty "Created" element
|
AttributedDateTime |
CreatedDocumentImpl.addNewCreated()
Appends and returns a new empty "Created" element
|
AttributedDateTime |
TimestampTypeImpl.addNewExpires()
Appends and returns a new empty "Expires" element
|
AttributedDateTime |
ExpiresDocumentImpl.addNewExpires()
Appends and returns a new empty "Expires" element
|
AttributedDateTime |
TimestampTypeImpl.getCreated()
Gets the "Created" element
|
AttributedDateTime |
CreatedDocumentImpl.getCreated()
Gets the "Created" element
|
AttributedDateTime |
TimestampTypeImpl.getExpires()
Gets the "Expires" element
|
AttributedDateTime |
ExpiresDocumentImpl.getExpires()
Gets the "Expires" element
|
Modifier and Type | Method and Description |
---|---|
void |
TimestampTypeImpl.setCreated(AttributedDateTime created)
Sets the "Created" element
|
void |
CreatedDocumentImpl.setCreated(AttributedDateTime created)
Sets the "Created" element
|
void |
TimestampTypeImpl.setExpires(AttributedDateTime expires)
Sets the "Expires" element
|
void |
ExpiresDocumentImpl.setExpires(AttributedDateTime expires)
Sets the "Expires" element
|
Copyright © 2019. All Rights Reserved.