|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.opensaml.xml.AbstractXMLObject
org.openliberty.xmltooling.dst2_1.RequestType
org.openliberty.xmltooling.idsis.dap.DAPDelete
public class DAPDelete
<xs:complexType name="DeleteType">
<xs:complexContent>
<xs:extension base="dst:RequestType">
<xs:sequence>
<xs:element ref="dap:DeleteItem" minOccurs="1" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
| Nested Class Summary | |
|---|---|
static class |
DAPDelete.Builder
Internal class for the builder to simplify the class structure |
static class |
DAPDelete.Marshaller
Marshall attributes into the DOM |
static class |
DAPDelete.Unmarshaller
Internal class that handles unmarshalling from the DOM |
| Field Summary | |
|---|---|
private org.opensaml.xml.util.XMLObjectChildrenList<DAPDeleteItem> |
deleteItems
|
static java.lang.String |
LOCAL_NAME
|
| Fields inherited from class org.openliberty.xmltooling.dst2_1.RequestType |
|---|
ATT_ITEM_ID |
| Constructor Summary | |
|---|---|
|
DAPDelete(DAPDeleteItem deleteItem)
This constructor is provided since it is required by the specification that each Delete element contain at least 1 DeleteItem, therefore, this is a convenience method |
protected |
DAPDelete(java.lang.String namespaceURI,
java.lang.String elementLocalName,
java.lang.String namespacePrefix)
|
| Method Summary | |
|---|---|
org.opensaml.xml.util.XMLObjectChildrenList<DAPDeleteItem> |
getDAPDeleteItems()
|
java.util.List<org.opensaml.xml.XMLObject> |
getOrderedChildren()
|
| Methods inherited from class org.openliberty.xmltooling.dst2_1.RequestType |
|---|
getExtensions, getItemID, getUnknownAttributes, setItemID |
| Methods inherited from class org.opensaml.xml.AbstractXMLObject |
|---|
addNamespace, getDOM, getElementQName, getIDIndex, getNamespaces, getNoNamespaceSchemaLocation, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, prepareForAssignment, prepareForAssignment, prepareForAssignment, prepareForAssignment, registerOwnID, releaseChildrenDOM, releaseDOM, releaseParentDOM, releaseThisAndChildrenDOM, releaseThisandParentDOM, removeNamespace, resolveID, resolveIDFromRoot, setDOM, setElementNamespacePrefix, setElementQName, setNoNamespaceSchemaLocation, setParent, setSchemaLocation, setSchemaType |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.opensaml.xml.XMLObject |
|---|
addNamespace, getDOM, getElementQName, getIDIndex, getNamespaces, getNoNamespaceSchemaLocation, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, releaseChildrenDOM, releaseDOM, releaseParentDOM, removeNamespace, resolveID, resolveIDFromRoot, setDOM, setNoNamespaceSchemaLocation, setParent, setSchemaLocation |
| Field Detail |
|---|
public static java.lang.String LOCAL_NAME
private org.opensaml.xml.util.XMLObjectChildrenList<DAPDeleteItem> deleteItems
| Constructor Detail |
|---|
public DAPDelete(DAPDeleteItem deleteItem)
modifyItem -
protected DAPDelete(java.lang.String namespaceURI,
java.lang.String elementLocalName,
java.lang.String namespacePrefix)
| Method Detail |
|---|
public org.opensaml.xml.util.XMLObjectChildrenList<DAPDeleteItem> getDAPDeleteItems()
public java.util.List<org.opensaml.xml.XMLObject> getOrderedChildren()
getOrderedChildren in interface org.opensaml.xml.XMLObjectgetOrderedChildren in class RequestType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||