org.openliberty.xmltooling.dst2_1.ref
Class QueryResponse

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.dst2_1.ref.QueryResponse
All Implemented Interfaces:
org.opensaml.xml.AttributeExtensibleXMLObject, org.opensaml.xml.XMLObject

public class QueryResponse
extends DataResponseBaseType

In addition to different identifiers the contains:

The elements are correlated, using their itemIDRef XML attributes, to the elements (ItemID XML attributes).

Author:
asa

Nested Class Summary
 
Nested classes/interfaces inherited from class org.openliberty.xmltooling.utility_2_0.ResponseType
ResponseType.Marshaller, ResponseType.Unmarshaller
 
Field Summary
private  org.opensaml.xml.util.XMLObjectChildrenList<Data> datas
           
static java.lang.String LOCAL_NAME
           
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
QueryResponse(java.lang.String namespaceURI, java.lang.String elementLocalName, java.lang.String namespacePrefix)
           
 
Method Summary
 org.opensaml.xml.util.XMLObjectChildrenList<Data> getDatas()
           
 java.util.List<org.opensaml.xml.XMLObject> getOrderedChildren()
           
 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, 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

LOCAL_NAME

public static final java.lang.String LOCAL_NAME
See Also:
Constant Field Values

testResults

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

datas

private org.opensaml.xml.util.XMLObjectChildrenList<Data> datas
Constructor Detail

QueryResponse

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

getTestResults

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

getDatas

public org.opensaml.xml.util.XMLObjectChildrenList<Data> getDatas()

getOrderedChildren

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