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_NAME
WSU_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) |
getOrderedChildren
detach, 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, setSchemaType
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
detach, 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, setSchemaLocation
private 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 AttributedDateTime
public void setDateTime(org.joda.time.DateTime newDateTime)
setDateTime
in interface AttributedDateTime
public String getValue()
getValue
in interface org.opensaml.core.xml.schema.XSString
public void setValue(String newValue)
setValue
in interface org.opensaml.core.xml.schema.XSString
public org.opensaml.core.xml.util.AttributeMap getUnknownAttributes()
getUnknownAttributes
in interface org.opensaml.core.xml.AttributeExtensibleXMLObject
public org.joda.time.format.DateTimeFormatter getDateTimeFormatter()
getDateTimeFormatter
in interface AttributedDateTime
public void setDateTimeFormatter(org.joda.time.format.DateTimeFormatter newFormatter)
setDateTimeFormatter
in interface AttributedDateTime
Copyright © 1999–2018 Shibboleth Consortium. All rights reserved.