|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface RecordType
An XML RecordType(@http://www.opengis.net/cat/csw/2.0.2). This is a complex type.
Nested Class Summary | |
---|---|
static class |
RecordType.Factory
A factory class with static methods for creating instances of this type. |
Field Summary | |
---|---|
static org.apache.xmlbeans.SchemaType |
type
|
Fields inherited from interface org.apache.xmlbeans.XmlObject |
---|
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL |
Method Summary | |
---|---|
EmptyType |
addNewAnyText()
Appends and returns a new empty value (as xml) as the last "AnyText" element |
BoundingBoxType |
addNewBoundingBox()
Appends and returns a new empty value (as xml) as the last "BoundingBox" element |
EmptyType[] |
getAnyTextArray()
Gets array of all "AnyText" elements |
EmptyType |
getAnyTextArray(int i)
Gets ith "AnyText" element |
BoundingBoxType[] |
getBoundingBoxArray()
Gets array of all "BoundingBox" elements |
BoundingBoxType |
getBoundingBoxArray(int i)
Gets ith "BoundingBox" element |
EmptyType |
insertNewAnyText(int i)
Inserts and returns a new empty value (as xml) as the ith "AnyText" element |
BoundingBoxType |
insertNewBoundingBox(int i)
Inserts and returns a new empty value (as xml) as the ith "BoundingBox" element |
void |
removeAnyText(int i)
Removes the ith "AnyText" element |
void |
removeBoundingBox(int i)
Removes the ith "BoundingBox" element |
void |
setAnyTextArray(EmptyType[] anyTextArray)
Sets array of all "AnyText" element |
void |
setAnyTextArray(int i,
EmptyType anyText)
Sets ith "AnyText" element |
void |
setBoundingBoxArray(BoundingBoxType[] boundingBoxArray)
Sets array of all "BoundingBox" element |
void |
setBoundingBoxArray(int i,
BoundingBoxType boundingBox)
Sets ith "BoundingBox" element |
int |
sizeOfAnyTextArray()
Returns number of "AnyText" element |
int |
sizeOfBoundingBoxArray()
Returns number of "BoundingBox" element |
Methods inherited from interface net.opengis.cat.csw.x202.DCMIRecordType |
---|
addNewDCElement, getDCElementArray, getDCElementArray, insertNewDCElement, removeDCElement, setDCElementArray, setDCElementArray, sizeOfDCElementArray |
Methods inherited from interface org.apache.xmlbeans.XmlObject |
---|
changeType, compareTo, compareValue, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCode |
Methods inherited from interface org.apache.xmlbeans.XmlTokenSource |
---|
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText |
Field Detail |
---|
static final org.apache.xmlbeans.SchemaType type
Method Detail |
---|
EmptyType[] getAnyTextArray()
EmptyType getAnyTextArray(int i)
int sizeOfAnyTextArray()
void setAnyTextArray(EmptyType[] anyTextArray)
void setAnyTextArray(int i, EmptyType anyText)
EmptyType insertNewAnyText(int i)
EmptyType addNewAnyText()
void removeAnyText(int i)
BoundingBoxType[] getBoundingBoxArray()
BoundingBoxType getBoundingBoxArray(int i)
int sizeOfBoundingBoxArray()
void setBoundingBoxArray(BoundingBoxType[] boundingBoxArray)
void setBoundingBoxArray(int i, BoundingBoxType boundingBox)
BoundingBoxType insertNewBoundingBox(int i)
BoundingBoxType addNewBoundingBox()
void removeBoundingBox(int i)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |