public class AttributedDateTimeImpl extends AbstractWSSecurityObject implements AttributedDateTime
AttributedDateTime.| Modifier and Type | Field and Description |
|---|---|
private org.joda.time.DateTime |
dateTimeValue
DateTime object.
|
private org.joda.time.format.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 |
|---|---|
org.joda.time.DateTime |
getDateTime() |
org.joda.time.format.DateTimeFormatter |
getDateTimeFormatter() |
org.opensaml.core.xml.util.AttributeMap |
getUnknownAttributes() |
String |
getValue() |
String |
getWSUId() |
void |
setDateTime(org.joda.time.DateTime newDateTime) |
void |
setDateTimeFormatter(org.joda.time.format.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 org.joda.time.format.DateTimeFormatter formatter
private org.joda.time.DateTime dateTimeValue
private String stringValue
private String id
private org.opensaml.core.xml.util.AttributeMap unknownAttributes
public org.joda.time.DateTime getDateTime()
getDateTime in interface AttributedDateTimepublic void setDateTime(org.joda.time.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 org.joda.time.format.DateTimeFormatter getDateTimeFormatter()
getDateTimeFormatter in interface AttributedDateTimepublic void setDateTimeFormatter(org.joda.time.format.DateTimeFormatter newFormatter)
setDateTimeFormatter in interface AttributedDateTimeCopyright © 1999–2019 Shibboleth Consortium. All rights reserved.