|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use UpdateResponseType | |
---|---|
net.opengis.sps.x20 | |
net.opengis.sps.x20.impl |
Uses of UpdateResponseType in net.opengis.sps.x20 |
---|
Methods in net.opengis.sps.x20 that return UpdateResponseType | |
---|---|
UpdateResponseType |
UpdateResponseDocument.addNewUpdateResponse()
Appends and returns a new empty "UpdateResponse" element |
UpdateResponseType |
UpdateResponsePropertyType.addNewUpdateResponse()
Appends and returns a new empty "UpdateResponse" element |
UpdateResponseType |
UpdateResponseDocument.getUpdateResponse()
Gets the "UpdateResponse" element |
UpdateResponseType |
UpdateResponsePropertyType.getUpdateResponse()
Gets the "UpdateResponse" element |
static UpdateResponseType |
UpdateResponseType.Factory.newInstance()
|
static UpdateResponseType |
UpdateResponseType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
|
static UpdateResponseType |
UpdateResponseType.Factory.parse(File file)
|
static UpdateResponseType |
UpdateResponseType.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options)
|
static UpdateResponseType |
UpdateResponseType.Factory.parse(InputStream is)
|
static UpdateResponseType |
UpdateResponseType.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options)
|
static UpdateResponseType |
UpdateResponseType.Factory.parse(Node node)
|
static UpdateResponseType |
UpdateResponseType.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options)
|
static UpdateResponseType |
UpdateResponseType.Factory.parse(Reader r)
|
static UpdateResponseType |
UpdateResponseType.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options)
|
static UpdateResponseType |
UpdateResponseType.Factory.parse(String xmlAsString)
|
static UpdateResponseType |
UpdateResponseType.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options)
|
static UpdateResponseType |
UpdateResponseType.Factory.parse(URL u)
|
static UpdateResponseType |
UpdateResponseType.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options)
|
static UpdateResponseType |
UpdateResponseType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated. XMLInputStream |
static UpdateResponseType |
UpdateResponseType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated. XMLInputStream |
static UpdateResponseType |
UpdateResponseType.Factory.parse(XMLStreamReader sr)
|
static UpdateResponseType |
UpdateResponseType.Factory.parse(XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options)
|
Methods in net.opengis.sps.x20 with parameters of type UpdateResponseType | |
---|---|
void |
UpdateResponseDocument.setUpdateResponse(UpdateResponseType updateResponse)
Sets the "UpdateResponse" element |
void |
UpdateResponsePropertyType.setUpdateResponse(UpdateResponseType updateResponse)
Sets the "UpdateResponse" element |
Uses of UpdateResponseType in net.opengis.sps.x20.impl |
---|
Classes in net.opengis.sps.x20.impl that implement UpdateResponseType | |
---|---|
class |
UpdateResponseTypeImpl
An XML UpdateResponseType(@http://www.opengis.net/sps/2.0). |
Methods in net.opengis.sps.x20.impl that return UpdateResponseType | |
---|---|
UpdateResponseType |
UpdateResponseDocumentImpl.addNewUpdateResponse()
Appends and returns a new empty "UpdateResponse" element |
UpdateResponseType |
UpdateResponsePropertyTypeImpl.addNewUpdateResponse()
Appends and returns a new empty "UpdateResponse" element |
UpdateResponseType |
UpdateResponseDocumentImpl.getUpdateResponse()
Gets the "UpdateResponse" element |
UpdateResponseType |
UpdateResponsePropertyTypeImpl.getUpdateResponse()
Gets the "UpdateResponse" element |
Methods in net.opengis.sps.x20.impl with parameters of type UpdateResponseType | |
---|---|
void |
UpdateResponseDocumentImpl.setUpdateResponse(UpdateResponseType updateResponse)
Sets the "UpdateResponse" element |
void |
UpdateResponsePropertyTypeImpl.setUpdateResponse(UpdateResponseType updateResponse)
Sets the "UpdateResponse" element |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |