org.openliberty.xmltooling.dst2_1.ref
Class QueryResponse
java.lang.Object
org.opensaml.xml.AbstractXMLObject
org.openliberty.xmltooling.utility_2_0.ResponseType
org.openliberty.xmltooling.dst2_1.DataResponseBaseType
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:
- Overall success or failure of the query
- (optional) Indications of the outcomes of the test items that were present in the .
- (optional) The data resulting from elements. Each is correlated to corresponding using itemIDRef XML attribute.
The elements are correlated, using their itemIDRef XML attributes, to the elements (ItemID XML attributes).
- Author:
- asa
|
Constructor Summary |
QueryResponse(java.lang.String namespaceURI,
java.lang.String elementLocalName,
java.lang.String namespacePrefix)
|
| 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 |
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
QueryResponse
public QueryResponse(java.lang.String namespaceURI,
java.lang.String elementLocalName,
java.lang.String namespacePrefix)
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