net.opengis.cat.csw.x202
Interface RecordType

All Superinterfaces:
AbstractRecordType, DCMIRecordType, org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource
All Known Implementing Classes:
RecordTypeImpl

public interface RecordType
extends DCMIRecordType

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

type

static final org.apache.xmlbeans.SchemaType type
Method Detail

getAnyTextArray

EmptyType[] getAnyTextArray()
Gets array of all "AnyText" elements


getAnyTextArray

EmptyType getAnyTextArray(int i)
Gets ith "AnyText" element


sizeOfAnyTextArray

int sizeOfAnyTextArray()
Returns number of "AnyText" element


setAnyTextArray

void setAnyTextArray(EmptyType[] anyTextArray)
Sets array of all "AnyText" element


setAnyTextArray

void setAnyTextArray(int i,
                     EmptyType anyText)
Sets ith "AnyText" element


insertNewAnyText

EmptyType insertNewAnyText(int i)
Inserts and returns a new empty value (as xml) as the ith "AnyText" element


addNewAnyText

EmptyType addNewAnyText()
Appends and returns a new empty value (as xml) as the last "AnyText" element


removeAnyText

void removeAnyText(int i)
Removes the ith "AnyText" element


getBoundingBoxArray

BoundingBoxType[] getBoundingBoxArray()
Gets array of all "BoundingBox" elements


getBoundingBoxArray

BoundingBoxType getBoundingBoxArray(int i)
Gets ith "BoundingBox" element


sizeOfBoundingBoxArray

int sizeOfBoundingBoxArray()
Returns number of "BoundingBox" element


setBoundingBoxArray

void setBoundingBoxArray(BoundingBoxType[] boundingBoxArray)
Sets array of all "BoundingBox" element


setBoundingBoxArray

void setBoundingBoxArray(int i,
                         BoundingBoxType boundingBox)
Sets ith "BoundingBox" element


insertNewBoundingBox

BoundingBoxType insertNewBoundingBox(int i)
Inserts and returns a new empty value (as xml) as the ith "BoundingBox" element


addNewBoundingBox

BoundingBoxType addNewBoundingBox()
Appends and returns a new empty value (as xml) as the last "BoundingBox" element


removeBoundingBox

void removeBoundingBox(int i)
Removes the ith "BoundingBox" element



Copyright © 2004-2012 52north.org. All Rights Reserved.