net.opengis.cat.csw.x202
Interface InsertResultType

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

public interface InsertResultType
extends org.apache.xmlbeans.XmlObject

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


Nested Class Summary
static class InsertResultType.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
 BriefRecordType addNewBriefRecord()
          Appends and returns a new empty value (as xml) as the last "BriefRecord" element
 BriefRecordType[] getBriefRecordArray()
          Gets array of all "BriefRecord" elements
 BriefRecordType getBriefRecordArray(int i)
          Gets ith "BriefRecord" element
 String getHandleRef()
          Gets the "handleRef" attribute
 BriefRecordType insertNewBriefRecord(int i)
          Inserts and returns a new empty value (as xml) as the ith "BriefRecord" element
 boolean isSetHandleRef()
          True if has "handleRef" attribute
 void removeBriefRecord(int i)
          Removes the ith "BriefRecord" element
 void setBriefRecordArray(BriefRecordType[] briefRecordArray)
          Sets array of all "BriefRecord" element
 void setBriefRecordArray(int i, BriefRecordType briefRecord)
          Sets ith "BriefRecord" element
 void setHandleRef(String handleRef)
          Sets the "handleRef" attribute
 int sizeOfBriefRecordArray()
          Returns number of "BriefRecord" element
 void unsetHandleRef()
          Unsets the "handleRef" attribute
 org.apache.xmlbeans.XmlAnyURI xgetHandleRef()
          Gets (as xml) the "handleRef" attribute
 void xsetHandleRef(org.apache.xmlbeans.XmlAnyURI handleRef)
          Sets (as xml) the "handleRef" attribute
 
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

getBriefRecordArray

BriefRecordType[] getBriefRecordArray()
Gets array of all "BriefRecord" elements


getBriefRecordArray

BriefRecordType getBriefRecordArray(int i)
Gets ith "BriefRecord" element


sizeOfBriefRecordArray

int sizeOfBriefRecordArray()
Returns number of "BriefRecord" element


setBriefRecordArray

void setBriefRecordArray(BriefRecordType[] briefRecordArray)
Sets array of all "BriefRecord" element


setBriefRecordArray

void setBriefRecordArray(int i,
                         BriefRecordType briefRecord)
Sets ith "BriefRecord" element


insertNewBriefRecord

BriefRecordType insertNewBriefRecord(int i)
Inserts and returns a new empty value (as xml) as the ith "BriefRecord" element


addNewBriefRecord

BriefRecordType addNewBriefRecord()
Appends and returns a new empty value (as xml) as the last "BriefRecord" element


removeBriefRecord

void removeBriefRecord(int i)
Removes the ith "BriefRecord" element


getHandleRef

String getHandleRef()
Gets the "handleRef" attribute


xgetHandleRef

org.apache.xmlbeans.XmlAnyURI xgetHandleRef()
Gets (as xml) the "handleRef" attribute


isSetHandleRef

boolean isSetHandleRef()
True if has "handleRef" attribute


setHandleRef

void setHandleRef(String handleRef)
Sets the "handleRef" attribute


xsetHandleRef

void xsetHandleRef(org.apache.xmlbeans.XmlAnyURI handleRef)
Sets (as xml) the "handleRef" attribute


unsetHandleRef

void unsetHandleRef()
Unsets the "handleRef" attribute



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