org.openliberty.xmltooling.idsis.dap
Class DAPResultQuery

java.lang.Object
  extended by org.opensaml.xml.AbstractXMLObject
      extended by org.opensaml.xml.signature.AbstractSignableXMLObject
          extended by org.openliberty.xmltooling.dst2_1.ResultQueryBaseType
              extended by org.openliberty.xmltooling.idsis.dap.DAPResultQuery
All Implemented Interfaces:
org.opensaml.xml.signature.SignableXMLObject, org.opensaml.xml.XMLObject
Direct Known Subclasses:
DAPQueryItem

public class DAPResultQuery
extends ResultQueryBaseType

This class is almost identical to the reference DST2.1 implementation of ResultQueryType except that it stores a reference to DAPSelect, which is a subclass of the DST2.1 reference Select.

The DST2.1 reference implementation classes ResultQueryTypeMarshaller and ResultQueryTypeUnmarshaller are used by xmltooling to marshall and unmarshall ResultQuery

Author:
asa

Nested Class Summary
static class DAPResultQuery.DAPResultQueryBuilder
          Internal class for the builder to simplify the class structure
static class DAPResultQuery.Marshaller
           
static class DAPResultQuery.Unmarshaller
           
 
Field Summary
 DAPSelect select
           
 DAPSort sort
           
 
Fields inherited from class org.openliberty.xmltooling.dst2_1.ResultQueryBaseType
ATT_CHANGED_SINCE, ATT_CONTINGENCY, ATT_INCLUDE_COMMON_ATTS, ATT_ITEM_ID, ATT_ITEM_ID_REF
 
Constructor Summary
protected DAPResultQuery(java.lang.String namespaceURI, java.lang.String elementLocalName, java.lang.String namespacePrefix)
           
 
Method Summary
 DAPSelect getDAPSelect()
          The Select object in the superclass is actually a DAPSelect
 DAPSort getDAPSort()
           
 java.util.List<org.opensaml.xml.XMLObject> getOrderedChildren()
           
 void setDAPSelect(DAPSelect select)
           
 void setDAPSort(DAPSort sort)
           
 
Methods inherited from class org.openliberty.xmltooling.dst2_1.ResultQueryBaseType
getChangedSince, getChangeFormat1, getChangeFormat2, getContingency, getIncludeCommonAttributes, getItemID, getItemIDRef, getSelectQualifAttributes, setChangedSince, setChangeFormat1, setChangeFormat2, setContingency, setIncludeCommonAttributes, setItemID, setItemIDRef
 
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

select

public DAPSelect select

sort

public DAPSort sort
Constructor Detail

DAPResultQuery

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

getDAPSelect

public DAPSelect getDAPSelect()
The Select object in the superclass is actually a DAPSelect


setDAPSelect

public void setDAPSelect(DAPSelect select)

getDAPSort

public DAPSort getDAPSort()

setDAPSort

public void setDAPSort(DAPSort sort)

getOrderedChildren

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