org.openliberty.xmltooling.dst2_1
Class DSTMonthDay

java.lang.Object
  extended by org.opensaml.xml.AbstractXMLObject
      extended by org.opensaml.xml.signature.AbstractSignableXMLObject
          extended by org.openliberty.xmltooling.dst2_1.DSTMonthDay
All Implemented Interfaces:
org.opensaml.xml.signature.SignableXMLObject, org.opensaml.xml.XMLObject
Direct Known Subclasses:
Birthday

public class DSTMonthDay
extends org.opensaml.xml.signature.AbstractSignableXMLObject

xs:gMonthDay

Author:
asa

Field Summary
private  LeafAttributes attributes
           
private static java.lang.String defaultDSTMonthDayFormat
           
private static org.joda.time.format.DateTimeFormatter dSTMonthDayFormatFormatter
           
private  org.joda.time.DateTime value
           
 
Constructor Summary
DSTMonthDay(java.lang.String namespaceURI, java.lang.String elementLocalName, java.lang.String namespacePrefix)
           
 
Method Summary
 LeafAttributes attributes()
           
static org.joda.time.format.DateTimeFormatter getDSTMonthDayFormatter()
          Returns a joda DateTimeFormatter for parsing and printing a DateTime using xs.gMonthDay format "--MM-DDZ"
 java.util.List<org.opensaml.xml.XMLObject> getOrderedChildren()
           
 org.joda.time.DateTime getValue()
           
 void setValue(org.joda.time.DateTime value)
           
 
Methods inherited from class org.opensaml.xml.signature.AbstractSignableXMLObject
getSignature, isSigned, setSignature
 
Methods inherited from class org.opensaml.xml.AbstractXMLObject
addNamespace, getDOM, getElementQName, getIDIndex, getNamespaces, getNoNamespaceSchemaLocation, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, prepareForAssignment, prepareForAssignment, prepareForAssignment, prepareForAssignment, registerOwnID, releaseChildrenDOM, releaseDOM, releaseParentDOM, releaseThisAndChildrenDOM, releaseThisandParentDOM, removeNamespace, resolveID, resolveIDFromRoot, setDOM, setElementNamespacePrefix, setElementQName, setNoNamespaceSchemaLocation, setParent, setSchemaLocation, setSchemaType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.opensaml.xml.XMLObject
addNamespace, getDOM, getElementQName, getIDIndex, getNamespaces, getNoNamespaceSchemaLocation, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, releaseChildrenDOM, releaseDOM, releaseParentDOM, removeNamespace, resolveID, resolveIDFromRoot, setDOM, setNoNamespaceSchemaLocation, setParent, setSchemaLocation
 

Field Detail

defaultDSTMonthDayFormat

private static java.lang.String defaultDSTMonthDayFormat

dSTMonthDayFormatFormatter

private static org.joda.time.format.DateTimeFormatter dSTMonthDayFormatFormatter

attributes

private LeafAttributes attributes

value

private org.joda.time.DateTime value
Constructor Detail

DSTMonthDay

public DSTMonthDay(java.lang.String namespaceURI,
                   java.lang.String elementLocalName,
                   java.lang.String namespacePrefix)
Method Detail

attributes

public LeafAttributes attributes()

setValue

public void setValue(org.joda.time.DateTime value)

getValue

public org.joda.time.DateTime getValue()

getOrderedChildren

public java.util.List<org.opensaml.xml.XMLObject> getOrderedChildren()

getDSTMonthDayFormatter

public static org.joda.time.format.DateTimeFormatter getDSTMonthDayFormatter()
Returns a joda DateTimeFormatter for parsing and printing a DateTime using xs.gMonthDay format "--MM-DDZ"

Returns: