public class DAPNotify extends RequestType
<xs:complexType name="NotifyType">
<xs:complexContent>
<xs:extension base="dst:RequestType">
<xs:sequence>
<xs:element ref="dap:Notification" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
<xs:attributeGroup ref="subs:NotifyAttributeGroup"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
DAPNotify.Builder
Internal builder
|
static class |
DAPNotify.Marshaller
Internal Marshaller
|
static class |
DAPNotify.Unmarshaller
Internal Unmarshaller
|
| Modifier and Type | Field and Description |
|---|---|
static String |
ATT_TIME_STAMP |
static String |
LOCAL_NAME |
private org.opensaml.core.xml.util.XMLObjectChildrenList<DAPNotification> |
notifications |
private DateTime |
timeStamp |
ATT_ITEM_ID| Modifier | Constructor and Description |
|---|---|
protected |
DAPNotify(String namespaceURI,
String elementLocalName,
String namespacePrefix) |
| Modifier and Type | Method and Description |
|---|---|
org.opensaml.core.xml.util.XMLObjectChildrenList<DAPNotification> |
getDAPNotifications() |
List<org.opensaml.core.xml.XMLObject> |
getOrderedChildren() |
DateTime |
getTimeStamp() |
void |
setTimeStamp(DateTime timeStamp) |
getExtensions, getItemID, getUnknownAttributes, setItemIDdetach, 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, setSchemaLocationpublic static String LOCAL_NAME
private DateTime timeStamp
public static String ATT_TIME_STAMP
private org.opensaml.core.xml.util.XMLObjectChildrenList<DAPNotification> notifications
public DateTime getTimeStamp()
public void setTimeStamp(DateTime timeStamp)
public org.opensaml.core.xml.util.XMLObjectChildrenList<DAPNotification> getDAPNotifications()
public List<org.opensaml.core.xml.XMLObject> getOrderedChildren()
getOrderedChildren in interface org.opensaml.core.xml.XMLObjectgetOrderedChildren in class RequestTypeCopyright © 1999–2015. All rights reserved.