org.openliberty.xmltooling.idsis.dap
Class DAPNotification

java.lang.Object
  extended by org.opensaml.xml.AbstractXMLObject
      extended by org.opensaml.xml.signature.AbstractSignableXMLObject
          extended by org.openliberty.xmltooling.subs.NotificationType
              extended by org.openliberty.xmltooling.idsis.dap.DAPNotification
All Implemented Interfaces:
org.opensaml.xml.signature.SignableXMLObject, org.opensaml.xml.XMLObject

public class DAPNotification
extends NotificationType

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>
 

Author:
asa

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

LOCAL_NAME

public static java.lang.String LOCAL_NAME

itemDatas

private org.opensaml.xml.util.XMLObjectChildrenList<DAPItemData> itemDatas
Constructor Detail

DAPNotification

protected DAPNotification(java.lang.String namespaceURI,
                          java.lang.String elementLocalName,
                          java.lang.String namespacePrefix)
Method Detail

getDAPItemDatas

public org.opensaml.xml.util.XMLObjectChildrenList<DAPItemData> getDAPItemDatas()

getOrderedChildren

public java.util.List<org.opensaml.xml.XMLObject> getOrderedChildren()
Specified by:
getOrderedChildren in interface org.opensaml.xml.XMLObject
Overrides:
getOrderedChildren in class NotificationType