Uses of Class
org.openliberty.xmltooling.idsis.dap.DAPDeleteItem

Packages that use DAPDeleteItem
org.openliberty.xmltooling.idsis.dap   
 

Uses of DAPDeleteItem in org.openliberty.xmltooling.idsis.dap
 

Fields in org.openliberty.xmltooling.idsis.dap with type parameters of type DAPDeleteItem
private  org.opensaml.xml.util.XMLObjectChildrenList<DAPDeleteItem> DAPDelete.deleteItems
           
 

Methods in org.openliberty.xmltooling.idsis.dap that return DAPDeleteItem
 DAPDeleteItem DAPDeleteItem.Builder.buildObject(java.lang.String namespaceURI, java.lang.String localName, java.lang.String namespacePrefix)
           
 

Methods in org.openliberty.xmltooling.idsis.dap that return types with arguments of type DAPDeleteItem
 org.opensaml.xml.util.XMLObjectChildrenList<DAPDeleteItem> DAPDelete.getDAPDeleteItems()
           
 

Constructors in org.openliberty.xmltooling.idsis.dap with parameters of type DAPDeleteItem
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