public abstract class ResultQueryBaseType
extends org.opensaml.xmlsec.signature.AbstractSignableXMLObject
<xs:complexType name="ResultQueryBaseType">
<xs:sequence>
<xs:element ref="dst:ChangeFormat" minOccurs="0" maxOccurs="2"/>
</xs:sequence>
<xs:attributeGroup ref="dst:selectQualif"/>
<xs:attribute ref="lu:itemIDRef" use="optional"/>
<xs:attribute name="contingency" use="optional" type="xs:boolean"/>
<xs:attribute name="includeCommonAttributes" use="optional" type="xs:boolean" default="0"/>
<xs:attribute name="changedSince" use="optional" type="xs:dateTime"/>
<xs:attribute ref="lu:itemID" use="optional"/>
</xs:complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
ResultQueryBaseType.Marshaller
Internal class that supports OpenSAML xmltooling marshalling, placing values
from the XMLObject and their class variables into the DOM
|
static class |
ResultQueryBaseType.Unmarshaller
Internal class that supports OpenSAML xmltooling unmarshalling, placing values
from the DOM into the local XMLObjects and their class variables
|
| Modifier and Type | Field and Description |
|---|---|
static String |
ATT_CHANGED_SINCE |
static String |
ATT_CONTINGENCY |
static String |
ATT_INCLUDE_COMMON_ATTS |
static String |
ATT_ITEM_ID |
static String |
ATT_ITEM_ID_REF |
private DateTime |
changedSince |
private ChangeFormat |
changeFormat1 |
private ChangeFormat |
changeFormat2 |
private Boolean |
contingency |
private Boolean |
includeCommonAttributes |
private String |
itemID |
private String |
itemIDRef |
private SelectQualifAttributes |
selectQualifAttributes |
| Modifier | Constructor and Description |
|---|---|
protected |
ResultQueryBaseType(String namespaceURI,
String elementLocalName,
String namespacePrefix) |
| Modifier and Type | Method and Description |
|---|---|
DateTime |
getChangedSince() |
ChangeFormat |
getChangeFormat1()
Minimum 0 and Maximum 2 ChangeFormat elements
|
ChangeFormat |
getChangeFormat2() |
Boolean |
getContingency() |
Boolean |
getIncludeCommonAttributes()
Optional boolean attribute with a default value of 0 (false)
|
String |
getItemID() |
String |
getItemIDRef()
lu:itemIDRef
|
List<org.opensaml.core.xml.XMLObject> |
getOrderedChildren() |
SelectQualifAttributes |
getSelectQualifAttributes() |
void |
setChangedSince(DateTime changedSince) |
void |
setChangeFormat1(ChangeFormat changeFormat) |
void |
setChangeFormat2(ChangeFormat changeFormat) |
void |
setContingency(Boolean contingency) |
void |
setIncludeCommonAttributes(Boolean includeCommonAttributes) |
void |
setItemID(String itemID) |
void |
setItemIDRef(String itemIDRef) |
getSignature, 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, setSchemaLocationprivate Boolean includeCommonAttributes
private Boolean contingency
private String itemIDRef
private DateTime changedSince
private String itemID
private SelectQualifAttributes selectQualifAttributes
public static String ATT_INCLUDE_COMMON_ATTS
public static String ATT_CONTINGENCY
public static String ATT_ITEM_ID_REF
public static String ATT_CHANGED_SINCE
public static String ATT_ITEM_ID
private ChangeFormat changeFormat1
private ChangeFormat changeFormat2
public ChangeFormat getChangeFormat1()
public void setChangeFormat1(ChangeFormat changeFormat)
public ChangeFormat getChangeFormat2()
public void setChangeFormat2(ChangeFormat changeFormat)
public SelectQualifAttributes getSelectQualifAttributes()
public String getItemIDRef()
public void setItemIDRef(String itemIDRef)
public Boolean getIncludeCommonAttributes()
public void setIncludeCommonAttributes(Boolean includeCommonAttributes)
public Boolean getContingency()
public void setContingency(Boolean contingency)
public DateTime getChangedSince()
public void setChangedSince(DateTime changedSince)
public String getItemID()
public void setItemID(String itemID)
public List<org.opensaml.core.xml.XMLObject> getOrderedChildren()
Copyright © 1999–2015. All rights reserved.