public class LifetimeImpl extends AbstractWSTrustObject implements Lifetime
| Modifier and Type | Field and Description |
|---|---|
private Created |
created
The wsu:Created child element.
|
private Expires |
expires
The wsu:Expires child element.
|
ELEMENT_LOCAL_NAME, ELEMENT_NAME, TYPE_LOCAL_NAME, TYPE_NAME| Constructor and Description |
|---|
LifetimeImpl(java.lang.String namespaceURI,
java.lang.String elementLocalName,
java.lang.String namespacePrefix)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Created |
getCreated()
Returns the wsu:Created child element.
|
Expires |
getExpires()
Returns the wsu:Expires child element.
|
java.util.List<XMLObject> |
getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
|
void |
setCreated(Created newCreated)
Sets the wsu:Created child element.
|
void |
setExpires(Expires newExpires)
Sets the wsu:Expires child element.
|
detach, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getObjectMetadata, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, manageQualifiedAttributeNamespace, prepareAttributeValueForAssignment, prepareElementContentForAssignment, prepareForAssignment, prepareForAssignment, prepareForAssignment, registerOwnID, releaseChildrenDOM, releaseDOM, releaseParentDOM, releaseThisAndChildrenDOM, releaseThisandParentDOM, resolveID, resolveIDFromRoot, setDOM, setElementNamespacePrefix, setElementQName, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocation, setSchemaTypeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdetach, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getObjectMetadata, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, releaseChildrenDOM, releaseDOM, releaseParentDOM, resolveID, resolveIDFromRoot, setDOM, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocationprivate Created created
private Expires expires
public LifetimeImpl(java.lang.String namespaceURI,
java.lang.String elementLocalName,
java.lang.String namespacePrefix)
namespaceURI - The namespace of the elementelementLocalName - The local name of the elementnamespacePrefix - The namespace prefix of the elementpublic Created getCreated()
getCreated in interface LifetimeCreated child element or null.public Expires getExpires()
getExpires in interface LifetimeExpires child element or null.public void setCreated(Created newCreated)
setCreated in interface LifetimenewCreated - the Created child element to set.public void setExpires(Expires newExpires)
setExpires in interface LifetimenewExpires - the Expires child element.public java.util.List<XMLObject> getOrderedChildren()
getOrderedChildren in interface XMLObject