public class DAPSubscription extends Subscription
<xs:element name="Subscription" type="dap:SubscriptionType"/>
<xs:complexType name="SubscriptionType">
<xs:complexContent>
<xs:extension base="subs:SubscriptionType">
<xs:sequence>
<xs:element ref="dap:ResultQuery" minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="Aggregation" minOccurs="0" maxOccurs="1" type="dap:AggregationType"/>
<xs:element name="Trigger" minOccurs="0" maxOccurs="1" type="dap:TriggerType"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
DAPSubscription.DAPSubscriptionBuilder
Internal class for the builder to simplify the class structure
|
static class |
DAPSubscription.DAPSubscriptionUnmarshaller
Internal class that handles unmarshalling specific to
DAPSubscription
|
Subscription.Builder, Subscription.IncludeDataEnum, Subscription.Marshaller, Subscription.Unmarshaller| Modifier and Type | Field and Description |
|---|---|
private org.opensaml.core.xml.schema.XSString |
aggregation |
static String |
ELE_STR_AGGREGATION |
static String |
ELE_STR_TRIGGER |
private org.opensaml.core.xml.util.XMLObjectChildrenList<DAPResultQuery> |
resultQueries |
private org.opensaml.core.xml.schema.XSString |
trigger |
ATT_ADMIN_NOTIFY_TO_REF, ATT_EXPIRES, ATT_ID, ATT_INCLUDE_DATA, ATT_NOTIFY_TO_REF, ATT_STARTS, ATT_SUBSCRIPTION_ID, LOCAL_NAME| Modifier | Constructor and Description |
|---|---|
protected |
DAPSubscription() |
protected |
DAPSubscription(String namespaceURI,
String elementLocalName,
String namespacePrefix) |
| Modifier and Type | Method and Description |
|---|---|
org.opensaml.core.xml.schema.XSString |
aggregation() |
org.opensaml.core.xml.util.XMLObjectChildrenList<DAPResultQuery> |
getResultQueries() |
void |
setAggregation(org.opensaml.core.xml.schema.XSString aggregation) |
void |
setTrigger(org.opensaml.core.xml.schema.XSString trigger) |
org.opensaml.core.xml.schema.XSString |
trigger() |
getAdminNotifyToRef, getExpires, getExtensions, getId, getIncludeData, getNotifyToRef, getOrderedChildren, getRefItems, getStarts, getSubscriptionID, setAdminNotifyToRef, setExpires, setId, setIncludeData, setNotifyToRef, setStarts, setSubscriptionIDdetach, 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, setSchemaTypeprivate org.opensaml.core.xml.util.XMLObjectChildrenList<DAPResultQuery> resultQueries
private org.opensaml.core.xml.schema.XSString aggregation
private org.opensaml.core.xml.schema.XSString trigger
public static String ELE_STR_AGGREGATION
public static String ELE_STR_TRIGGER
public org.opensaml.core.xml.schema.XSString aggregation()
public void setAggregation(org.opensaml.core.xml.schema.XSString aggregation)
public org.opensaml.core.xml.schema.XSString trigger()
public void setTrigger(org.opensaml.core.xml.schema.XSString trigger)
public org.opensaml.core.xml.util.XMLObjectChildrenList<DAPResultQuery> getResultQueries()
Copyright © 1999–2015. All rights reserved.