public class AttributedDateTimeImpl extends AbstractWSSecurityObject implements AttributedDateTime
AttributedDateTime.| Modifier and Type | Field and Description |
|---|---|
private DateTime |
dateTimeValue
DateTime object.
|
private DateTimeFormatter |
formatter
DateTime formatter.
|
private String |
id
wsu:id attribute value.
|
private String |
stringValue
String dateTime representation.
|
private org.opensaml.core.xml.util.AttributeMap |
unknownAttributes
Wildcard attributes.
|
DEFAULT_DATETIME_FORMAT, TYPE_LOCAL_NAME, TYPE_NAMEWSU_ID_ATTR_LOCAL_NAME, WSU_ID_ATTR_NAME| Constructor and Description |
|---|
AttributedDateTimeImpl(String namespaceURI,
String elementLocalName,
String namespacePrefix)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
DateTime |
getDateTime() |
DateTimeFormatter |
getDateTimeFormatter() |
org.opensaml.core.xml.util.AttributeMap |
getUnknownAttributes() |
String |
getValue() |
String |
getWSUId() |
void |
setDateTime(DateTime newDateTime) |
void |
setDateTimeFormatter(DateTimeFormatter newFormatter) |
void |
setValue(String newValue) |
void |
setWSUId(String newId) |
getOrderedChildrendetach, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getObjectMetadata, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, manageQualifiedAttributeNamespace, prepareAttributeValueForAssignment, prepareElementContentForAssignment, prepareForAssignment, 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, getOrderedChildren, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, releaseChildrenDOM, releaseDOM, releaseParentDOM, resolveID, resolveIDFromRoot, setDOM, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocationprivate DateTimeFormatter formatter
private DateTime dateTimeValue
private String stringValue
private String id
private org.opensaml.core.xml.util.AttributeMap unknownAttributes
public DateTime getDateTime()
getDateTime in interface AttributedDateTimepublic void setDateTime(DateTime newDateTime)
setDateTime in interface AttributedDateTimepublic String getValue()
getValue in interface org.opensaml.core.xml.schema.XSStringpublic void setValue(String newValue)
setValue in interface org.opensaml.core.xml.schema.XSStringpublic org.opensaml.core.xml.util.AttributeMap getUnknownAttributes()
getUnknownAttributes in interface org.opensaml.core.xml.AttributeExtensibleXMLObjectpublic DateTimeFormatter getDateTimeFormatter()
getDateTimeFormatter in interface AttributedDateTimepublic void setDateTimeFormatter(DateTimeFormatter newFormatter)
setDateTimeFormatter in interface AttributedDateTimeCopyright © 1999–2016 Shibboleth Consortium. All rights reserved.