public class Notify extends RequestAbstractType
<!-- Declaration of Notify element -->
<xs:element name="Notify" type="NotifyType"/>
<!-- Definition of NotifyType -->
<xs:complexType name="NotifyType">
<xs:complexContent>
<xs:extension base="RequestAbstractType">
<xs:sequence>
<xs:element ref="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 |
Notify.Builder
Static Builder
|
static class |
Notify.Marshaller
Static Marshaller
|
static class |
Notify.Unmarshaller
Static Unmarshaller
|
| Modifier and Type | Field and Description |
|---|---|
static String |
LOCAL_NAME |
private org.opensaml.core.xml.util.XMLObjectChildrenList<Notification> |
notifications |
private NotifyAttributeGroup |
notifyAttributeGroup |
| Modifier | Constructor and Description |
|---|---|
|
Notify() |
protected |
Notify(String namespaceURI,
String elementLocalName,
String namespacePrefix) |
| Modifier and Type | Method and Description |
|---|---|
org.opensaml.core.xml.util.XMLObjectChildrenList<Notification> |
getNotifications() |
NotifyAttributeGroup |
getNotifyAttributeGroup() |
List<org.opensaml.core.xml.XMLObject> |
getOrderedChildren() |
actionURI, getUnknownAttributes, responseClass, typedetach, 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 NotifyAttributeGroup notifyAttributeGroup
private org.opensaml.core.xml.util.XMLObjectChildrenList<Notification> notifications
public NotifyAttributeGroup getNotifyAttributeGroup()
public org.opensaml.core.xml.util.XMLObjectChildrenList<Notification> getNotifications()
public List<org.opensaml.core.xml.XMLObject> getOrderedChildren()
Copyright © 1999–2015. All rights reserved.