Uses of Interface
org.oasisOpen.docs.wsrf.rp2.InsertType
-
Packages that use InsertType Package Description org.oasisOpen.docs.wsrf.rp2 org.oasisOpen.docs.wsrf.rp2.impl -
-
Uses of InsertType in org.oasisOpen.docs.wsrf.rp2
Methods in org.oasisOpen.docs.wsrf.rp2 that return InsertType Modifier and Type Method Description InsertTypeInsertDocument. addNewInsert()Appends and returns a new empty "Insert" elementInsertTypeInsertResourcePropertiesDocument.InsertResourceProperties. addNewInsert()Appends and returns a new empty "Insert" elementInsertTypeSetResourcePropertiesDocument.SetResourceProperties. addNewInsert()Appends and returns a new empty value (as xml) as the last "Insert" elementInsertTypeInsertDocument. getInsert()Gets the "Insert" elementInsertTypeInsertResourcePropertiesDocument.InsertResourceProperties. getInsert()Gets the "Insert" elementInsertType[]SetResourcePropertiesDocument.SetResourceProperties. getInsertArray()Gets array of all "Insert" elementsInsertTypeSetResourcePropertiesDocument.SetResourceProperties. getInsertArray(int i)Gets ith "Insert" elementInsertTypeSetResourcePropertiesDocument.SetResourceProperties. insertNewInsert(int i)Inserts and returns a new empty value (as xml) as the ith "Insert" elementstatic InsertTypeInsertType.Factory. newInstance()static InsertTypeInsertType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static InsertTypeInsertType.Factory. parse(File file)static InsertTypeInsertType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static InsertTypeInsertType.Factory. parse(InputStream is)static InsertTypeInsertType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static InsertTypeInsertType.Factory. parse(Reader r)static InsertTypeInsertType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static InsertTypeInsertType.Factory. parse(String xmlAsString)static InsertTypeInsertType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static InsertTypeInsertType.Factory. parse(URL u)static InsertTypeInsertType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static InsertTypeInsertType.Factory. parse(XMLStreamReader sr)static InsertTypeInsertType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static InsertTypeInsertType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic InsertTypeInsertType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic InsertTypeInsertType.Factory. parse(Node node)static InsertTypeInsertType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in org.oasisOpen.docs.wsrf.rp2 with parameters of type InsertType Modifier and Type Method Description voidInsertDocument. setInsert(InsertType insert)Sets the "Insert" elementvoidInsertResourcePropertiesDocument.InsertResourceProperties. setInsert(InsertType insert)Sets the "Insert" elementvoidSetResourcePropertiesDocument.SetResourceProperties. setInsertArray(int i, InsertType insert)Sets ith "Insert" elementvoidSetResourcePropertiesDocument.SetResourceProperties. setInsertArray(InsertType[] insertArray)Sets array of all "Insert" element -
Uses of InsertType in org.oasisOpen.docs.wsrf.rp2.impl
Classes in org.oasisOpen.docs.wsrf.rp2.impl that implement InsertType Modifier and Type Class Description classInsertTypeImplAn XML InsertType(@http://docs.oasis-open.org/wsrf/rp-2).Methods in org.oasisOpen.docs.wsrf.rp2.impl that return InsertType Modifier and Type Method Description InsertTypeInsertDocumentImpl. addNewInsert()Appends and returns a new empty "Insert" elementInsertTypeInsertResourcePropertiesDocumentImpl.InsertResourcePropertiesImpl. addNewInsert()Appends and returns a new empty "Insert" elementInsertTypeSetResourcePropertiesDocumentImpl.SetResourcePropertiesImpl. addNewInsert()Appends and returns a new empty value (as xml) as the last "Insert" elementInsertTypeInsertDocumentImpl. getInsert()Gets the "Insert" elementInsertTypeInsertResourcePropertiesDocumentImpl.InsertResourcePropertiesImpl. getInsert()Gets the "Insert" elementInsertType[]SetResourcePropertiesDocumentImpl.SetResourcePropertiesImpl. getInsertArray()Gets array of all "Insert" elementsInsertTypeSetResourcePropertiesDocumentImpl.SetResourcePropertiesImpl. getInsertArray(int i)Gets ith "Insert" elementInsertTypeSetResourcePropertiesDocumentImpl.SetResourcePropertiesImpl. insertNewInsert(int i)Inserts and returns a new empty value (as xml) as the ith "Insert" elementMethods in org.oasisOpen.docs.wsrf.rp2.impl with parameters of type InsertType Modifier and Type Method Description voidInsertDocumentImpl. setInsert(InsertType insert)Sets the "Insert" elementvoidInsertResourcePropertiesDocumentImpl.InsertResourcePropertiesImpl. setInsert(InsertType insert)Sets the "Insert" elementvoidSetResourcePropertiesDocumentImpl.SetResourcePropertiesImpl. setInsertArray(int i, InsertType insert)Sets ith "Insert" elementvoidSetResourcePropertiesDocumentImpl.SetResourcePropertiesImpl. setInsertArray(InsertType[] insertArray)Sets array of all "Insert" element
-