net.opengis.cat.csw.x202
Interface BriefRecordType

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

public interface BriefRecordType
extends AbstractRecordType

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


Nested Class Summary
static class BriefRecordType.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
 BoundingBoxType addNewBoundingBox()
          Appends and returns a new empty value (as xml) as the last "BoundingBox" element
 SimpleLiteral addNewIdentifier()
          Appends and returns a new empty value (as xml) as the last "identifier" 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
 BoundingBoxType[] getBoundingBoxArray()
          Gets array of all "BoundingBox" elements
 BoundingBoxType getBoundingBoxArray(int i)
          Gets ith "BoundingBox" element
 SimpleLiteral[] getIdentifierArray()
          Gets array of all "identifier" elements
 SimpleLiteral getIdentifierArray(int i)
          Gets ith "identifier" element
 SimpleLiteral[] getTitleArray()
          Gets array of all "title" elements
 SimpleLiteral getTitleArray(int i)
          Gets ith "title" element
 SimpleLiteral getType()
          Gets the "type" element
 BoundingBoxType insertNewBoundingBox(int i)
          Inserts and returns a new empty value (as xml) as the ith "BoundingBox" element
 SimpleLiteral insertNewIdentifier(int i)
          Inserts and returns a new empty value (as xml) as the ith "identifier" 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 removeBoundingBox(int i)
          Removes the ith "BoundingBox" element
 void removeIdentifier(int i)
          Removes the ith "identifier" element
 void removeTitle(int i)
          Removes the ith "title" element
 void setBoundingBoxArray(BoundingBoxType[] boundingBoxArray)
          Sets array of all "BoundingBox" element
 void setBoundingBoxArray(int i, BoundingBoxType boundingBox)
          Sets ith "BoundingBox" element
 void setIdentifierArray(int i, SimpleLiteral identifier)
          Sets ith "identifier" element
 void setIdentifierArray(SimpleLiteral[] identifierArray)
          Sets array of all "identifier" 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 sizeOfBoundingBoxArray()
          Returns number of "BoundingBox" element
 int sizeOfIdentifierArray()
          Returns number of "identifier" 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


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.