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