|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use UpdateType | |
---|---|
net.opengis.cat.csw.x202 | |
net.opengis.cat.csw.x202.impl |
Uses of UpdateType in net.opengis.cat.csw.x202 |
---|
Methods in net.opengis.cat.csw.x202 that return UpdateType | |
---|---|
UpdateType |
TransactionType.addNewUpdate()
Appends and returns a new empty value (as xml) as the last "Update" element |
UpdateType[] |
TransactionType.getUpdateArray()
Gets array of all "Update" elements |
UpdateType |
TransactionType.getUpdateArray(int i)
Gets ith "Update" element |
UpdateType |
TransactionType.insertNewUpdate(int i)
Inserts and returns a new empty value (as xml) as the ith "Update" element |
static UpdateType |
UpdateType.Factory.newInstance()
|
static UpdateType |
UpdateType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
|
static UpdateType |
UpdateType.Factory.parse(File file)
|
static UpdateType |
UpdateType.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options)
|
static UpdateType |
UpdateType.Factory.parse(InputStream is)
|
static UpdateType |
UpdateType.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options)
|
static UpdateType |
UpdateType.Factory.parse(Node node)
|
static UpdateType |
UpdateType.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options)
|
static UpdateType |
UpdateType.Factory.parse(Reader r)
|
static UpdateType |
UpdateType.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options)
|
static UpdateType |
UpdateType.Factory.parse(String xmlAsString)
|
static UpdateType |
UpdateType.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options)
|
static UpdateType |
UpdateType.Factory.parse(URL u)
|
static UpdateType |
UpdateType.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options)
|
static UpdateType |
UpdateType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated. XMLInputStream |
static UpdateType |
UpdateType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated. XMLInputStream |
static UpdateType |
UpdateType.Factory.parse(XMLStreamReader sr)
|
static UpdateType |
UpdateType.Factory.parse(XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options)
|
Methods in net.opengis.cat.csw.x202 with parameters of type UpdateType | |
---|---|
void |
TransactionType.setUpdateArray(int i,
UpdateType update)
Sets ith "Update" element |
void |
TransactionType.setUpdateArray(UpdateType[] updateArray)
Sets array of all "Update" element |
Uses of UpdateType in net.opengis.cat.csw.x202.impl |
---|
Classes in net.opengis.cat.csw.x202.impl that implement UpdateType | |
---|---|
class |
UpdateTypeImpl
An XML UpdateType(@http://www.opengis.net/cat/csw/2.0.2). |
Methods in net.opengis.cat.csw.x202.impl that return UpdateType | |
---|---|
UpdateType |
TransactionTypeImpl.addNewUpdate()
Appends and returns a new empty value (as xml) as the last "Update" element |
UpdateType[] |
TransactionTypeImpl.getUpdateArray()
Gets array of all "Update" elements |
UpdateType |
TransactionTypeImpl.getUpdateArray(int i)
Gets ith "Update" element |
UpdateType |
TransactionTypeImpl.insertNewUpdate(int i)
Inserts and returns a new empty value (as xml) as the ith "Update" element |
Methods in net.opengis.cat.csw.x202.impl with parameters of type UpdateType | |
---|---|
void |
TransactionTypeImpl.setUpdateArray(int i,
UpdateType update)
Sets ith "Update" element |
void |
TransactionTypeImpl.setUpdateArray(UpdateType[] updateArray)
Sets array of all "Update" element |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |