Uses of Interface
org.oasisOpen.docs.wsrf.rp2.DeleteType
-
Packages that use DeleteType Package Description org.oasisOpen.docs.wsrf.rp2 org.oasisOpen.docs.wsrf.rp2.impl -
-
Uses of DeleteType in org.oasisOpen.docs.wsrf.rp2
Methods in org.oasisOpen.docs.wsrf.rp2 that return DeleteType Modifier and Type Method Description DeleteTypeDeleteDocument. addNewDelete()Appends and returns a new empty "Delete" elementDeleteTypeDeleteResourcePropertiesDocument.DeleteResourceProperties. addNewDelete()Appends and returns a new empty "Delete" elementDeleteTypeSetResourcePropertiesDocument.SetResourceProperties. addNewDelete()Appends and returns a new empty value (as xml) as the last "Delete" elementDeleteTypeDeleteDocument. getDelete()Gets the "Delete" elementDeleteTypeDeleteResourcePropertiesDocument.DeleteResourceProperties. getDelete()Gets the "Delete" elementDeleteType[]SetResourcePropertiesDocument.SetResourceProperties. getDeleteArray()Gets array of all "Delete" elementsDeleteTypeSetResourcePropertiesDocument.SetResourceProperties. getDeleteArray(int i)Gets ith "Delete" elementDeleteTypeSetResourcePropertiesDocument.SetResourceProperties. insertNewDelete(int i)Inserts and returns a new empty value (as xml) as the ith "Delete" elementstatic DeleteTypeDeleteType.Factory. newInstance()static DeleteTypeDeleteType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static DeleteTypeDeleteType.Factory. parse(File file)static DeleteTypeDeleteType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static DeleteTypeDeleteType.Factory. parse(InputStream is)static DeleteTypeDeleteType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static DeleteTypeDeleteType.Factory. parse(Reader r)static DeleteTypeDeleteType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static DeleteTypeDeleteType.Factory. parse(String xmlAsString)static DeleteTypeDeleteType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static DeleteTypeDeleteType.Factory. parse(URL u)static DeleteTypeDeleteType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static DeleteTypeDeleteType.Factory. parse(XMLStreamReader sr)static DeleteTypeDeleteType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static DeleteTypeDeleteType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic DeleteTypeDeleteType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic DeleteTypeDeleteType.Factory. parse(Node node)static DeleteTypeDeleteType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in org.oasisOpen.docs.wsrf.rp2 with parameters of type DeleteType Modifier and Type Method Description voidDeleteDocument. setDelete(DeleteType delete)Sets the "Delete" elementvoidDeleteResourcePropertiesDocument.DeleteResourceProperties. setDelete(DeleteType delete)Sets the "Delete" elementvoidSetResourcePropertiesDocument.SetResourceProperties. setDeleteArray(int i, DeleteType delete)Sets ith "Delete" elementvoidSetResourcePropertiesDocument.SetResourceProperties. setDeleteArray(DeleteType[] deleteArray)Sets array of all "Delete" element -
Uses of DeleteType in org.oasisOpen.docs.wsrf.rp2.impl
Classes in org.oasisOpen.docs.wsrf.rp2.impl that implement DeleteType Modifier and Type Class Description classDeleteTypeImplAn XML DeleteType(@http://docs.oasis-open.org/wsrf/rp-2).Methods in org.oasisOpen.docs.wsrf.rp2.impl that return DeleteType Modifier and Type Method Description DeleteTypeDeleteDocumentImpl. addNewDelete()Appends and returns a new empty "Delete" elementDeleteTypeDeleteResourcePropertiesDocumentImpl.DeleteResourcePropertiesImpl. addNewDelete()Appends and returns a new empty "Delete" elementDeleteTypeSetResourcePropertiesDocumentImpl.SetResourcePropertiesImpl. addNewDelete()Appends and returns a new empty value (as xml) as the last "Delete" elementDeleteTypeDeleteDocumentImpl. getDelete()Gets the "Delete" elementDeleteTypeDeleteResourcePropertiesDocumentImpl.DeleteResourcePropertiesImpl. getDelete()Gets the "Delete" elementDeleteType[]SetResourcePropertiesDocumentImpl.SetResourcePropertiesImpl. getDeleteArray()Gets array of all "Delete" elementsDeleteTypeSetResourcePropertiesDocumentImpl.SetResourcePropertiesImpl. getDeleteArray(int i)Gets ith "Delete" elementDeleteTypeSetResourcePropertiesDocumentImpl.SetResourcePropertiesImpl. insertNewDelete(int i)Inserts and returns a new empty value (as xml) as the ith "Delete" elementMethods in org.oasisOpen.docs.wsrf.rp2.impl with parameters of type DeleteType Modifier and Type Method Description voidDeleteDocumentImpl. setDelete(DeleteType delete)Sets the "Delete" elementvoidDeleteResourcePropertiesDocumentImpl.DeleteResourcePropertiesImpl. setDelete(DeleteType delete)Sets the "Delete" elementvoidSetResourcePropertiesDocumentImpl.SetResourcePropertiesImpl. setDeleteArray(int i, DeleteType delete)Sets ith "Delete" elementvoidSetResourcePropertiesDocumentImpl.SetResourcePropertiesImpl. setDeleteArray(DeleteType[] deleteArray)Sets array of all "Delete" element
-