public class DAPModify extends RequestType
<xs:complexType name="ModifyType">
<xs:complexContent>
<xs:extension base="dst:RequestType">
<xs:sequence>
<xs:element ref="dap:Subscription" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="dap:ModifyItem" minOccurs="1" maxOccurs="unbounded"/>
<xs:element ref="dap:ResultQuery" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
DAPModify.Builder
Internal class for the builder to simplify the class structure
|
static class |
DAPModify.Marshaller
Marshall attributes into the DOM
|
static class |
DAPModify.Unmarshaller
Internal class that handles unmarshalling from the DOM
|
| Modifier and Type | Field and Description |
|---|---|
static String |
LOCAL_NAME |
private org.opensaml.core.xml.util.XMLObjectChildrenList<DAPModifyItem> |
modifyItems |
private org.opensaml.core.xml.util.XMLObjectChildrenList<DAPResultQuery> |
resultQueries |
private org.opensaml.core.xml.util.XMLObjectChildrenList<DAPSubscription> |
subscriptions |
ATT_ITEM_ID| Modifier | Constructor and Description |
|---|---|
|
DAPModify(DAPModifyItem modifyItem)
This constructor is provided since it is required by the
spec that each Modify element contain at least 1 ModifyItem,
therefore, this is a convenience method
|
|
DAPModify(String ldifString)
Takes an LDIF String and creates a ModifyItem that contains a NewData
element with an LDIF element containing that String.
|
protected |
DAPModify(String namespaceURI,
String elementLocalName,
String namespacePrefix) |
| Modifier and Type | Method and Description |
|---|---|
org.opensaml.core.xml.util.XMLObjectChildrenList<DAPModifyItem> |
getDAPModifyItems() |
org.opensaml.core.xml.util.XMLObjectChildrenList<DAPResultQuery> |
getDAPResultQueries() |
org.opensaml.core.xml.util.XMLObjectChildrenList<DAPSubscription> |
getDAPSubscriptions() |
List<org.opensaml.core.xml.XMLObject> |
getOrderedChildren() |
getExtensions, getItemID, getUnknownAttributes, setItemIDdetach, 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 org.opensaml.core.xml.util.XMLObjectChildrenList<DAPSubscription> subscriptions
private org.opensaml.core.xml.util.XMLObjectChildrenList<DAPModifyItem> modifyItems
private org.opensaml.core.xml.util.XMLObjectChildrenList<DAPResultQuery> resultQueries
public DAPModify(DAPModifyItem modifyItem)
modifyItem - public DAPModify(String ldifString)
DAPModifyldifString - public org.opensaml.core.xml.util.XMLObjectChildrenList<DAPSubscription> getDAPSubscriptions()
public org.opensaml.core.xml.util.XMLObjectChildrenList<DAPModifyItem> getDAPModifyItems()
public org.opensaml.core.xml.util.XMLObjectChildrenList<DAPResultQuery> getDAPResultQueries()
public List<org.opensaml.core.xml.XMLObject> getOrderedChildren()
getOrderedChildren in interface org.opensaml.core.xml.XMLObjectgetOrderedChildren in class RequestTypeCopyright © 1999–2015. All rights reserved.