public class RemoveFromCollectionRequest extends RequestAbstractType
<!-- Declaration of RemoveFromCollectionRequest element -->
<xs:element name="RemoveFromCollectionRequest" type="RemoveFromCollectionRequestType"/>
<!-- Definition of RemoveFromCollectionRequestType -->
<xs:complexType name="RemoveFromCollectionRequestType">
<xs:complexContent>
<xs:extension base="RequestAbstractType">
<xs:sequence>
<xs:element ref="TargetObjectID"/>
<xs:element ref="ObjectID" maxOccurs="unbounded"/>
<xs:element ref="Subscription" minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
RemoveFromCollectionRequest.Builder
Static Builder
|
static class |
RemoveFromCollectionRequest.Marshaller
Static Marshaller
|
static class |
RemoveFromCollectionRequest.Unmarshaller
Static Unmarshaller
|
| Modifier and Type | Field and Description |
|---|---|
static String |
LOCAL_NAME |
private org.opensaml.core.xml.util.XMLObjectChildrenList<ObjectID> |
objectIDs |
private Subscription |
subscription |
private TargetObjectID |
targetObjectID |
| Modifier | Constructor and Description |
|---|---|
protected |
RemoveFromCollectionRequest(String namespaceURI,
String elementLocalName,
String namespacePrefix) |
|
RemoveFromCollectionRequest(TargetObjectID targetObjectID,
List<ObjectID> objectIDs) |
|
RemoveFromCollectionRequest(TargetObjectID targetObjectID,
ObjectID objectID) |
| Modifier and Type | Method and Description |
|---|---|
org.opensaml.core.xml.util.XMLObjectChildrenList<ObjectID> |
getObjectIDs() |
List<org.opensaml.core.xml.XMLObject> |
getOrderedChildren() |
Subscription |
getSubscription() |
TargetObjectID |
getTargetObjectID() |
void |
setSubscription(Subscription subscription) |
void |
setTargetObjectID(TargetObjectID targetObjectID) |
actionURI, getUnknownAttributes, responseClass, typedetach, 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 final String LOCAL_NAME
private TargetObjectID targetObjectID
private org.opensaml.core.xml.util.XMLObjectChildrenList<ObjectID> objectIDs
private Subscription subscription
public RemoveFromCollectionRequest(TargetObjectID targetObjectID, ObjectID objectID)
public RemoveFromCollectionRequest(TargetObjectID targetObjectID, List<ObjectID> objectIDs)
public TargetObjectID getTargetObjectID()
public void setTargetObjectID(TargetObjectID targetObjectID)
public org.opensaml.core.xml.util.XMLObjectChildrenList<ObjectID> getObjectIDs()
public Subscription getSubscription()
public void setSubscription(Subscription subscription)
public List<org.opensaml.core.xml.XMLObject> getOrderedChildren()
Copyright © 1999–2015. All rights reserved.