org.openliberty.xmltooling.idsis.dap
Class DAPQueryResponse

java.lang.Object
  extended by org.opensaml.xml.AbstractXMLObject
      extended by org.openliberty.xmltooling.utility_2_0.ResponseType
          extended by org.openliberty.xmltooling.dst2_1.DataResponseBaseType
              extended by org.openliberty.xmltooling.idsis.dap.DAPQueryResponse
All Implemented Interfaces:
org.opensaml.xml.AttributeExtensibleXMLObject, org.opensaml.xml.XMLObject

public class DAPQueryResponse
extends DataResponseBaseType

builder DAPQueryResponseBuilder unmarshaller DAPQueryResponseUnmarshaller

  
    
      
        
          
          
        
      
    
  
 

Author:
asa

Nested Class Summary
static class DAPQueryResponse.Builder
          Internal Class that builds a DAPQueryResponse object.
static class DAPQueryResponse.Marshaller
          internal marshaller, marshall atts to teh DOM
static class DAPQueryResponse.Unmarshaller
          Internal class that handles unmarshalling DOM elements and atts to xmltooling objects
 
Field Summary
private  org.opensaml.xml.util.XMLObjectChildrenList<DAPData> dataList
           
private  org.opensaml.xml.util.XMLObjectChildrenList<TestResult> testResults
           
 
Fields inherited from class org.openliberty.xmltooling.dst2_1.DataResponseBaseType
ATT_TIME_STAMP
 
Fields inherited from class org.openliberty.xmltooling.utility_2_0.ResponseType
ATT_ITEM_ID_REF
 
Constructor Summary
DAPQueryResponse(java.lang.String namespaceURI, java.lang.String elementLocalName, java.lang.String namespacePrefix)
           
 
Method Summary
 org.opensaml.xml.util.XMLObjectChildrenList<DAPData> getDAPDatas()
           
 org.opensaml.xml.util.XMLObjectChildrenList<TestResult> getTestResults()
           
 
Methods inherited from class org.openliberty.xmltooling.dst2_1.DataResponseBaseType
getTimeStamp, setTimeStamp
 
Methods inherited from class org.openliberty.xmltooling.utility_2_0.ResponseType
getExtensions, getItemRefId, getOrderedChildren, getStatus, getUnknownAttributes, setItemRefId, setStatus, statusIsFailed, statusIsOK
 
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

testResults

private org.opensaml.xml.util.XMLObjectChildrenList<TestResult> testResults

dataList

private org.opensaml.xml.util.XMLObjectChildrenList<DAPData> dataList
Constructor Detail

DAPQueryResponse

public DAPQueryResponse(java.lang.String namespaceURI,
                        java.lang.String elementLocalName,
                        java.lang.String namespacePrefix)
Method Detail

getDAPDatas

public org.opensaml.xml.util.XMLObjectChildrenList<DAPData> getDAPDatas()

getTestResults

public org.opensaml.xml.util.XMLObjectChildrenList<TestResult> getTestResults()