|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AbstractRecordType | |
---|---|
net.opengis.cat.csw.x202 | |
net.opengis.cat.csw.x202.impl |
Uses of AbstractRecordType in net.opengis.cat.csw.x202 |
---|
Subinterfaces of AbstractRecordType in net.opengis.cat.csw.x202 | |
---|---|
interface |
BriefRecordType
An XML BriefRecordType(@http://www.opengis.net/cat/csw/2.0.2). |
interface |
DCMIRecordType
An XML DCMIRecordType(@http://www.opengis.net/cat/csw/2.0.2). |
interface |
RecordType
An XML RecordType(@http://www.opengis.net/cat/csw/2.0.2). |
interface |
SummaryRecordType
An XML SummaryRecordType(@http://www.opengis.net/cat/csw/2.0.2). |
Methods in net.opengis.cat.csw.x202 that return AbstractRecordType | |
---|---|
AbstractRecordType |
SearchResultsType.addNewAbstractRecord()
Appends and returns a new empty value (as xml) as the last "AbstractRecord" element |
AbstractRecordType |
GetRecordByIdResponseType.addNewAbstractRecord()
Appends and returns a new empty value (as xml) as the last "AbstractRecord" element |
AbstractRecordType |
AbstractRecordDocument.addNewAbstractRecord()
Appends and returns a new empty "AbstractRecord" element |
AbstractRecordType |
AbstractRecordDocument.getAbstractRecord()
Gets the "AbstractRecord" element |
AbstractRecordType[] |
SearchResultsType.getAbstractRecordArray()
Gets array of all "AbstractRecord" elements |
AbstractRecordType[] |
GetRecordByIdResponseType.getAbstractRecordArray()
Gets array of all "AbstractRecord" elements |
AbstractRecordType |
SearchResultsType.getAbstractRecordArray(int i)
Gets ith "AbstractRecord" element |
AbstractRecordType |
GetRecordByIdResponseType.getAbstractRecordArray(int i)
Gets ith "AbstractRecord" element |
AbstractRecordType |
SearchResultsType.insertNewAbstractRecord(int i)
Inserts and returns a new empty value (as xml) as the ith "AbstractRecord" element |
AbstractRecordType |
GetRecordByIdResponseType.insertNewAbstractRecord(int i)
Inserts and returns a new empty value (as xml) as the ith "AbstractRecord" element |
static AbstractRecordType |
AbstractRecordType.Factory.newInstance()
Deprecated. No need to be able to create instances of abstract types |
static AbstractRecordType |
AbstractRecordType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
Deprecated. No need to be able to create instances of abstract types |
static AbstractRecordType |
AbstractRecordType.Factory.parse(File file)
|
static AbstractRecordType |
AbstractRecordType.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options)
|
static AbstractRecordType |
AbstractRecordType.Factory.parse(InputStream is)
|
static AbstractRecordType |
AbstractRecordType.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options)
|
static AbstractRecordType |
AbstractRecordType.Factory.parse(Node node)
|
static AbstractRecordType |
AbstractRecordType.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options)
|
static AbstractRecordType |
AbstractRecordType.Factory.parse(Reader r)
|
static AbstractRecordType |
AbstractRecordType.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options)
|
static AbstractRecordType |
AbstractRecordType.Factory.parse(String xmlAsString)
|
static AbstractRecordType |
AbstractRecordType.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options)
|
static AbstractRecordType |
AbstractRecordType.Factory.parse(URL u)
|
static AbstractRecordType |
AbstractRecordType.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options)
|
static AbstractRecordType |
AbstractRecordType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated. XMLInputStream |
static AbstractRecordType |
AbstractRecordType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated. XMLInputStream |
static AbstractRecordType |
AbstractRecordType.Factory.parse(XMLStreamReader sr)
|
static AbstractRecordType |
AbstractRecordType.Factory.parse(XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options)
|
Methods in net.opengis.cat.csw.x202 with parameters of type AbstractRecordType | |
---|---|
void |
AbstractRecordDocument.setAbstractRecord(AbstractRecordType abstractRecord)
Sets the "AbstractRecord" element |
void |
SearchResultsType.setAbstractRecordArray(AbstractRecordType[] abstractRecordArray)
Sets array of all "AbstractRecord" element |
void |
GetRecordByIdResponseType.setAbstractRecordArray(AbstractRecordType[] abstractRecordArray)
Sets array of all "AbstractRecord" element |
void |
SearchResultsType.setAbstractRecordArray(int i,
AbstractRecordType abstractRecord)
Sets ith "AbstractRecord" element |
void |
GetRecordByIdResponseType.setAbstractRecordArray(int i,
AbstractRecordType abstractRecord)
Sets ith "AbstractRecord" element |
Uses of AbstractRecordType in net.opengis.cat.csw.x202.impl |
---|
Classes in net.opengis.cat.csw.x202.impl that implement AbstractRecordType | |
---|---|
class |
AbstractRecordTypeImpl
An XML AbstractRecordType(@http://www.opengis.net/cat/csw/2.0.2). |
class |
BriefRecordTypeImpl
An XML BriefRecordType(@http://www.opengis.net/cat/csw/2.0.2). |
class |
DCMIRecordTypeImpl
An XML DCMIRecordType(@http://www.opengis.net/cat/csw/2.0.2). |
class |
RecordTypeImpl
An XML RecordType(@http://www.opengis.net/cat/csw/2.0.2). |
class |
SummaryRecordTypeImpl
An XML SummaryRecordType(@http://www.opengis.net/cat/csw/2.0.2). |
Methods in net.opengis.cat.csw.x202.impl that return AbstractRecordType | |
---|---|
AbstractRecordType |
SearchResultsTypeImpl.addNewAbstractRecord()
Appends and returns a new empty value (as xml) as the last "AbstractRecord" element |
AbstractRecordType |
GetRecordByIdResponseTypeImpl.addNewAbstractRecord()
Appends and returns a new empty value (as xml) as the last "AbstractRecord" element |
AbstractRecordType |
AbstractRecordDocumentImpl.addNewAbstractRecord()
Appends and returns a new empty "AbstractRecord" element |
AbstractRecordType |
AbstractRecordDocumentImpl.getAbstractRecord()
Gets the "AbstractRecord" element |
AbstractRecordType[] |
SearchResultsTypeImpl.getAbstractRecordArray()
Gets array of all "AbstractRecord" elements |
AbstractRecordType[] |
GetRecordByIdResponseTypeImpl.getAbstractRecordArray()
Gets array of all "AbstractRecord" elements |
AbstractRecordType |
SearchResultsTypeImpl.getAbstractRecordArray(int i)
Gets ith "AbstractRecord" element |
AbstractRecordType |
GetRecordByIdResponseTypeImpl.getAbstractRecordArray(int i)
Gets ith "AbstractRecord" element |
AbstractRecordType |
SearchResultsTypeImpl.insertNewAbstractRecord(int i)
Inserts and returns a new empty value (as xml) as the ith "AbstractRecord" element |
AbstractRecordType |
GetRecordByIdResponseTypeImpl.insertNewAbstractRecord(int i)
Inserts and returns a new empty value (as xml) as the ith "AbstractRecord" element |
Methods in net.opengis.cat.csw.x202.impl with parameters of type AbstractRecordType | |
---|---|
void |
AbstractRecordDocumentImpl.setAbstractRecord(AbstractRecordType abstractRecord)
Sets the "AbstractRecord" element |
void |
SearchResultsTypeImpl.setAbstractRecordArray(AbstractRecordType[] abstractRecordArray)
Sets array of all "AbstractRecord" element |
void |
GetRecordByIdResponseTypeImpl.setAbstractRecordArray(AbstractRecordType[] abstractRecordArray)
Sets array of all "AbstractRecord" element |
void |
SearchResultsTypeImpl.setAbstractRecordArray(int i,
AbstractRecordType abstractRecord)
Sets ith "AbstractRecord" element |
void |
GetRecordByIdResponseTypeImpl.setAbstractRecordArray(int i,
AbstractRecordType abstractRecord)
Sets ith "AbstractRecord" element |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |