public class DSTMonthDay
extends org.opensaml.xmlsec.signature.AbstractSignableXMLObject
| Modifier and Type | Field and Description |
|---|---|
private LeafAttributes |
attributes |
private static String |
defaultDSTMonthDayFormat |
private static DateTimeFormatter |
dSTMonthDayFormatFormatter |
private DateTime |
value |
| Constructor and Description |
|---|
DSTMonthDay(String namespaceURI,
String elementLocalName,
String namespacePrefix) |
| Modifier and Type | Method and Description |
|---|---|
LeafAttributes |
attributes() |
static DateTimeFormatter |
getDSTMonthDayFormatter()
Returns a joda DateTimeFormatter for parsing and printing a DateTime using
xs.gMonthDay format "--MM-DDZ"
|
List<org.opensaml.core.xml.XMLObject> |
getOrderedChildren() |
DateTime |
getValue() |
void |
setValue(DateTime value) |
getSignature, isSigned, setSignaturedetach, 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 static String defaultDSTMonthDayFormat
private static DateTimeFormatter dSTMonthDayFormatFormatter
private LeafAttributes attributes
private DateTime value
public LeafAttributes attributes()
public void setValue(DateTime value)
public DateTime getValue()
public List<org.opensaml.core.xml.XMLObject> getOrderedChildren()
public static DateTimeFormatter getDSTMonthDayFormatter()
Copyright © 1999–2015. All rights reserved.