public class DAPQueryItem extends DAPResultQuery
DAPSelect. This
class and builder is provided to make the construction of a QueryItem
more straightforward.
<xs:element name="QueryItem" type="dap:QueryItemType"/>
<xs:complexType name="QueryItemType">
<xs:complexContent>
<xs:extension base="dap:ResultQueryType">
<xs:attributeGroup ref="dst:PaginationAttributeGroup"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
DAPQueryItem.Builder
Internal class for the builder to simplify the class structure
|
static class |
DAPQueryItem.Marshaller |
static class |
DAPQueryItem.ObjectType
This enum enumerates the ObjectTypes supported by ID-SIS-DAP
|
static class |
DAPQueryItem.Unmarshaller |
DAPResultQuery.DAPResultQueryBuilder| Modifier and Type | Field and Description |
|---|---|
static String |
LOCAL_NAME |
private PaginationAttributeGroup |
paginationAttributeGroup |
select, sortATT_CHANGED_SINCE, ATT_CONTINGENCY, ATT_INCLUDE_COMMON_ATTS, ATT_ITEM_ID, ATT_ITEM_ID_REF| Constructor and Description |
|---|
DAPQueryItem() |
DAPQueryItem(String namespaceURI,
String elementLocalName,
String namespacePrefix) |
| Modifier and Type | Method and Description |
|---|---|
DAPQueryItem.ObjectType |
getObjectType() |
PaginationAttributeGroup |
getPaginationAttributeGroup() |
void |
setObjectType(DAPQueryItem.ObjectType objectType) |
getDAPSelect, getDAPSort, getOrderedChildren, setDAPSelect, setDAPSortgetChangedSince, getChangeFormat1, getChangeFormat2, getContingency, getIncludeCommonAttributes, getItemID, getItemIDRef, getSelectQualifAttributes, setChangedSince, setChangeFormat1, setChangeFormat2, setContingency, setIncludeCommonAttributes, setItemID, setItemIDRefgetSignature, isSigned, setSignaturedetach, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getObjectMetadata, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, manageQualifiedAttributeNamespace, prepareAttributeValueForAssignment, prepareElementContentForAssignment, prepareForAssignment, prepareForAssignment, prepareForAssignment, registerOwnID, releaseChildrenDOM, releaseDOM, releaseParentDOM, releaseThisAndChildrenDOM, releaseThisandParentDOM, resolveID, resolveIDFromRoot, setDOM, setElementNamespacePrefix, setElementQName, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocation, setSchemaTypeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdetach, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getObjectMetadata, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, releaseChildrenDOM, releaseDOM, releaseParentDOM, resolveID, resolveIDFromRoot, setDOM, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocationpublic static String LOCAL_NAME
private PaginationAttributeGroup paginationAttributeGroup
public void setObjectType(DAPQueryItem.ObjectType objectType)
public DAPQueryItem.ObjectType getObjectType()
public PaginationAttributeGroup getPaginationAttributeGroup()
Copyright © 1999–2015. All rights reserved.