public abstract class AppDataType
extends org.opensaml.xmlsec.signature.AbstractSignableXMLObject
LDIF or a DAPSubscription
element, not both.
<xs:complexType name="AppDataType">
<xs:choice>
<xs:element ref="dap:LDIF"/>
<xs:element ref="dap:Subscription"/>
</xs:choice>
</xs:complexType>| Modifier and Type | Class and Description |
|---|---|
static class |
AppDataType.Marshaller
Internal Marshaller - unused
|
static class |
AppDataType.Unmarshaller
Internal class that handles unmarshalling the object from the DOM
|
| Modifier and Type | Field and Description |
|---|---|
private LDIF |
ldif |
private DAPSubscription |
subscription |
| Modifier | Constructor and Description |
|---|---|
protected |
AppDataType(String namespaceURI,
String elementLocalName,
String namespacePrefix) |
| Modifier and Type | Method and Description |
|---|---|
LDIF |
getLDIF() |
List<org.opensaml.core.xml.XMLObject> |
getOrderedChildren()
In the case of AppDataType, only one of the child elements
may be set and therefore returned in the OrderedChildren
List.
|
DAPSubscription |
getSubscription() |
void |
setLDIF(LDIF ldif)
If the ldif parameter is not null, then this method
will set the subscription to null before setting
the LDIF element
|
void |
setSubscription(DAPSubscription subscription)
If the subscription parameter is not null then this
method sets the ldif object to null before setting
the subscription.
|
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 LDIF ldif
private DAPSubscription subscription
public LDIF getLDIF()
public void setLDIF(LDIF ldif)
ldif - public DAPSubscription getSubscription()
public void setSubscription(DAPSubscription subscription)
subscription - public List<org.opensaml.core.xml.XMLObject> getOrderedChildren()
Copyright © 1999–2015. All rights reserved.