net.opengis.cat.csw.x202
Interface SummaryRecordType

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

public interface SummaryRecordType
extends AbstractRecordType

An XML SummaryRecordType(@http://www.opengis.net/cat/csw/2.0.2). This is a complex type.


Nested Class Summary
static class SummaryRecordType.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
 SimpleLiteral addNewAbstract()
          Appends and returns a new empty value (as xml) as the last "abstract" element
 BoundingBoxType addNewBoundingBox()
          Appends and returns a new empty value (as xml) as the last "BoundingBox" element
 SimpleLiteral addNewFormat()
          Appends and returns a new empty value (as xml) as the last "format" element
 SimpleLiteral addNewIdentifier()
          Appends and returns a new empty value (as xml) as the last "identifier" element
 SimpleLiteral addNewModified()
          Appends and returns a new empty value (as xml) as the last "modified" element
 SimpleLiteral addNewRelation()
          Appends and returns a new empty value (as xml) as the last "relation" element
 SimpleLiteral addNewSpatial()
          Appends and returns a new empty value (as xml) as the last "spatial" element
 SimpleLiteral addNewSubject()
          Appends and returns a new empty value (as xml) as the last "subject" element
 SimpleLiteral addNewTitle()
          Appends and returns a new empty value (as xml) as the last "title" element
 SimpleLiteral addNewType()
          Appends and returns a new empty "type" element
 SimpleLiteral[] getAbstractArray()
          Gets array of all "abstract" elements
 SimpleLiteral getAbstractArray(int i)
          Gets ith "abstract" element
 BoundingBoxType[] getBoundingBoxArray()
          Gets array of all "BoundingBox" elements
 BoundingBoxType getBoundingBoxArray(int i)
          Gets ith "BoundingBox" element
 SimpleLiteral[] getFormatArray()
          Gets array of all "format" elements
 SimpleLiteral getFormatArray(int i)
          Gets ith "format" element
 SimpleLiteral[] getIdentifierArray()
          Gets array of all "identifier" elements
 SimpleLiteral getIdentifierArray(int i)
          Gets ith "identifier" element
 SimpleLiteral[] getModifiedArray()
          Gets array of all "modified" elements
 SimpleLiteral getModifiedArray(int i)
          Gets ith "modified" element
 SimpleLiteral[] getRelationArray()
          Gets array of all "relation" elements
 SimpleLiteral getRelationArray(int i)
          Gets ith "relation" element
 SimpleLiteral[] getSpatialArray()
          Gets array of all "spatial" elements
 SimpleLiteral getSpatialArray(int i)
          Gets ith "spatial" element
 SimpleLiteral[] getSubjectArray()
          Gets array of all "subject" elements
 SimpleLiteral getSubjectArray(int i)
          Gets ith "subject" element
 SimpleLiteral[] getTitleArray()
          Gets array of all "title" elements
 SimpleLiteral getTitleArray(int i)
          Gets ith "title" element
 SimpleLiteral getType()
          Gets the "type" element
 SimpleLiteral insertNewAbstract(int i)
          Inserts and returns a new empty value (as xml) as the ith "abstract" element
 BoundingBoxType insertNewBoundingBox(int i)
          Inserts and returns a new empty value (as xml) as the ith "BoundingBox" element
 SimpleLiteral insertNewFormat(int i)
          Inserts and returns a new empty value (as xml) as the ith "format" element
 SimpleLiteral insertNewIdentifier(int i)
          Inserts and returns a new empty value (as xml) as the ith "identifier" element
 SimpleLiteral insertNewModified(int i)
          Inserts and returns a new empty value (as xml) as the ith "modified" element
 SimpleLiteral insertNewRelation(int i)
          Inserts and returns a new empty value (as xml) as the ith "relation" element
 SimpleLiteral insertNewSpatial(int i)
          Inserts and returns a new empty value (as xml) as the ith "spatial" element
 SimpleLiteral insertNewSubject(int i)
          Inserts and returns a new empty value (as xml) as the ith "subject" element
 SimpleLiteral insertNewTitle(int i)
          Inserts and returns a new empty value (as xml) as the ith "title" element
 boolean isSetType()
          True if has "type" element
 void removeAbstract(int i)
          Removes the ith "abstract" element
 void removeBoundingBox(int i)
          Removes the ith "BoundingBox" element
 void removeFormat(int i)
          Removes the ith "format" element
 void removeIdentifier(int i)
          Removes the ith "identifier" element
 void removeModified(int i)
          Removes the ith "modified" element
 void removeRelation(int i)
          Removes the ith "relation" element
 void removeSpatial(int i)
          Removes the ith "spatial" element
 void removeSubject(int i)
          Removes the ith "subject" element
 void removeTitle(int i)
          Removes the ith "title" element
 void setAbstractArray(int i, SimpleLiteral xabstract)
          Sets ith "abstract" element
 void setAbstractArray(SimpleLiteral[] xabstractArray)
          Sets array of all "abstract" element
 void setBoundingBoxArray(BoundingBoxType[] boundingBoxArray)
          Sets array of all "BoundingBox" element
 void setBoundingBoxArray(int i, BoundingBoxType boundingBox)
          Sets ith "BoundingBox" element
 void setFormatArray(int i, SimpleLiteral format)
          Sets ith "format" element
 void setFormatArray(SimpleLiteral[] formatArray)
          Sets array of all "format" element
 void setIdentifierArray(int i, SimpleLiteral identifier)
          Sets ith "identifier" element
 void setIdentifierArray(SimpleLiteral[] identifierArray)
          Sets array of all "identifier" element
 void setModifiedArray(int i, SimpleLiteral modified)
          Sets ith "modified" element
 void setModifiedArray(SimpleLiteral[] modifiedArray)
          Sets array of all "modified" element
 void setRelationArray(int i, SimpleLiteral relation)
          Sets ith "relation" element
 void setRelationArray(SimpleLiteral[] relationArray)
          Sets array of all "relation" element
 void setSpatialArray(int i, SimpleLiteral spatial)
          Sets ith "spatial" element
 void setSpatialArray(SimpleLiteral[] spatialArray)
          Sets array of all "spatial" element
 void setSubjectArray(int i, SimpleLiteral subject)
          Sets ith "subject" element
 void setSubjectArray(SimpleLiteral[] subjectArray)
          Sets array of all "subject" element
 void setTitleArray(int i, SimpleLiteral title)
          Sets ith "title" element
 void setTitleArray(SimpleLiteral[] titleArray)
          Sets array of all "title" element
 void setType(SimpleLiteral type)
          Sets the "type" element
 int sizeOfAbstractArray()
          Returns number of "abstract" element
 int sizeOfBoundingBoxArray()
          Returns number of "BoundingBox" element
 int sizeOfFormatArray()
          Returns number of "format" element
 int sizeOfIdentifierArray()
          Returns number of "identifier" element
 int sizeOfModifiedArray()
          Returns number of "modified" element
 int sizeOfRelationArray()
          Returns number of "relation" element
 int sizeOfSpatialArray()
          Returns number of "spatial" element
 int sizeOfSubjectArray()
          Returns number of "subject" element
 int sizeOfTitleArray()
          Returns number of "title" element
 void unsetType()
          Unsets the "type" element
 
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

getIdentifierArray

SimpleLiteral[] getIdentifierArray()
Gets array of all "identifier" elements


getIdentifierArray

SimpleLiteral getIdentifierArray(int i)
Gets ith "identifier" element


sizeOfIdentifierArray

int sizeOfIdentifierArray()
Returns number of "identifier" element


setIdentifierArray

void setIdentifierArray(SimpleLiteral[] identifierArray)
Sets array of all "identifier" element


setIdentifierArray

void setIdentifierArray(int i,
                        SimpleLiteral identifier)
Sets ith "identifier" element


insertNewIdentifier

SimpleLiteral insertNewIdentifier(int i)
Inserts and returns a new empty value (as xml) as the ith "identifier" element


addNewIdentifier

SimpleLiteral addNewIdentifier()
Appends and returns a new empty value (as xml) as the last "identifier" element


removeIdentifier

void removeIdentifier(int i)
Removes the ith "identifier" element


getTitleArray

SimpleLiteral[] getTitleArray()
Gets array of all "title" elements


getTitleArray

SimpleLiteral getTitleArray(int i)
Gets ith "title" element


sizeOfTitleArray

int sizeOfTitleArray()
Returns number of "title" element


setTitleArray

void setTitleArray(SimpleLiteral[] titleArray)
Sets array of all "title" element


setTitleArray

void setTitleArray(int i,
                   SimpleLiteral title)
Sets ith "title" element


insertNewTitle

SimpleLiteral insertNewTitle(int i)
Inserts and returns a new empty value (as xml) as the ith "title" element


addNewTitle

SimpleLiteral addNewTitle()
Appends and returns a new empty value (as xml) as the last "title" element


removeTitle

void removeTitle(int i)
Removes the ith "title" element


getType

SimpleLiteral getType()
Gets the "type" element


isSetType

boolean isSetType()
True if has "type" element


setType

void setType(SimpleLiteral type)
Sets the "type" element


addNewType

SimpleLiteral addNewType()
Appends and returns a new empty "type" element


unsetType

void unsetType()
Unsets the "type" element


getSubjectArray

SimpleLiteral[] getSubjectArray()
Gets array of all "subject" elements


getSubjectArray

SimpleLiteral getSubjectArray(int i)
Gets ith "subject" element


sizeOfSubjectArray

int sizeOfSubjectArray()
Returns number of "subject" element


setSubjectArray

void setSubjectArray(SimpleLiteral[] subjectArray)
Sets array of all "subject" element


setSubjectArray

void setSubjectArray(int i,
                     SimpleLiteral subject)
Sets ith "subject" element


insertNewSubject

SimpleLiteral insertNewSubject(int i)
Inserts and returns a new empty value (as xml) as the ith "subject" element


addNewSubject

SimpleLiteral addNewSubject()
Appends and returns a new empty value (as xml) as the last "subject" element


removeSubject

void removeSubject(int i)
Removes the ith "subject" element


getFormatArray

SimpleLiteral[] getFormatArray()
Gets array of all "format" elements


getFormatArray

SimpleLiteral getFormatArray(int i)
Gets ith "format" element


sizeOfFormatArray

int sizeOfFormatArray()
Returns number of "format" element


setFormatArray

void setFormatArray(SimpleLiteral[] formatArray)
Sets array of all "format" element


setFormatArray

void setFormatArray(int i,
                    SimpleLiteral format)
Sets ith "format" element


insertNewFormat

SimpleLiteral insertNewFormat(int i)
Inserts and returns a new empty value (as xml) as the ith "format" element


addNewFormat

SimpleLiteral addNewFormat()
Appends and returns a new empty value (as xml) as the last "format" element


removeFormat

void removeFormat(int i)
Removes the ith "format" element


getRelationArray

SimpleLiteral[] getRelationArray()
Gets array of all "relation" elements


getRelationArray

SimpleLiteral getRelationArray(int i)
Gets ith "relation" element


sizeOfRelationArray

int sizeOfRelationArray()
Returns number of "relation" element


setRelationArray

void setRelationArray(SimpleLiteral[] relationArray)
Sets array of all "relation" element


setRelationArray

void setRelationArray(int i,
                      SimpleLiteral relation)
Sets ith "relation" element


insertNewRelation

SimpleLiteral insertNewRelation(int i)
Inserts and returns a new empty value (as xml) as the ith "relation" element


addNewRelation

SimpleLiteral addNewRelation()
Appends and returns a new empty value (as xml) as the last "relation" element


removeRelation

void removeRelation(int i)
Removes the ith "relation" element


getModifiedArray

SimpleLiteral[] getModifiedArray()
Gets array of all "modified" elements


getModifiedArray

SimpleLiteral getModifiedArray(int i)
Gets ith "modified" element


sizeOfModifiedArray

int sizeOfModifiedArray()
Returns number of "modified" element


setModifiedArray

void setModifiedArray(SimpleLiteral[] modifiedArray)
Sets array of all "modified" element


setModifiedArray

void setModifiedArray(int i,
                      SimpleLiteral modified)
Sets ith "modified" element


insertNewModified

SimpleLiteral insertNewModified(int i)
Inserts and returns a new empty value (as xml) as the ith "modified" element


addNewModified

SimpleLiteral addNewModified()
Appends and returns a new empty value (as xml) as the last "modified" element


removeModified

void removeModified(int i)
Removes the ith "modified" element


getAbstractArray

SimpleLiteral[] getAbstractArray()
Gets array of all "abstract" elements


getAbstractArray

SimpleLiteral getAbstractArray(int i)
Gets ith "abstract" element


sizeOfAbstractArray

int sizeOfAbstractArray()
Returns number of "abstract" element


setAbstractArray

void setAbstractArray(SimpleLiteral[] xabstractArray)
Sets array of all "abstract" element


setAbstractArray

void setAbstractArray(int i,
                      SimpleLiteral xabstract)
Sets ith "abstract" element


insertNewAbstract

SimpleLiteral insertNewAbstract(int i)
Inserts and returns a new empty value (as xml) as the ith "abstract" element


addNewAbstract

SimpleLiteral addNewAbstract()
Appends and returns a new empty value (as xml) as the last "abstract" element


removeAbstract

void removeAbstract(int i)
Removes the ith "abstract" element


getSpatialArray

SimpleLiteral[] getSpatialArray()
Gets array of all "spatial" elements


getSpatialArray

SimpleLiteral getSpatialArray(int i)
Gets ith "spatial" element


sizeOfSpatialArray

int sizeOfSpatialArray()
Returns number of "spatial" element


setSpatialArray

void setSpatialArray(SimpleLiteral[] spatialArray)
Sets array of all "spatial" element


setSpatialArray

void setSpatialArray(int i,
                     SimpleLiteral spatial)
Sets ith "spatial" element


insertNewSpatial

SimpleLiteral insertNewSpatial(int i)
Inserts and returns a new empty value (as xml) as the ith "spatial" element


addNewSpatial

SimpleLiteral addNewSpatial()
Appends and returns a new empty value (as xml) as the last "spatial" element


removeSpatial

void removeSpatial(int i)
Removes the ith "spatial" 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.