Uses of Interface
org.oasisOpen.docs.wsrf.rp2.UpdateType
-
Packages that use UpdateType Package Description org.oasisOpen.docs.wsrf.rp2 org.oasisOpen.docs.wsrf.rp2.impl -
-
Uses of UpdateType in org.oasisOpen.docs.wsrf.rp2
Methods in org.oasisOpen.docs.wsrf.rp2 that return UpdateType Modifier and Type Method Description UpdateTypeSetResourcePropertiesDocument.SetResourceProperties. addNewUpdate()Appends and returns a new empty value (as xml) as the last "Update" elementUpdateTypeUpdateDocument. addNewUpdate()Appends and returns a new empty "Update" elementUpdateTypeUpdateResourcePropertiesDocument.UpdateResourceProperties. addNewUpdate()Appends and returns a new empty "Update" elementUpdateTypeUpdateDocument. getUpdate()Gets the "Update" elementUpdateTypeUpdateResourcePropertiesDocument.UpdateResourceProperties. getUpdate()Gets the "Update" elementUpdateType[]SetResourcePropertiesDocument.SetResourceProperties. getUpdateArray()Gets array of all "Update" elementsUpdateTypeSetResourcePropertiesDocument.SetResourceProperties. getUpdateArray(int i)Gets ith "Update" elementUpdateTypeSetResourcePropertiesDocument.SetResourceProperties. insertNewUpdate(int i)Inserts and returns a new empty value (as xml) as the ith "Update" elementstatic UpdateTypeUpdateType.Factory. newInstance()static UpdateTypeUpdateType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static UpdateTypeUpdateType.Factory. parse(File file)static UpdateTypeUpdateType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static UpdateTypeUpdateType.Factory. parse(InputStream is)static UpdateTypeUpdateType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static UpdateTypeUpdateType.Factory. parse(Reader r)static UpdateTypeUpdateType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static UpdateTypeUpdateType.Factory. parse(String xmlAsString)static UpdateTypeUpdateType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static UpdateTypeUpdateType.Factory. parse(URL u)static UpdateTypeUpdateType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static UpdateTypeUpdateType.Factory. parse(XMLStreamReader sr)static UpdateTypeUpdateType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static UpdateTypeUpdateType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic UpdateTypeUpdateType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic UpdateTypeUpdateType.Factory. parse(Node node)static UpdateTypeUpdateType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in org.oasisOpen.docs.wsrf.rp2 with parameters of type UpdateType Modifier and Type Method Description voidUpdateDocument. setUpdate(UpdateType update)Sets the "Update" elementvoidUpdateResourcePropertiesDocument.UpdateResourceProperties. setUpdate(UpdateType update)Sets the "Update" elementvoidSetResourcePropertiesDocument.SetResourceProperties. setUpdateArray(int i, UpdateType update)Sets ith "Update" elementvoidSetResourcePropertiesDocument.SetResourceProperties. setUpdateArray(UpdateType[] updateArray)Sets array of all "Update" element -
Uses of UpdateType in org.oasisOpen.docs.wsrf.rp2.impl
Classes in org.oasisOpen.docs.wsrf.rp2.impl that implement UpdateType Modifier and Type Class Description classUpdateTypeImplAn XML UpdateType(@http://docs.oasis-open.org/wsrf/rp-2).Methods in org.oasisOpen.docs.wsrf.rp2.impl that return UpdateType Modifier and Type Method Description UpdateTypeSetResourcePropertiesDocumentImpl.SetResourcePropertiesImpl. addNewUpdate()Appends and returns a new empty value (as xml) as the last "Update" elementUpdateTypeUpdateDocumentImpl. addNewUpdate()Appends and returns a new empty "Update" elementUpdateTypeUpdateResourcePropertiesDocumentImpl.UpdateResourcePropertiesImpl. addNewUpdate()Appends and returns a new empty "Update" elementUpdateTypeUpdateDocumentImpl. getUpdate()Gets the "Update" elementUpdateTypeUpdateResourcePropertiesDocumentImpl.UpdateResourcePropertiesImpl. getUpdate()Gets the "Update" elementUpdateType[]SetResourcePropertiesDocumentImpl.SetResourcePropertiesImpl. getUpdateArray()Gets array of all "Update" elementsUpdateTypeSetResourcePropertiesDocumentImpl.SetResourcePropertiesImpl. getUpdateArray(int i)Gets ith "Update" elementUpdateTypeSetResourcePropertiesDocumentImpl.SetResourcePropertiesImpl. insertNewUpdate(int i)Inserts and returns a new empty value (as xml) as the ith "Update" elementMethods in org.oasisOpen.docs.wsrf.rp2.impl with parameters of type UpdateType Modifier and Type Method Description voidUpdateDocumentImpl. setUpdate(UpdateType update)Sets the "Update" elementvoidUpdateResourcePropertiesDocumentImpl.UpdateResourcePropertiesImpl. setUpdate(UpdateType update)Sets the "Update" elementvoidSetResourcePropertiesDocumentImpl.SetResourcePropertiesImpl. setUpdateArray(int i, UpdateType update)Sets ith "Update" elementvoidSetResourcePropertiesDocumentImpl.SetResourcePropertiesImpl. setUpdateArray(UpdateType[] updateArray)Sets array of all "Update" element
-