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