|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.opensaml.xml.AbstractXMLObject
org.opensaml.xml.signature.AbstractSignableXMLObject
org.openliberty.xmltooling.subs.NotificationType
org.openliberty.xmltooling.idsis.dap.DAPNotification
public class DAPNotification
Notification
<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>
| Nested Class Summary | |
|---|---|
static class |
DAPNotification.Builder
Internal builder |
static class |
DAPNotification.Marshaller
Internal marshalling class |
static class |
DAPNotification.Unmarshaller
Internal unmarshaling class |
| Field Summary | |
|---|---|
private org.opensaml.xml.util.XMLObjectChildrenList<DAPItemData> |
itemDatas
|
static java.lang.String |
LOCAL_NAME
|
| Fields inherited from class org.openliberty.xmltooling.subs.NotificationType |
|---|
ATT_END_REASON, ATT_EXPIRES, ATT_ID, ATT_SUBSCRIPTION_ID |
| Constructor Summary | |
|---|---|
protected |
DAPNotification(java.lang.String namespaceURI,
java.lang.String elementLocalName,
java.lang.String namespacePrefix)
|
| Method Summary | |
|---|---|
org.opensaml.xml.util.XMLObjectChildrenList<DAPItemData> |
getDAPItemDatas()
|
java.util.List<org.opensaml.xml.XMLObject> |
getOrderedChildren()
|
| Methods inherited from class org.openliberty.xmltooling.subs.NotificationType |
|---|
getEndReason, getExpires, getId, getSubscriptionID, getTestResults, setEndReason, setExpires, setId, setSubscriptionID |
| 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 |
|---|
public static java.lang.String LOCAL_NAME
private org.opensaml.xml.util.XMLObjectChildrenList<DAPItemData> itemDatas
| Constructor Detail |
|---|
protected DAPNotification(java.lang.String namespaceURI,
java.lang.String elementLocalName,
java.lang.String namespacePrefix)
| Method Detail |
|---|
public org.opensaml.xml.util.XMLObjectChildrenList<DAPItemData> getDAPItemDatas()
public java.util.List<org.opensaml.xml.XMLObject> getOrderedChildren()
getOrderedChildren in interface org.opensaml.xml.XMLObjectgetOrderedChildren in class NotificationType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||