public class DAPNotification extends NotificationType
<xs:element name="Notification" type="dap:NotificationType"/>
<xs:complexType name="NotificationType">
<xs:complexContent>
<xs:extension base="subs:NotificationType">
<xs:sequence>
<xs:element ref="dap:ItemData" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
DAPNotification.Builder
Internal builder
|
static class |
DAPNotification.Marshaller
Internal marshalling class
|
static class |
DAPNotification.Unmarshaller
Internal unmarshaling class
|
| Modifier and Type | Field and Description |
|---|---|
private org.opensaml.core.xml.util.XMLObjectChildrenList<DAPItemData> |
itemDatas |
static String |
LOCAL_NAME |
ATT_END_REASON, ATT_EXPIRES, ATT_ID, ATT_SUBSCRIPTION_ID| Modifier | Constructor and Description |
|---|---|
protected |
DAPNotification(String namespaceURI,
String elementLocalName,
String namespacePrefix) |
| Modifier and Type | Method and Description |
|---|---|
org.opensaml.core.xml.util.XMLObjectChildrenList<DAPItemData> |
getDAPItemDatas() |
List<org.opensaml.core.xml.XMLObject> |
getOrderedChildren() |
getEndReason, getExpires, getId, getSubscriptionID, getTestResults, setEndReason, setExpires, setId, setSubscriptionIDdetach, 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, setSchemaTypepublic static String LOCAL_NAME
private org.opensaml.core.xml.util.XMLObjectChildrenList<DAPItemData> itemDatas
public org.opensaml.core.xml.util.XMLObjectChildrenList<DAPItemData> getDAPItemDatas()
public List<org.opensaml.core.xml.XMLObject> getOrderedChildren()
getOrderedChildren in interface org.opensaml.core.xml.XMLObjectgetOrderedChildren in class NotificationTypeCopyright © 1999–2015. All rights reserved.