|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TransactionType | |
---|---|
net.opengis.cat.csw.x202 | |
net.opengis.cat.csw.x202.impl |
Uses of TransactionType in net.opengis.cat.csw.x202 |
---|
Methods in net.opengis.cat.csw.x202 that return TransactionType | |
---|---|
TransactionType |
TransactionDocument.addNewTransaction()
Appends and returns a new empty "Transaction" element |
TransactionType |
TransactionDocument.getTransaction()
Gets the "Transaction" element |
static TransactionType |
TransactionType.Factory.newInstance()
|
static TransactionType |
TransactionType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
|
static TransactionType |
TransactionType.Factory.parse(File file)
|
static TransactionType |
TransactionType.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options)
|
static TransactionType |
TransactionType.Factory.parse(InputStream is)
|
static TransactionType |
TransactionType.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options)
|
static TransactionType |
TransactionType.Factory.parse(Node node)
|
static TransactionType |
TransactionType.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options)
|
static TransactionType |
TransactionType.Factory.parse(Reader r)
|
static TransactionType |
TransactionType.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options)
|
static TransactionType |
TransactionType.Factory.parse(String xmlAsString)
|
static TransactionType |
TransactionType.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options)
|
static TransactionType |
TransactionType.Factory.parse(URL u)
|
static TransactionType |
TransactionType.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options)
|
static TransactionType |
TransactionType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated. XMLInputStream |
static TransactionType |
TransactionType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated. XMLInputStream |
static TransactionType |
TransactionType.Factory.parse(XMLStreamReader sr)
|
static TransactionType |
TransactionType.Factory.parse(XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options)
|
Methods in net.opengis.cat.csw.x202 with parameters of type TransactionType | |
---|---|
void |
TransactionDocument.setTransaction(TransactionType transaction)
Sets the "Transaction" element |
Uses of TransactionType in net.opengis.cat.csw.x202.impl |
---|
Classes in net.opengis.cat.csw.x202.impl that implement TransactionType | |
---|---|
class |
TransactionTypeImpl
An XML TransactionType(@http://www.opengis.net/cat/csw/2.0.2). |
Methods in net.opengis.cat.csw.x202.impl that return TransactionType | |
---|---|
TransactionType |
TransactionDocumentImpl.addNewTransaction()
Appends and returns a new empty "Transaction" element |
TransactionType |
TransactionDocumentImpl.getTransaction()
Gets the "Transaction" element |
Methods in net.opengis.cat.csw.x202.impl with parameters of type TransactionType | |
---|---|
void |
TransactionDocumentImpl.setTransaction(TransactionType transaction)
Sets the "Transaction" element |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |