public class Notification extends NotificationType
<!-- Declaration of Notification element -->
<xs:element name="Notification" type="NotificationType"/>
<!-- Definition of NotificationType -->
<xs:complexType name="NotificationType">
<xs:complexContent>
<xs:extension base="subs:NotificationType">
<xs:sequence>
<xs:element ref="ItemData" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
Notification.Builder
Static Builder
|
static class |
Notification.Marshaller
Static Marshaller
|
static class |
Notification.Unmarshaller
Static Unmarshaller
|
| Modifier and Type | Field and Description |
|---|---|
private org.opensaml.core.xml.util.XMLObjectChildrenList<ItemData> |
itemDatas |
static String |
LOCAL_NAME |
ATT_END_REASON, ATT_EXPIRES, ATT_ID, ATT_SUBSCRIPTION_ID| Modifier | Constructor and Description |
|---|---|
|
Notification() |
protected |
Notification(String namespaceURI,
String elementLocalName,
String namespacePrefix) |
| Modifier and Type | Method and Description |
|---|---|
org.opensaml.core.xml.util.XMLObjectChildrenList<ItemData> |
getItemDatas() |
getEndReason, getExpires, getId, getOrderedChildren, 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 final String LOCAL_NAME
private org.opensaml.core.xml.util.XMLObjectChildrenList<ItemData> itemDatas
public org.opensaml.core.xml.util.XMLObjectChildrenList<ItemData> getItemDatas()
Copyright © 1999–2015. All rights reserved.